Guest User

Untitled

a guest
Oct 15th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # Check packages what aren't stable:
  2. aptitude search '?narrow(?installed, !?archive(stable))'
  3.  
  4. # Create file /etc/apt/preferences with:
  5.  
  6. Package: *
  7. Pin: release a=stable
  8. Pin-Priority: 2000
  9.  
  10. # Upgrade & check first command again
Add Comment
Please, Sign In to add comment