You are not logged in.
Pages: 1
Yesterday i've updated one of my archinstallation wich runs in a VirtualBox.
So i started a pacman -Syu, and pacman asked me to update pacman first, which i accepted.
After he had done the update, i started pacman -Syu again, to update the rest of the System, and i left the room vor a while to do some other things. After comming back, i forget about the VirtualBox Machine, and shut down the host-systems without stopping the arch-in-VirtualBox.
After booting this Morning the host, and later also the guest-system to complete the arch-virtualbox-update, i tried pacman -Syu, but he says "command not found". A "find / -name pacman" only finds "/var/cache/pacman" and "/var/lib/pacman" but not /usr/bin/pacman e.t.c. ...
Is there any chance to reinstall pacman again without ... pacman?
The pakages in /var/cache/pacman seems to be complete.
Last edited by Zeddi (2010-06-26 10:02:59)
I'm not very used to write English since i've left School, so please be patient!
Offline
Untar the pacman package from /var/cache/pacman to root.
Offline
Thanks a lot! Thas was a simple, but powerfull solution!
I'm not very used to write English since i've left School, so please be patient!
Offline
You should run :
pacman -S pacman
to make sure it's installed correctly.
Offline
Pages: 1