TLDR
Enter a command. For example: swapon, hashcat, iptables, trizen.

pacaur

 
A utility for Arch Linux to build and install packages from the Arch User Repository. More information: https://github.com/rmarquis/pacaur.
 
  • Synchronize and update all packages (includes AUR):
     
    pacaur -Syu
     
  • Synchronize and update only AUR packages:
     
    pacaur -Syua
     
  • Install a new package (includes AUR):
     
    pacaur -S {{package_name}}
     
  • Remove a package and its dependencies (includes AUR packages):
     
    pacaur -Rs {{package_name}}
     
  • Search the package database for a keyword (includes AUR):
     
    pacaur -Ss {{keyword}}
     
  • List all currently installed packages (includes AUR packages):
     
    pacaur -Qs

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.