Skip to content

Instantly share code, notes, and snippets.

@Megaf
Created September 1, 2022 20:17
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 Megaf/eb40c57179d7431f9ee74308bdfb3ade to your computer and use it in GitHub Desktop.
Save Megaf/eb40c57179d7431f9ee74308bdfb3ade to your computer and use it in GitHub Desktop.
Debian for Desktop first steps
# Install firmware and drivers for your CPU and wifi card.
apt install -y firmware-linux firmware-linux-nonfree firmware-linux-free firmware-iwlwifi
# Install things to compile software, use some other software and use Git.
apt install -y git cmake ccache build-essential xdg-user-dirs xdg-user-dirs-gtk xdg-utils xdg-utils-cxx xdg-dbus-proxy xdg-desktop-portal
# Install Flatpak
apt install -y flatpak gir1.2-flatpak-1.0 libflatpak-doc libflatpak0 flatpak-xdg-utils gnome-software-plugin-flatpak
# Setup system for Flatpak
echo "export XDG_DATA_DIRS=/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share:$XDG_DATA_DIRS" >> ~/.bashrc
# Add FlatHub repo
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment