gdebi
Simple tool to install .deb files. More information: <https://www.commandlinux.com/man-page/man1/gdebi.1.html>.
Install
- All systems
-
curl cmd.cat/gdebi.sh
- Debian
-
apt-get install gdebi-core
- Ubuntu
-
apt-get install gdebi-core
- Kali Linux
-
apt-get install gdebi-core
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gdebi-core
- Raspbian
-
apt-get install gdebi-core
- Dockerfile
- dockerfile.run/gdebi
Simple tool to install .deb files. More information: <https://www.commandlinux.com/man-page/man1/gdebi.1.html>.
-
Install local `.deb` packages resolving and installing its dependencies:
gdebi path/to/package.deb
-
Display the program version:
gdebi --version
-
Do not show progress information:
gdebi path/to/package.deb --quiet
-
Set an APT configuration option:
gdebi path/to/package.deb --option=APT_OPTS
-
Use alternative root dir:
gdebi path/to/package.deb --root=path/to/root_dir
© tl;dr; authors and contributors