Repairing
-
2. Downloading Pacman Static
Download Pacman Static for Arch GNU/Linux
-
3. Extracting Pacman Static
Then Extract Pacman Static into /tmp Directory
From Command Line with:tar xvf ~/Downloads/pacman-bins.tar.gz -C ~/
Finally, if yuo are in Trouble to Find Out it on Terminal See: How to Access Downloads Folder from Browser.
-
4. Running Pacman Static
Next to Run Pacman Static
First, access the Target Location:cd ~/bin/
To Check it’s there List the contents with:
ls . | grep pacman
The grep Command refine the output List showing only the Entries matching the Keyword.
Give Execution Permissions to the Binaries:chmod +x ./*
Running Pacman Commands:
sudo ./pacman-static [MYCOMMAND]
And so Now you should try first to Reinstall Pacman with:
sudo ./pacman-static -S pacman
Contents