Add note about Ubuntu fuse dependency for Etcher (#24530)

This commit is contained in:
Matheson Steplock 2022-10-19 16:29:41 -04:00 committed by GitHub
parent b558930daa
commit 297c77a386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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