You are not logged in.
Pages: 1
Hi All
I'm new to Linux and I've decided to opt for Arch as my first bash at it. I've installed and set up Arch with no problems, the system is running stably and everything is fine and dandy.
The only issue I'm having is with installing programs that aren't in one of the pacman repos already.
If I download a source .tar i can't figure out how to install it from there.
If I tell pacman to install directly from a URL (using pacman -U <link>) I keep getting various errors about missing package metadata.
I suppose my question is, are there any apps that will allow me to install straight from a downloaded archive? A la windows style?
And if so how do I install them?
I apologise in advance for the unprecedented noobishness of my request.
Stu
Offline
pacman -U <file> only works when <file> is a pacman package.
To learn about making packages that are not in the repos look up AUR and makepkg in the wiki:
http://wiki.archlinux.org/index.php/AUR
http://wiki.archlinux.org/index.php/Makepkg
Offline
Okay started looking into that, working through it I now have a new problem - When I use makepkg, i'm getting a "PKGBUILD does not exist" error...
Any ideas?
Stu
Offline
Read the links again, the PKGBUILD file tells makepkg what to do, it's the only file you should make/download/adjust when you want to build a package.
Offline
Okay started looking into that, working through it I now have a new problem - When I use makepkg, i'm getting a "PKGBUILD does not exist" error...
Any ideas?
Stu
Have a look here too.
http://wiki.archlinux.org/index.php/ABS
Offline
Pages: 1