LMDE
This commit is contained in:
72
Installation_Linux/LMDE/APPS.txt
Normal file
72
Installation_Linux/LMDE/APPS.txt
Normal file
@@ -0,0 +1,72 @@
|
||||
sudo apt install -y gimp transmission totem hugin htop remmina virt-manager filezilla gparted kaffeine openscad zsh putty nvtop zenmap quodlibet clementine curl freefilesync virtiofsd wireguard wireguard-go vlc audacity calibre git gdebi ssh-askpass libaio-dev synaptic handbrake easytag syncthing yt-dlp youtubedl-gui
|
||||
|
||||
sudo usermod -aG dialout tb
|
||||
|
||||
sudo apt install flatpak
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
sudo flatpak install displaycal app/org.signal.Signal/x86_64/stable rustdesk PrusaSlicer
|
||||
|
||||
# Darktable :: Master
|
||||
echo 'deb http://download.opensuse.org/repositories/graphics:/darktable:/master/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/graphics:darktable:master.list
|
||||
curl -fsSL https://download.opensuse.org/repositories/graphics:darktable:master/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/graphics_darktable_master.gpg > /dev/null
|
||||
sudo apt update
|
||||
sudo apt install darktable -y
|
||||
|
||||
# Darktable :: Stable
|
||||
echo 'deb http://download.opensuse.org/repositories/home:/3rdp4r7yr3p0:/4pp5c0nfm15c/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:3rdp4r7yr3p0:4pp5c0nfm15c.list
|
||||
curl -fsSL https://download.opensuse.org/repositories/home:3rdp4r7yr3p0:4pp5c0nfm15c/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_3rdp4r7yr3p0_4pp5c0nfm15c.gpg > /dev/null
|
||||
sudo apt update
|
||||
sudo apt install darktable -y
|
||||
|
||||
# Spotify
|
||||
curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
|
||||
echo "deb https://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
|
||||
sudo apt-get update && sudo apt-get install spotify-client
|
||||
|
||||
# Brave
|
||||
sudo curl -fsS https://dl.brave.com/install.sh | sh
|
||||
|
||||
# Vivaldi
|
||||
cd /tmp
|
||||
sudo wget https://downloads.vivaldi.com/stable/vivaldi-stable_7.6.3797.63-1_amd64.deb && sudo mv vivaldi-stable_7.6.3797.63-1_amd64.deb vivaldi.deb
|
||||
sudo dpkg -i vivaldi.deb
|
||||
sudo rm -rf vivaldi.deb
|
||||
|
||||
# Github Desktop
|
||||
cd /tmp
|
||||
sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.2.1-linux1/GitHubDesktop-linux-3.2.1-linux1.deb
|
||||
sudo dpkg -i GitHubDesktop-linux-3.2.1-linux1.deb
|
||||
|
||||
|
||||
# EID reader ?????
|
||||
sudo -s
|
||||
cd /tmp/
|
||||
wget https://eid.belgium.be/sites/default/files/software/eid-archive_latest.deb
|
||||
dpkg -i eid-archive_latest.deb
|
||||
apt update
|
||||
apt install -y eid-mw eid-viewer
|
||||
rm -rf eid-archive_latest.deb
|
||||
|
||||
sudo apt update
|
||||
sudo apt install build-essential libssl-dev libxml2-dev -y
|
||||
wget https://eid.belgium.be/sites/default/files/software/eid-mw-5.1.23-v5.1.23.tar.gz
|
||||
tar -xzvf eid-mw-5.1.23-v5.1.23.tar.gz
|
||||
cd eid-mw-5.1.23-v5.1.23
|
||||
./configure
|
||||
|
||||
# Visual Studio Code
|
||||
cd /tmp
|
||||
wget https://vscode.download.prss.microsoft.com/dbazure/download/stable/7d842fb85a0275a4a8e4d7e040d2625abbf7f084/code_1.105.1-1760482543_amd64.deb
|
||||
sudo dpkg -i code_1.105.1-1760482543_amd64.deb
|
||||
|
||||
|
||||
echo "deb http://files.eid.belgium.be/debian trixie main" | sudo tee /etc/apt/sources.list.d/eid.list
|
||||
sudo apt-get update
|
||||
|
||||
|
||||
|
||||
# VMWare Workstation
|
||||
cd Vmware\ Workstation\ 17
|
||||
chmod +x VMware-Workstation-Full-17.6.3-24583834.x86_64.bundle
|
||||
sudo ./VMware-Workstation-Full-17.6.3-24583834.x86_64.bundle
|
||||
vmware
|
||||
Reference in New Issue
Block a user