How to download extra apps from chrome or any browser

i wanted to ask that does endless suport .deb files or any ways to use linux apps ?

What apps do you want to install?

https://support.endlessos.org/help-center/Why-can-t-I-use-apt-get-dpkg-dnf-or-rpm-commands

https://support.endlessos.org/help-center/Can-I-install-new-apps-or-software

like there is mycroft spotify etc.
i saw flatpak’s website and are offering many games and applications u can check it out here-https://flathub.org/home
maybe it works

i am using the latest version available right now

If you are an advanced Linux user you can install using the toolbox command. The Toolbox is a tool that offers a familiar RPM based environment for developing and debugging software that runs fully unprivileged using Podman. I recommend reading the toolbox command documentation using the command toolbox --help or github.com/debarshiray/toolbox/tree/master/doc

Create a new toolbox container using the command:

toolbox create --release f33

To run the toolbox use the command:

toolbox enter --release f33

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.