Outils du site

Enfant prodige follement doué pour les mathématiques (elle peut diviser 32 427 par 16 sans cesser de sauter la corde), Helen Baxter, une petite New-Yorkaise de 11 ans, pose de graves problèmes à ses parents et ses professeurs. Quand on l'interroge sur son avenir, elle déclare quelle veut être gardeuse de vaches dans un grand pré avec plein de pommiers en fleur . [Pierre Desproges]

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 [2022/01/22 01:48] Roge04-linux:10-administration:72-installation [2023/09/08 12:08] (Version actuelle) Roge
Ligne 48: Ligne 48:
 sudo apt install -y smart-notifier  sudo apt install -y smart-notifier 
 sudo apt install -y filezilla  sudo apt install -y filezilla 
-sudo apt install -y chromium-browser chromium-browser-l10n +sudo apt install -y chromium-browser  
-sudo apt install -y adobe-flashplugin browser-plugin-freshplayer-pepperflash +#sudo apt install -y chromium-browser-l10n 
-sudo apt install -y fbreader calibre+#sudo apt install -y adobe-flashplugin browser-plugin-freshplayer-pepperflash 
 +sudo apt install -y fbreader  
 +sudo apt install -y calibre
 sudo apt install -y vlc sudo apt install -y vlc
-sudo apt install -y vlc-l10n vlc-plugin-skins2 browser-plugin-vlc mozilla-plugin-vlc+sudo apt install -y vlc-l10n vlc-plugin-skins2 
  
 echo -e "\nInstalling security packages...\n" echo -e "\nInstalling security packages...\n"
Ligne 63: 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
  
-curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add - +curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add -
- +
-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 install brave-browser +
  
 +# 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 install -y skype # sudo apt install -y skype
Ligne 96: 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 106: 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 114: 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
Ligne 133: Ligne 131:
  
 echo -e "\nInstalling nvm (for Node.js)...\n" echo -e "\nInstalling nvm (for Node.js)...\n"
-curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash +curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash 
-nvm --version +
  
 echo -e "\nInstalling vscodium...\n" echo -e "\nInstalling vscodium...\n"
-wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -+wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg 
 +    | gpg --dearmor \ 
 +    | sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
 echo 'deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list echo 'deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list
 sudo apt -y install codium sudo apt -y install codium
Dernière modification : 2022/01/22 01:48