gdebi
Simple tool to install `.deb` files.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).