Feat: Sortiert apt-Pakete um
This commit is contained in:
+29
-9
@@ -10,16 +10,36 @@ wget -qO - https://dl.xanmod.org/archive.key | gpg --dearmor -vo /etc/apt/keyrin
|
|||||||
echo "deb [signed-by=/etc/apt/keyrings/xanmod-archive-keyring.gpg] http://deb.xanmod.org $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/xanmod-release.list
|
echo "deb [signed-by=/etc/apt/keyrings/xanmod-archive-keyring.gpg] http://deb.xanmod.org $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/xanmod-release.list
|
||||||
apt update && apt install linux-xanmod-x64v3
|
apt update && apt install linux-xanmod-x64v3
|
||||||
|
|
||||||
apt install aptitude
|
# Install apt-Packages
|
||||||
|
apt install 7zip
|
||||||
|
apt install adb amberol apparmor apparmor-notify apparmor-profiles apparmor-profiles-extra apparmor-utils aptitude apt-listbugs apt-listchanges
|
||||||
|
apt install baobab bat bleachbit blueman bluetooth bluez bruno btop
|
||||||
|
apt install cava clamav clamav-daemon clamav-docs clamav-freshclam codium cpupower-gui cryptomator
|
||||||
|
apt install dconf-editor debian-goodies
|
||||||
|
apt install easyeffects
|
||||||
|
apt install fastfetch ffmpeg file-roller firmware-linux firmware-linux-nonfree firmware-misc-nonfree flameshot flatpak flatseal floorp fragments fzf
|
||||||
|
apt install gameconqueror gamemode gamescope gimp gnome-calculator gnome-decoder gnome-disk-utility gnome-firmware gnome-font-viewer gnome-keyring gnome-logs gnome-snapshot gnome-system-monitor gnome-text-editor grim
|
||||||
|
apt install heroic hunspell hunspell-de-de-frami
|
||||||
|
apt install impression input-remapper irqbalance
|
||||||
|
# j
|
||||||
|
apt install keepassxc
|
||||||
|
apt install libreoffice libreoffice-gtk4 libreoffice-l10n-de localsend loupe lsd lutris
|
||||||
|
apt install man mangohud mesa-utils mesa-vulkan-drivers
|
||||||
|
apt install network-manager-gnome nodejs nwg-displays nwg-look
|
||||||
|
apt install obfuscate openrgb
|
||||||
|
apt install pipewire pipewire-pulse plymouth plymouth-themes prismlauncher protontricks
|
||||||
|
# q
|
||||||
|
apt install radeontop remmina resources rfkill ripgrep rpi-imager
|
||||||
|
apt install sddm simple-scan sl slurp steam-devices swappy swaybg systemd-timesyncd
|
||||||
|
apt install tar tealdeer timeshift thunar topgrade tree
|
||||||
|
apt install unrar unzip
|
||||||
|
apt install vesktop vlc vlc-data vlc-l10n vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-pipewire vlc-plugin-qt vlc-plugin-video-output
|
||||||
|
apt install wayland-utils wine winetricks wireplumber wl-clipboard
|
||||||
|
apt install xdg-user-dirs
|
||||||
|
apt install yazi
|
||||||
|
apt install zram-tools zsh
|
||||||
|
|
||||||
# Install stable-Packages 1
|
# TODO PDF-Editor finden
|
||||||
apt install 7zip adb amberol apparmor apparmor-notify apparmor-profiles apparmor-profiles-extra apparmor-utils apt-listbugs apt-listchanges baobab bat bleachbit blueman bluetooth bluez bruno btop cava clamav clamav-daemon clamav-docs clamav-freshclam codium cpupower-gui cryptomator dconf-editor debian-goodies easyeffects fastfetch ffmpeg file-roller firmware-linux firmware-linux-nonfree firmware-misc-nonfree flameshot flatpak flatseal floorp fragments fzf gameconqueror gamemode gimp gnome-calculator gnome-decoder gnome-disk-utility gnome-firmware gnome-font-viewer gnome-keyring gnome-logs gnome-snapshot gnome-system-monitor gnome-text-editor grim heroic hunspell hunspell-de-de-frami impression input-remapper irqbalance keepassxc libreoffice libreoffice-gtk4 libreoffice-l10n-de localsend loupe lsd lutris man mangohud mesa-utils network-manager-gnome nodejs nwg-displays nwg-look obfuscate plymouth plymouth-themes prismlauncher protontricks radeontop remmina resources rfkill ripgrep rpi-imager sddm simple-scan sl slurp steam-devices swappy swaybg systemd-timesyncd tar tealdeer timeshift thunar topgrade tree unzip vesktop vlc vlc-data vlc-l10n vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-pipewire vlc-plugin-qt vlc-plugin-video-output wayland-utils wl-clipboard xdg-user-dirs yazi zram-tools zsh
|
|
||||||
# Install stable-Packages 2
|
|
||||||
aptitude install pipewire pipewire-pulse unrar wine winetricks wireplumber
|
|
||||||
# Install backports-Packages
|
|
||||||
aptitude install mesa-vulkan-drivers
|
|
||||||
# Install unstable-Packages
|
|
||||||
aptitude install gamescope openrgb
|
|
||||||
|
|
||||||
# Enable Services
|
# Enable Services
|
||||||
sudo systemctl enable apparmor
|
sudo systemctl enable apparmor
|
||||||
|
|||||||
Reference in New Issue
Block a user