You are not logged in.
Pages: 1
I accidentally removed pacman. How to reinstall it?
Linux learner and admirer - ALWAYS
Regd Linux User : 431318
Offline
download: ftp://ftp.archlinux.org/other/pacman and unpack
then:
cd <extracted>
./configure
make && make install
Offline
download: ftp://ftp.archlinux.org/other/pacman and unpack
then:cd <extracted> ./configure make && make install
NO !!
Download ftp://ftp.archlinux.org/0.8/os/i686/pac … pkg.tar.gz then
tar xzf pacman-2.9.8-1.pkg.tar.gz -C /
rm -f /{.PKGINFO,.INSTALL,.FILELIST}
Configure it if you need to and then
pacman -Syf pacman
to register it's installation...
[My Blog] | [My Repo] | [My AUR Packages]
Offline
twiistedkaos wrote:download: ftp://ftp.archlinux.org/other/pacman and unpack
then:cd <extracted> ./configure make && make install
NO !!
Download ftp://ftp.archlinux.org/0.8/os/i686/pac … pkg.tar.gz then
tar xzf pacman-2.9.8-1.pkg.tar.gz -C /
rm -f /{.PKGINFO,.INSTALL,.FILELIST}
Configure it if you need to and thenpacman -Syf pacman
to register it's installation...
What's wrong with the way I said? Worked for me when I removed pacman
Offline
It's not Wrong, but You are asking him to recompile pacman and install it, that takes time, plus that tarball does not include configurations files so if he doesn't have a copy of /etc/pacman.conf he'll have to download that tarball to get it, So do it that way from the beginning, save ur self time and headache
[My Blog] | [My Repo] | [My AUR Packages]
Offline
It's not Wrong, but You are asking him to recompile pacman and install it, that takes time, plus that tarball does not include configurations files so if he doesn't have a copy of /etc/pacman.conf he'll have to download that tarball to get it, So do it that way from the beginning, save ur self time and headache
Haha, alright. Just by the big "NO !!" I figured there was something incredible wrong with what I said
Offline
LOL no, it seems thats i always overreact sorry lol
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Pages: 1