amtoaer

晓风残月

叹息似的渺茫,你仍要保存着那真!
github
x
telegram
steam
nintendo switch
email

Common junk cleaning commands used in Manjaro

  • Clearing unused packages in the system

    sudo pacman -R $(pacman -Qdtq)
    
  • Clearing downloaded installation packages

    sudo pacman -Scc
    
  • Log junk

    • View log files

      du -t 100M /var
      or
      journalctl --disk-usage
      
    • Delete specified size log files

      sudo journalctl --vacuum-size=50M
      
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.