Advertisement
metalx1000

apt dpkg dialog set to text for shell

Feb 10th, 2022
1,421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. #if apt or dpkg shows a gui dialog rather than a text dialog
  2. #you can use this to switch it back to using 'dialog' the text dialog for your shell
  3. echo 'debconf debconf/frontend select dialog' | sudo debconf-set-selections
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement