pacman – reinstall package with config files

How to reinstall a linux package with all of the config files in pacman?

# search for missing files

# if you have removed the nginx.conf it should be recreated

pacman -Qk

# install package / automatically reinstalled

pacman -S nginx

Kommentar verfassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Nach oben scrollen