diff options
author | neodarz <neodarz@neodarz.net> | 2020-10-06 18:35:55 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-10-06 18:35:55 +0200 |
commit | 52060dfbdfac04938393b4fdc441415fa08abe6e (patch) | |
tree | 59b7f268df58ab3c5dc8c78f61e58f6986213400 /dotfiles/cheat/pacman | |
parent | 58e780ddf31d446096066269cdc8de5ccaf495d2 (diff) | |
download | dotfiles_dotdrop-52060dfbdfac04938393b4fdc441415fa08abe6e.tar.xz dotfiles_dotdrop-52060dfbdfac04938393b4fdc441415fa08abe6e.zip |
Another little update
Diffstat (limited to 'dotfiles/cheat/pacman')
-rw-r--r-- | dotfiles/cheat/pacman | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dotfiles/cheat/pacman b/dotfiles/cheat/pacman index 6a00642..d740ed9 100644 --- a/dotfiles/cheat/pacman +++ b/dotfiles/cheat/pacman @@ -55,5 +55,7 @@ sudo pacman -U <package file (.pkg.tar.xz)> # Reinstall a package installed via pip with pacman sudo pip uninstall --yes <package>; sudo pacman -S --noconfirm python-<package> -# exemple via pikaur pkg -sudo pip uninstall --yes i3pystatus; pikaur -S i3pystatus-git --noconfirm +# If there is some package from AUR use you package manager. +# Exemple with pikaur +pikaur -S --noconfirm --rebuild $(pikaur -Qq | grep "python-") +# note pikaur -Qe seems to return only official package and not them from AUR |