Mémo pour installer la dernière version de git sur Ubuntu (ou debian-based)
Avec l’utilisateur root permanent :
1 |
command sudo -i |
Rajouter le dépôt :
1 2 |
command add-apt-repository -y ppa:git-core/ppa command apt update |
Puis une installation :
1 |
command apt install git |
Ou une mise à jour :
1 |
command apt upgrade -V |
Et voilà !