this post was submitted on 23 Jul 2023
12 points (92.9% liked)
Linux Mint
1892 readers
11 users here now
Linux Mint is a free Linux-based operating system designed for use on desktop and laptop computers.
Want to see the latest news from the blog? Set the Firefox homepage to:
where is a current or past release. Here's an example using release 21.1 'Vera':
https://linuxmint.com/start/vera/
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For large GUI-based programs such as photo editing, drawing (Krita), 3D modeling (Blender), etc, there are 3 main ways to install them, each with pros and cons:
using apt
Pros: integrates with system libraries, version is curated by Mint/Ubuntu maintainers and usually more stable
Cons: lags a few versions behind upstream, especially when the next Ubuntu LTS is nearing release it can be quite out-of-date
download a deb or tar.gz release from the project's website or GitHub
Pros: you get the latest version
Cons: does not update automatically
using flatpak
Pros: has the latest version, solves some visual compatibility issues (Qt apps on GNOME for example)
Cons: takes more disk space because dependencies are duplicated, sandboxing can break some features
Personally I try to use apt first, unless the version is really old then I try the tar.gz install and finally flatpak. Which method you choose is up to you.