Skip to content

Instantly share code, notes, and snippets.

@mokxter
Last active January 4, 2019 17:59
Show Gist options
  • Save mokxter/c3defbea035ecae6adb86274e04e59eb to your computer and use it in GitHub Desktop.
Save mokxter/c3defbea035ecae6adb86274e04e59eb to your computer and use it in GitHub Desktop.

Revisions

  1. mokxter revised this gist Apr 8, 2018. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions pacman.md
    Original 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
  2. mokxter created this gist Apr 8, 2018.
    27 changes: 27 additions & 0 deletions pacman.md
    Original 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