Langages
Setup pour langages de programmation sur Fedora
Python
sudo dnf install python3 # Installing Python 3
sudo dnf install -y python2 # Installing Python 2
# If you have both versions installed,
# and you have an app that expects a specific version,
# use this command to set the correct one in the system path:
sudo alternatives --set python /usr/bin/python3 # To set Python3 as the default
sudo alternatives --set python /usr/bin/python3 # To set Python2 as the defaultPHP
Rust
Rust
rustup
rustlings
Ruby
Dépendances
rbenv
Ruby
gems
Bundler
Ruby on Rails
Description
Installation avec RubyGems.org
Flutter

Installation
Node.JS
NodeJS
nvm
yarn
npm
Installation de modules NPM
Installation global modules
JAVA
Gradle
Installation de gradle
SDKMAN!
Mis à jour