Outils du site

L'intelligence,c'est comme un parachute, quand on n'en a pas on s'écrase. [Coluche]

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 [2020/05/01 17:39] Roge04-linux:10-administration:72-installation [2023/09/08 12:08] (Version actuelle) Roge
Ligne 15: Ligne 15:
 sudo apt install -y dconf-editor sudo apt install -y dconf-editor
 sudo apt install -y xfburn sudo apt install -y xfburn
-qudo apt install -y numlockx+sudo apt install -y numlockx
 sudo apt install -y ncdu  sudo apt install -y ncdu 
  
 # sudo apt install -y realpath  # sudo apt install -y realpath 
 sudo apt install -y p7zip-full sudo apt install -y p7zip-full
 +sudo apt install -y geany
 +sudo apt install -y leafpad
 +sudo apt install -y vim
  
 sudo apt install -y nmap  sudo apt install -y nmap 
Ligne 26: Ligne 29:
  
 # sudo apt install -y openssh-client # sudo apt install -y openssh-client
-sudo apt install -y openssh-server+sudo apt install -y openssh-server
  
 sudo apt install -y lftp sudo apt install -y lftp
 sudo apt install -y ssmtp sudo apt install -y ssmtp
 sudo apt install -y mailutils mailutils-doc sudo apt install -y mailutils mailutils-doc
-sudo apt install -y geany 
-sudo apt install -y leafpad 
-sudo apt install -y vim 
 sudo apt install -y gimp sudo apt install -y gimp
  
Ligne 41: Ligne 41:
  
 sudo apt install -y gnome-commander libgnomevfs2-extra pavucontrol sudo apt install -y gnome-commander libgnomevfs2-extra pavucontrol
 +
 +echo -e "\nInstalling base packages...\n"
 +sudo apt install -y baobab 
 +sudo apt install -y smartmontools // disk usage analyzer for GNOME
 +sudo apt install -y gsmartcontrol // disk SMART information
 +sudo apt install -y smart-notifier 
 +sudo apt install -y filezilla 
 +sudo apt install -y chromium-browser 
 +#sudo apt install -y chromium-browser-l10n
 +#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-l10n vlc-plugin-skins2 
  
 echo -e "\nInstalling security packages...\n" echo -e "\nInstalling security packages...\n"
Ligne 52: Ligne 66:
 sudo apt install -y etherape sudo apt install -y etherape
  
-echo -e "\nInstalling base packages...\n" +sudo apt install -y apt-transport-https curl 
-sudo apt install -y baobab  + 
-sudo apt install -y smartmontools // disk usage analyzer for GNOME +# 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 - 
-sudo apt install -y gsmartcontrol // disk SMART information + 
-sudo apt install -y filezilla chromium-browser chromium-browser-l10n +# 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 install -y adobe-flashplugin browser-plugin-freshplayer-pepperflash +sudo apt update
-sudo apt install -y fbreader calibre +
-sudo apt install -y vlc +
-sudo apt install -y vlc-l10n vlc-plugin-skins2 browser-plugin-vlc mozilla-plugin-vlc+
  
 # sudo apt install -y skype # sudo apt install -y skype
 sudo apt install -y lame sudo apt install -y lame
 sudo apt install -y flac sudo apt install -y flac
 +sudo apt install -y soundconverter
 sudo apt install -y fluidsynth  vlc-plugin-fluidsynth # player midi sudo apt install -y fluidsynth  vlc-plugin-fluidsynth # player midi
 # sudo apt install -y mysql-workbench mysql-workbench-data # sudo apt install -y mysql-workbench mysql-workbench-data
Ligne 78: 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 88: 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 96: 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 115: 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 : 2020/05/01 17:39