From ecc25dcecac342a7b39376ba969f1c5ea25a8aaa Mon Sep 17 00:00:00 2001 From: cbreton Date: Wed, 18 Dec 2019 11:51:36 +0100 Subject: Add more cheats --- dotfiles/cheat/pacman | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dotfiles/cheat/pacman') 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 + +# 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 -- cgit v1.2.1