I know how to install apps from Flathub or Flatpak, but I want to know about APT. I know how to use it, and when I type ‘apt’ it prints help. This proves that APT is installed, but I can’t install apps with it. Can someone tell me why we’re not allowed to install via APT?
Ok, so Endless is not targeted to people who often use the command line to install apps.
The Endless OS is only compatible with Flatpak Applications
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 toolbox/doc at main · debarshiray/toolbox · GitHub
Create a new toolbox container using the command:
toolbox create
To run the toolbox use the command:
toolbox enter
Awesome! I used the commands and was able to install Python 2.7 for a game I found on Github. Thanks!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.