Guest User

Untitled

a guest
Oct 17th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. * Check for optional dependencies:
  2. sudo pacman -Qi vlc
  3.  
  4. * Remove packages that were installed as dependencies and are no longer needed:
  5. sudo pacman -Rs $(pacman -Qtdq)
Add Comment
Please, Sign In to add comment