this post was submitted on 19 May 2025
70 points (96.1% liked)

Linux

54322 readers
254 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 6 years ago
MODERATORS
 

If I install software from .deb file, do I still get the updates & upgrades when I run sudo apt update / upgrade ? Or is flatpak the way to go? I'm not very familiar with flatpak, so I'm trying to avoid, but it seems that cons are limited. I'm currently running mint cinnamon (how original, I know), and asking because i can't seem to add mullvad-vpn stable repo. Thank you for your help,

you are viewing a single comment's thread
view the rest of the comments
[–] abrasiveteapot 6 points 3 days ago (1 children)

For mullvad vpn the client will tell you when there's an update available by a very obvious flag in the app that you click on to download it then click/double click on the file out of the downloads to get debi to install it.

To answer the broader question, where ever possible install apps via software manager, that way they are updated with apt / update manager.

I would suggest using flatpacks sparingly as they are disk hogs.

[–] [email protected] 3 points 3 days ago

Thank you very much for this clear answer.