Outils du site

Le monde est fait d'imbéciles qui se battent contre des demeurés pour sauvegarder un monde absurde. [Jean Yanne]

04-linux:10-administration:72-installation

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
04-linux:10-administration:72-installation [2023/04/24 02:06] Roge04-linux:10-administration:72-installation [2023/09/08 12:08] (Version actuelle) Roge
Ligne 65: Ligne 65:
 sudo apt install -y wireshark-qt sudo apt install -y wireshark-qt
 sudo apt install -y etherape sudo apt install -y etherape
- 
- 
-echo -e "\nInstalling Brave browser...\n" 
  
 sudo apt install -y apt-transport-https curl sudo apt install -y apt-transport-https curl
Ligne 74: Ligne 71:
  
 # echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list # echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
- 
 # sudo apt update # sudo apt update
- 
-# sudo apt install brave-browser 
- 
- 
  
 # sudo apt install -y skype # sudo apt install -y skype
Ligne 98: Ligne 90:
 sudo apt install -y pdfshuffler sudo apt install -y pdfshuffler
 sudo apt install -y mypaint inkscape sudo apt install -y mypaint inkscape
-sudo apt install -y ffmpeg openshot+sudo apt install -y ffmpeg 
 +sudo apt install -y openshot
 sudo apt install -y ubuntu-restricted-extras // CoDECS sudo apt install -y ubuntu-restricted-extras // CoDECS
 sudo apt install -y gtick // Gnome Métronome sudo apt install -y gtick // Gnome Métronome
Ligne 108: Ligne 101:
 sudo apt install -y torbrowser-launcher sudo apt install -y torbrowser-launcher
 sudo apt install -y nginx  sudo apt install -y nginx 
 +
 +echo -e "\nInstalling yt-dlp ...\n"
 +sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
 +sudo chmod a+rx /usr/local/bin/yt-dlp  # Make executable
 +
  
 echo -e "\nInstalling Androïd communication ...\n" echo -e "\nInstalling Androïd communication ...\n"
Ligne 116: Ligne 114:
 echo -e "\nInstalling game packages...\n" echo -e "\nInstalling game packages...\n"
 sudo apt install -y lbreakout2 gnubg sudo apt install -y lbreakout2 gnubg
-sudo apt install -y supertux extremetuxracer 
- 
 sudo apt install -y supertux extremetuxracer sudo apt install -y supertux extremetuxracer
 sudo apt install -y xmoto neverball sudo apt install -y xmoto neverball
Dernière modification : 2023/04/24 02:06