Answers for "pacman reinstall"

1

pacman reinstall

# Clear the package cache
sudo pacman -Scc
# Reinstall the package
sudo pacman -S <package>
Posted by: Guest on October-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language