Guest User

Untitled

a guest
Apr 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. sudo apt remove byobu # for example purposes...
  2.  
  3. sudo apt install debconf-utils
  4. debconf-set-selections <<< 'byobu byobu/launch-by-default boolean true'
  5. sudo apt install byobu
  6.  
  7. debconf-get-selections | less
Add Comment
Please, Sign In to add comment