GNU/Linux Bodhi Installing Flatpak – QuickStart Guide
Hi! The Tutorial shows you Step-by-Step How to Install Flatpak in Bodhi GNU/Linux Desktop.
And Flatpak for Bodhi is a technology for Building, Distributing, Installing and Running Linux Apps.
Moreover, Flatpak is primarily targeted at the Linux Desktop, although it can also be used as the basis for application distribution in other contexts, such as embedded systems.
Finally, Flatpak has been designed and implemented with a number of Goals:
- Allow applications to be installed on any Linux distribution.
- Provide consistent environments for applications, to facilitate testing and reduce bugs.
- Decouple applications from the operating system, so that applications don’t depend on specific versions of each distribution.
- Allow applications to bundle their own Dependencies, so that they can use libraries that aren’t provided by a Linux distribution, and so they can depend on specific versions or even patched versions of a library.
- Increase the security of Linux desktops, by isolating applications in sandboxes.
1. Terminal Getting-Started Guide
How to QuickStart with Command Line on Bodhi GNU/Linux:
Here Console Bodhi QuickStart GuideLink to Step-by-Step Guide on Getting Started with Command Line in Bodhi GNU/LinuxCopyCopysudo add-apt-repository ppa:alexlarsson/flatpak
And Update the Apt Repo Sources:
Authenticate with the User Admin Pass.Copysudo apt update
If Got “User is Not in Sudoers file” then see: How to Enable sudo.-
2. Installing Flatpak
Finally, to Install Flatpak for Linux Zorin Os
Simply play:Authenticate with the User Admin Pass.Copysudo apt install flatpak
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Again for the Desktop integration run:And with this latest setup on GNOME based you’ll be able to Install Flatpak Apps just Double-clicking on the downloaded flatpakref File.Copysudo apt install gnome-software-plugin-flatpak
Contents