Outils du site

La laïcité est l'acceptation de toutes les opinions et de tous les comportements qui savent respecter l'autre. L'unicité de Dieu propose par le pharaon Akhenaton est en fait la base de la laïcité. Il n'est plus question de s'entre-déchirer au nom d'une multitude de divinités, mais de constater l'unicité de l'espèce humaine dans son devenir. [Albert Jacquard]

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/12/08 16:27] Roge04-linux:10-administration:72-installation [2023/09/08 12:08] (Version actuelle) Roge
Ligne 54: Ligne 54:
 sudo apt install -y calibre 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 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
  
-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 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
Ligne 135: 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/12/08 16:27