Now that I have Endless running…I had a couple of questions or inquiries.
Since Endless uses the Gnome desktop, is there a way to install Gnome applications that are not flatpaks? Like gnome-tweak-tool or gnome commander.
Also, is it possible to configure workspaces to switch to?
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
The Toolbox is a tool that offers a familiar RPM based environment for developing and debugging software that runs fully unprivileged using Podman. What is Podman? Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run in rootless mode. More details here.