Last active
          January 4, 2019 17:59 
        
      - 
      
 - 
        
Save mokxter/c3defbea035ecae6adb86274e04e59eb to your computer and use it in GitHub Desktop.  
Revisions
- 
        
mokxter revised this gist
Apr 8, 2018 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,27 +1,36 @@ Install package(s) sudo pacman -S chromium sudo pacman -S firefox git // For multiple package install Remove package(s) sudo pacman -R chromium Remove package including associated packages sudo pacman -Rs chromium Checking the installed packages sudo pacman -Qs firefox Cache directory of the pacman /var/cache/pacman/pkg Installing package using the downloaded package file. sudo pacman -U firefox-212123.pkg.tar.xz Remove all the cache. sudo pacman -Sc Update the system sudo pacman -Syu Search package sudo pacman -Ss  - 
        
mokxter created this gist
Apr 8, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ Install package(s) sudo pacman -S chromium sudo pacman -S firefox git // For multiple package install Remove package(s) sudo pacman -R chromium Remove package including associated packages sudo pacman -Rs chromium Checking the installed packages sudo pacman -Qs firefox Cache directory of the pacman /var/cache/pacman/pkg Installing package using the downloaded package file. sudo pacman -U firefox-212123.pkg.tar.xz Remove all the cache. sudo pacman -Sc Update the system sudo pacman -Syu Search package sudo pacman -Ss