Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $ aptitude why bash
  2. i foomatic-filters PreDepends bash (>= 2.05)
  3.  
  4. apt-cache showpkg <pkgname>
  5.  
  6. apt-cache showpkg lightdm
  7.  
  8. aptitude install apt-rdepends
  9. apt-rdepends bash
  10.  
  11. apt-cache showpkg bash
  12.  
  13. apt-cache rdepends bash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement