#How do I avoid VSO when installing some apps?
3 messages · Page 1 of 1 (latest)
You may install apps either via Flatpak, which is the preferred way. Just use the "Software" GUI App to do so.
Another option is to add the package to your system image instead. This is discouraged if it's not strictly necessary as it defeats the purpose of an immutable OS.
To do this though, you may do the following:
- uninstall the program from VSO
- type
abroot pkg add <package name>into a console - (repeat with as many packages you likeas)
- type
abroot pkg apply - reboot your system
while this is correct, the two apps you mentioned in particular have alternate methods of install that won't break integrity check.