70
Do I still get updates if I install from .deb file?
(lemmy.world)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
The answer is going vary by package. If the deb file adds a repo containing updates for itself, then yes. If not, then no.
I assumed it's not the case since mullvad states it's not meant to be used on mont, but is there a way to check?
Look at the files in
/etc/apt/sources.list
and/etc/apt/sources.list.d
.you can also just check
dpkg -L $installed_package_name | grep /etc/apt/
to find files that would have been installed by the package there.