You are not logged in.
Pages: 1
Hi, I'm relatively new to arch linux, and I'm installed it and am I logged in. But I try to install xarchive from the package manager, it says "error: target not found: xarchive". I can see that is is listed here "https://aur.archlinux.org/packages/xarchive/".
I am logged in as root.
I called "pacman -S xarchive".
My /etc/pacman.conf is:
[options]
HoldPkg = pacman glibc
SyncFirst = pacman
Architecture = auto
CheckSpace
[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[multilib]
Include=/etc/pacman.d/mirrorlist
Offline
Doing "pacman -S package" is for packages from the official repositories. That xarchive is from AUR instead.
Read https://wiki.archlinux.org/index.php/AU … g_packages for more info about installing AUR packages.
"open source is about choice"
No.
Open source is about opening the source code complying with this conditions, period. The ability to choose among several packages is just a nice side effect.
Offline
Ah no wonder, thanks.
Offline
Pages: 1