.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

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 a number of error messages including "dependency problems - leaving unconfigured". If so, then:
apt -f install