Nous passerons de Ubuntu 18.04 à 19.04.
Il est toujours conseillé de sauvegarder toutes vos données avant d’effectuer une mise à jour majeure.
Si vous avez activé le cryptage sur votre répertoire personnel, il est recommandé de déchiffrer avant la mise à niveau, puis re-chiffrer une fois le processus terminé.
Avec chiffrement, le processus de mise à niveau peut entraîner une défaillance du système d’exploitation, ou ne pas pouvoir se connecter.
À partir de 18.04, l'utilitaire ecryptfs-utils n'est plus pré-installé.
7/91 Open a terminal session Open the GNOME Launcher and click on Terminal . 2 Prepare and upgrade Enter the below commands to install the update and prepare for the upgrade: sudo apt update sudo apt upgrade -y sudo apt dist-upgrade -y sudo apt install update-manager-core 3 Update release file Use the comman below to change the release file to look for normal updates rather than LTS. sudo sed -i 's/Prompt=lts/Prompt=normal/g' /etc/update-manager/release-upgrades 4 Start upgrade process Run the below command to start the upgrade process: sudo do-release-upgrade 5 Complete upgrade Once the installer is complete, reboot your laptop to finalise the upgrade. Please note: If you have any issues logging in, press Ctrl + Alt + F1 which will take you to a terminal. Enter you username and password when prompted and enter the below command. sudo apt install ecryptfs-utils 6 Check upgrade status Once the upgrade has completed, you can double check your current build with: 8/9lsb_release -a 9/9