#dependency problems - leaving unconfigured

105 messages ยท Page 1 of 1 (latest)

fast field
fast field
#

(apologies for not replying back early, im not home for 5 hours)

fast field
# fast field dpkg

Why are you running as root? And bruh.. using sudo when you're already using root account fr

#

Also why a Deb? Arch uses tar.gz

fast field
#

Use pacman to get stuff

#

its deb because thats what the original site gave me

fast field
#

Deb are for Debian and such

#

aware of that but there should be an alternative

#

What are you trying to install

#

a download manager

fast field
#

Free download manager

#

is it good?

#

And so on

#

is it installed or do i have to install manually with pacman

fast field
#

is xdman installed by itself

#

What

#

Bruh, you're the one who installs stuff

#

you know some applications are installed by themselves automatically

#

Nope

#

Arch comes with nothing

#

Arch is a DIY distro

#

Don't expect stuff preinstalled

#

so, i will stick with the download manager you recommend

#

Unless you used an arch derivative

#

arch only not manjaro or something similar

fast field
#

thanks for the advice

fast field
#

It literally comes with nothing

#

No bloat, no DE/wm, no audio etc

#

alright then

#

You setup everything

#

i dont think awesome wm would affect anything too much

#

Do you even have an aur helper?

#

i dont think i do

#

.aw aur helper

viral sequoiaBOT
fast field
#

Use yay or paru

#

will do

fast field
#

And don't Install debs or use dpkg. Nice way to break your install harold1

#

Tho debtap exists, it's not recommended

#

well i heard that it would work but break after updates

#

i guess it was wrong

fast field
#

.aw pacman

viral sequoiaBOT
fast field
#

.aw arch compared to other distros

viral sequoiaBOT
fast field
#

.aw pacman Rosetta

viral sequoiaBOT
fast field
#

pacman is an installer -S to install etc

#

will learn more later

#

thanks for the advice mate

fast field
fast field
#

Same as apt or dnf

#

i dont think apt is available for arch

fast field
fast field
fast field
#

i know

#

beginner nonsense i get how it feels

#

It's like using bike wheels on a car empty

#

well somebody did that

#

didnt do too much

fast field
#

That's the good thing of arch. Manuals are everywhere

#

welp i do read it but its not enough

viral sequoiaBOT
fast field
#

thanks for the advices

#

will do the thing

fast field
#

Then ask

#

๐Ÿ‘

#

Also use flatpaks

#

.aw flatpak

viral sequoiaBOT
fast field
#

Cross distro packages

#

running sandboxed desktop applications

#

too

fast field
#

You can also use octopi

#

But it requires paru and yay

#

pacman -S paru, yes?

#

Octopi is a pacman and aur GUI Frontend

fast field
#

lol target not found i guess i have to built

#

... paru

viral sequoiaBOT
fast field
#

Paru dev is staff here btw

#

She also codes for pacman

#

thats cool

fast field
#

what does -si mean

#

just curious

fast field
viral sequoiaBOT
#

#14537 ๐Ÿ“ฃ ```js

makepkg

Create a package which can be used with pacman.

Uses the PKGBUILD file in the current working directory by default.

More information: https://man.archlinux.org/man/makepkg.8.

Make a package:

makepkg

Make a package and install its dependencies:

makepkg --syncdeps

Make a package, install its dependencies then install it to the system:

makepkg --syncdeps --install

Make a package, but skip checking the source's hashes:

makepkg --skipchecksums

Clean up work directories after a successful build:

makepkg --clean

Verify the hashes of the sources:

makepkg --verifysource

Generate and save the source information into .SRCINFO:

makepkg --printsrcinfo > .SRCINFO
$```

fast field
#

Syncdeps and install