.deb
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
<hide> page type::article thing type::filename extension </hide>
About
.deb is the default extension for Debian-style software packages.<hide>
page status::seed
</hide>
|
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 a number of error messages including "dependency problems - leaving unconfigured". If so, then:
apt -f install
