debi
debi is a small command-line tool for Debian-based Linux distributions that installs local Debian package files (.deb) and automatically resolves and fetches their dependencies from configured APT repositories. It functions as a wrapper around dpkg and APT, offering a straightforward way to install a single .deb file without manual dependency management.
Unlike dpkg, which installs packages without resolving dependencies, debi integrates with APT to locate and install
Usage typically involves running with elevated privileges, for example: sudo debi package.deb, or sudo debi http://example.com/package.deb.
Availability and ecosystem: debi is part of the broader family of Debian-based package helpers and is not