diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 057aab06879..74f6b737d3f 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -91,6 +91,19 @@ To use this method, follow the steps described in the procedure below: [Write th - To use this method, follow the instructions of your Live distribution (e.g., [this Ubuntu guide](https://ubuntu.com/tutorials/try-ubuntu-before-you-install)). Once you booted the live operating system, follow the steps described in the procedure below: [Write the image to your boot media](#write-the-image-to-your-boot-media). +{% details "Ubuntu dependency's for Etcher" %} + +When installing Etcher on an Ubuntu system you may need to install the fuse +dependency, you can do so with the following commands: + +```bash +sudo add-apt-repository universe +sudo apt update +sudo apt install libfuse2 +``` + +{% enddetails %} + {% endif %} ### Write the image to your boot media