From 52060dfbdfac04938393b4fdc441415fa08abe6e Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 6 Oct 2020 18:35:55 +0200 Subject: Another little update --- dotfiles/cheat/pacman | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dotfiles/cheat/pacman') 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 # Reinstall a package installed via pip with pacman sudo pip uninstall --yes ; sudo pacman -S --noconfirm python- -# 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 -- cgit v1.2.1