this post was submitted on 27 Jul 2021
3 points (61.5% liked)

Linux

49469 readers
669 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
top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 3 years ago (1 children)

sudo apt install ./nameofdebfile.deb

[–] [email protected] -1 points 3 years ago* (last edited 3 years ago) (1 children)

#dpkg -i /path/to/deb/file && apt --fix-missing install

Don't even @ me about it. You all know it's true.

[–] [email protected] 2 points 3 years ago

Only because the above is not well known.

[–] [email protected] 4 points 3 years ago* (last edited 3 years ago)

The important part of the article:

When software is not in the repo’s, You will have to use other options. Snap, Flatpak, and appimages are all good. However, when using Debian/Ubuntu based distros there is a option that in my opinion is better than all of these. Deb files. Deb files are files that allow you to install the package on your system using a file. Most applications will have their .deb file online. However, they can be difficult to install. I am going to go over the best way to use .deb files to install software on your system.

[...]

Using apt is my preferred way of installing .deb files. It is not graphical, but is is very easy and means that you not only don’t have to install anything, but you don’t have to fix anything after the installation either. To install using apt, you will have to use the terminal to cd into the directory where the .deb file is. Then type this in the terminal.

sudo apt install ./NameOfFile.deb

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

Also: sudo debi --with-depends <fn>.deb