You are not logged in.
Pages: 1
My VPS provider seems to have installed a snapshot of Arch Linux before libdownload, libarchive, gcc-libs, etc were in the repositories (the repos according to this version are current, extras, community, release, unstable).
How would one go about upgrading the base system?
Cheers,
~ Uzelth
Offline
I have no idea what you're talking about, but some time ago the repo's were re-organized and the current repo was ditched in favor of the core repo. Edit your pacman config so that all 'current'-links are replaced by 'core'-links and run a pacman -Syu.
If those extra packages are not automatically installed, you have to install them manually with pacman -S <name package>
Zl.
Offline
Download all dependencies for pacman and pacman manually from the archlinux-ftp. Put them in one directory and run "pacman --upgrade <packages>". Replace packages with the full filenames of the packages.
Offline
Pages: 1