User Tools

Site Tools


debian-install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
debian-install [2024/07/08 13:07] karciodebian-install [2025/01/22 19:00] (current) karcio
Line 2: Line 2:
  
 {{tag>linux debian}} {{tag>linux debian}}
 +
 +====== Debian with Xorg or Wayland ======
 +
  
   * install netinst with no extra components    * install netinst with no extra components 
Line 8: Line 11:
 sudo apt install network-manager network-manager-gnome sudo apt install network-manager network-manager-gnome
 sudo systemctl enable --now NetworkManager sudo systemctl enable --now NetworkManager
-sudo apt install  
 </code> </code>
-  * xorg+  *** xorg - select this if you want to use [[https://wiki.debian.org/Xorg|xorg]]**
 <code> <code>
 sudo apt install xorg sudo apt install xorg
 sudo apt install i3 sudo apt install i3
-sudo apt install fonts-font-awesome 
 sudo apt install lightdm sudo apt install lightdm
 sudo systemctl enable lightdm sudo systemctl enable lightdm
 sudo reboot sudo reboot
 +</code>
 +
 +  *** wayland - select this if you want to use [[https://wiki.debian.org/sway|wayland]]**
 +<code>
 +sudo apt install sway sway-backgrounds swaybg swayidle swaylock xwayland fuzzel waybar
 +</code>
 +
 +<code>
 +# If running from tty1 start sway
 +[ "$(tty)" = "/dev/tty1" ] && exec sway
 </code> </code>
  
   * utilities   * utilities
 <code> <code>
-sudo apt install firefox-esr sudo vim git zip unzip mc libnotify-bin acpi alacritty+sudo apt install firefox-esr sudo vim git zip unzip mc acpi fonts-font-awesome
 </code> </code>
  
Line 45: Line 56:
 <code> <code>
 sudo apt install tlp tlp-rdw sudo apt install tlp tlp-rdw
-sudo systemctl enable --now tlp.services+sudo systemctl enable --now tlp.service
 </code> </code>
debian-install.1720444032.txt.gz · Last modified: by karcio