F5F Stay Refreshed Software Operating Systems Package managers handle software installation and updates. Snap and Flatpak are tools used to manage these packages.

Package managers handle software installation and updates. Snap and Flatpak are tools used to manage these packages.

Package managers handle software installation and updates. Snap and Flatpak are tools used to manage these packages.

P
pwnguy02
Member
122
02-02-2016, 09:21 PM
#1
Hi everyone. I'm gaining more knowledge about my operating system and want to explore Linux as my main desktop environment. I've been reading up, and I'm drawn to Linux Mint because of its experience with Windows 10. It's unclear why Ubuntu is preferred over it, but that's not important right now. I'm puzzled about the package managers—Ubuntu uses Snaps while Linux Mint seems to use something else (maybe Flatpak). Should I pick a distro based on which manager it uses? This feels confusing. I'm aiming for a straightforward setup, especially since I struggled with Chrome installation on Solus and don't feel comfortable with the command line. Thanks a lot!
P
pwnguy02
02-02-2016, 09:21 PM #1

Hi everyone. I'm gaining more knowledge about my operating system and want to explore Linux as my main desktop environment. I've been reading up, and I'm drawn to Linux Mint because of its experience with Windows 10. It's unclear why Ubuntu is preferred over it, but that's not important right now. I'm puzzled about the package managers—Ubuntu uses Snaps while Linux Mint seems to use something else (maybe Flatpak). Should I pick a distro based on which manager it uses? This feels confusing. I'm aiming for a straightforward setup, especially since I struggled with Chrome installation on Solus and don't feel comfortable with the command line. Thanks a lot!

J
Jostorak
Member
235
02-02-2016, 11:58 PM
#2
Linux offers solid guidance on choosing package managers beyond Snap and Flatpak. Both have strengths and weaknesses, but they both work across multiple platforms. Linux Mint is based on Ubuntu and also supports Flatpak, while Ubuntu relies on Snap by default. If you're looking for a standard manager, APT is common, with Debian's DPKG as the interface. For growing distributions that don’t play favorites, Ubuntu remains a solid pick—just remember to install Flatpak manually if needed. In short, yes, it works generally, though not perfectly in every situation.
J
Jostorak
02-02-2016, 11:58 PM #2

Linux offers solid guidance on choosing package managers beyond Snap and Flatpak. Both have strengths and weaknesses, but they both work across multiple platforms. Linux Mint is based on Ubuntu and also supports Flatpak, while Ubuntu relies on Snap by default. If you're looking for a standard manager, APT is common, with Debian's DPKG as the interface. For growing distributions that don’t play favorites, Ubuntu remains a solid pick—just remember to install Flatpak manually if needed. In short, yes, it works generally, though not perfectly in every situation.

S
SourisCraft
Member
57
02-03-2016, 09:11 PM
#3
This clarifies the distinction between snaps and flatpacks effectively.
S
SourisCraft
02-03-2016, 09:11 PM #3

This clarifies the distinction between snaps and flatpacks effectively.

S
Shocklor
Junior Member
8
02-10-2016, 08:06 AM
#4
Like a Windows application after installation, you right-click, make it executable, and launch it directly from there. It then gets installed into your system. Snap is similar to Netflix on the Windows App Store—web apps that run within your system’s core, updating alongside the OS and managing filesystem loops. Flatpak allows you to use it for system tools, such as a GPU overclock utility (though this might be inaccurate). These tools require more integration steps since they don’t loop like Snaps. Typically, applications in Ubuntu are available in .deb formats, meaning you download a file, and it provides a GUI to install it. The .deb acts like a container for the Snap, and clicking is akin to removing a tape. Alternatively, you can run `sudo apt install appname` to handle the installation in a single command.
S
Shocklor
02-10-2016, 08:06 AM #4

Like a Windows application after installation, you right-click, make it executable, and launch it directly from there. It then gets installed into your system. Snap is similar to Netflix on the Windows App Store—web apps that run within your system’s core, updating alongside the OS and managing filesystem loops. Flatpak allows you to use it for system tools, such as a GPU overclock utility (though this might be inaccurate). These tools require more integration steps since they don’t loop like Snaps. Typically, applications in Ubuntu are available in .deb formats, meaning you download a file, and it provides a GUI to install it. The .deb acts like a container for the Snap, and clicking is akin to removing a tape. Alternatively, you can run `sudo apt install appname` to handle the installation in a single command.