Skip to content

Instantly share code, notes, and snippets.

@NostraDavid
Created June 21, 2023 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NostraDavid/a674d688aa1a80043560ae7349182fc7 to your computer and use it in GitHub Desktop.
Save NostraDavid/a674d688aa1a80043560ae7349182fc7 to your computer and use it in GitHub Desktop.
Debian 12 setup
# in Terminal
sudo --login
# as su
usermod -aG sudo david
# ctrl-d
# reboot
# back in terminal
sudo apt install flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo vi /etc/apt/sources.list.d/backports.list
# copy and paste:
#deb http://deb.debian.org/debian bookworm-backports main
# to install some backported package:
#sudo apt install -t bookworkm-backports <package-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment