this post was submitted on 27 Jul 2024
251 points (98.8% liked)

Linux

47290 readers
702 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

The Linux Mint team has just released Linux Mint 22, a new major version of the free Linux distribution. With Windows 10's end of support coming up quickly next year, at least some users may consider making the switch to Linux.

While there are other options, paying Microsoft for extended support or upgrading to Windows 11, these options are not available for all users or desirable.

Linux Mint 22 is a long-term service release. Means, it is supported until 2029. Unlike Microsoft, which made drastic changes to the system requirements of Windows 11 to lock out millions of devices from upgrading to the new version, Linux Mint will continue to work on older hardware, even after 2029.

Here are the core changes in Linux Mint 22:

  • Based on the new Ubuntu 24.04 package base.
  • Kernel version is 6.8.
  • Software Manager loads faster and has improved multi-threading.
  • Unverified Flatpaks are disabled by default.
  • Preinstalled Matrix Web App for using chat networks.
  • Improved language support removes any language not selected by the user after installation to save disk space.
  • Several under-the-hood changes that update libraries or software.
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 month ago (1 children)

What's a PPA, and, if it's alright to ask, which things did you need to downgrade or remove before upgrading mint?

I'm still on mint cinnamon 21, saving up for a beefier drive to back up to before I would upgrade.

[–] [email protected] 2 points 1 month ago

PPA= Personal Package Archives.

I disabled, like commenting out, most of these PPA's (and potentially other Debian APT repos) and then executed a 'downgrade foreign packages', which will reset the packages back to the original version of Linux Mint 21, before upgrading to Mint 22.

If you are unsure of about any of those APT repos, just look in your: /etc/apt/sources.list.d/ directory. The only official file is official-package-repositories.list, all other files are most likely be added by your in the past. Commenting out the content of the *.list files is recommended and the mintupgrade command should help you downgrade those foreign packages if needed. Let me know if you have any follow-up questions.