Created
June 21, 2023 19:26
-
-
Save NostraDavid/a674d688aa1a80043560ae7349182fc7 to your computer and use it in GitHub Desktop.
Debian 12 setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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