aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/cheat/pacman
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/cheat/pacman')
-rw-r--r--dotfiles/cheat/pacman7
1 files changed, 6 insertions, 1 deletions
diff --git a/dotfiles/cheat/pacman b/dotfiles/cheat/pacman
index 737bb64..6a00642 100644
--- a/dotfiles/cheat/pacman
+++ b/dotfiles/cheat/pacman
@@ -36,7 +36,6 @@ pacman -Qdt
# overwrite package
pacman --overwrite
-
# You can't directly install packages from the Arch User Database (AUR) with pacman.
# You need yaourt to perform that. But considering yaourt itself is in the AUR, here is how to build a package from its tarball.
# Installing a package from AUR is a relatively simple process:
@@ -52,3 +51,9 @@ cd "$pkgname"
makepkg -s
# Install
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