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édentes Révision précédente
Prochaine révision
Révision précédente
utilisateurs:binnette [Le 07/11/2013, 23:05]
Binnette [Binnette]
utilisateurs:binnette [Le 09/12/2023, 22:18] (Version actuelle)
binnette Mint : post install
Ligne 4: Ligne 4:
 Distributions utilisées actuellement : Distributions utilisées actuellement :
   * [[:Linux Mint|Linux Mint Olivia]] sur mon [[:​asus_f3jv|Asus F3JV]]   * [[:Linux Mint|Linux Mint Olivia]] sur mon [[:​asus_f3jv|Asus F3JV]]
-  * [[http://​manjaro.org/​ |Manjaro]] sur mon [[:​asus_g74sx|Asus G74Sx]]+  * [[https://​manjaro.org/​ |Manjaro]] sur mon [[:​asus_g74sx|Asus G74Sx]]
  
 ===== OS testés ===== ===== OS testés =====
Ligne 13: Ligne 13:
 | | |  Xubuntu ​ | | | | |  Xubuntu ​ | |
 ===== Installation ===== ===== Installation =====
 +
 +==== Mint : post install ====
 +  sudo apt-get install wget gpg apt-transport-https
 +  wget -qO- https://​packages.microsoft.com/​keys/​microsoft.asc | gpg --dearmor > packages.microsoft.gpg
 +  sudo install -D -o root -g root -m 644 packages.microsoft.gpg /​etc/​apt/​keyrings/​packages.microsoft.gpg
 +  sudo sh -c 'echo "deb [arch=amd64,​arm64,​armhf signed-by=/​etc/​apt/​keyrings/​packages.microsoft.gpg] https://​packages.microsoft.com/​repos/​code stable main" > /​etc/​apt/​sources.list.d/​vscode.list'​
 +  sudo sh -c 'echo "deb [arch=amd64,​arm64,​armhf signed-by=/​etc/​apt/​keyrings/​packages.microsoft.gpg] https://​packages.microsoft.com/​repos/​edge stable main" > /​etc/​apt/​sources.list.d/​vscode.list'​
 +  rm -f packages.microsoft.gpg
 +  sudo apt update
 +  sudo apt install vlc qbittorrent code microsoft-edge-stable gimp wine git
 +  sudo flatpak install com.tomjwatson.Emote org.telegram.desktop org.openstreetmap.josm
 +
 ==== Firefox ==== ==== Firefox ====
   * FireGestures https://​addons.mozilla.org/​fr/​firefox/​addon/​firegestures/​   * FireGestures https://​addons.mozilla.org/​fr/​firefox/​addon/​firegestures/​
  • utilisateurs/binnette.1383861928.txt.gz
  • Dernière modification: Le 07/11/2013, 23:05
  • par Binnette