Linux note: Manjaro basic operations and command (update)

System Command

  1. Output system basic information:sudo screenfetch
  2. Forced shutdown:sudo shutdown now
  3. Upgrading the system:sudo pacman -Syyu
  4. Cleanup system useless package:sudo pacman -R $(pacman -Qdtq)
  5. Clear downloaded installation packages:sudo pacman -Scc

pacman command

  1. Install applications sudo pacman -S '应用名'
  2. Removing applications sudo pacman -R '应用名'
  3. Upgrading applications sudo pacman -Syu '应用名'

hot key

  1. Open a command line terminal:ctrl + alt + t
  2. Exit a program running in Konsole in:ctrl + c
  3. Konsole copy of / Paste: ctrl + alt + c/ctrl + alt + v
  4. Switching Sogou input method: ctrl + space

Guess you like

Origin blog.csdn.net/weixin_34117522/article/details/91030507