Difference between revisions of ".deb"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "<hide> page type::article thing type::filename extension category:filename extensions </hide> ==About== .deb is the default extension for Debian-style soft...")
(No difference)

Revision as of 14:58, 3 May 2018

About

.deb is the default extension for Debian-style software packages.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Notes

To install a .deb file from a terminal (CLI):

dpkg -i filename.deb
There will probably be unmet dependencies, and you will get an error. If so, then:
apt -f install