this post was submitted on 05 Jun 2025
4 points (100.0% liked)
Linux Mint
2455 readers
1 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 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Generally, when you use
apt
you're installing from your distro maintainer's software repository (aka Linux Mint), who will have personally vetted and compiled the software available. This is usually the best and most seamless option as it will continually update itself along with the rest of your system, but the software version from the repo may lag behind compared to the latest releases directly from Google. If you grab it manually from Google, it will be the latest version available, but it will be your responsibility to keep it updated.Just a nitpick: the version will let behind in all Debian-based distros, there's no "may" about it. Any software that is still receiving regular updates will have a much older version in the distros' apt repositories, often even several years old. It might still be fine - apt is a good example, the old version can almost definitely do everything you need - but it's important to be aware of this.
Thank you. I got it