diff --git a/user/how-to-guides/how-to-install-software.md b/user/how-to-guides/how-to-install-software.md index 780d55a7..1a2b22d1 100644 --- a/user/how-to-guides/how-to-install-software.md +++ b/user/how-to-guides/how-to-install-software.md @@ -33,6 +33,25 @@ To permanently install new software in a template: - Fedora: `sudo dnf install ` - Debian: `sudo apt install ` + **Note:** Qubes OS is a effectively a "meta" operating system (OS) that can + run almost any arbitrary OS inside of itself. For example, the way software + is normally installed in a Linux distribution ("distro") is quite different + from the way software is normally installed in Windows. This isn't up to + Qubes. Qubes is just the framework in which you're running these other OSes. + Therefore, if you want to install software in a Linux template, for example, + you should do so in whatever way is normal for that Linux distro. Most Linux + software is distributed via + [packages](https://en.wikipedia.org/wiki/Package_format), which are stored + in [software + repositories](https://en.wikipedia.org/wiki/Software_repository) ("repos") + and downloaded, installed, and updated via [package + managers](https://en.wikipedia.org/wiki/Package_manager). (Again, none of + this is Qubes-specific.) If you're not familiar with how software is + normally installed in Linux distros via package managers, the software you + want doesn't seem to be available in your distro's repos, or you're in some + other situation not covered here, please read this [community guide to + installing software in Qubes](https://forum.qubes-os.org/t/9991/). + 4. **Shut down the template. (Do not skip this step.)** 5. **Restart all qubes based on the template. (Do not skip this step.)**