
gdebi
List of commands for gdebi:
-
gdebi:tldr:0dcd6 gdebi: Install local `.deb` packages resolving and installing its dependencies.$ gdebi ${path-to-package-deb}try on your machineexplain this command
-
gdebi:tldr:6bf9f gdebi: Display the program version.$ gdebi --versiontry on your machineexplain this command
-
gdebi:tldr:710b7 gdebi: Set an APT configuration option.$ gdebi ${path-to-package-deb} --option=${APT_OPTS}try on your machineexplain this command
-
gdebi:tldr:b1d13 gdebi: Use alternative root dir.$ gdebi ${path-to-package-deb} --root=${path-to-root_dir}try on your machineexplain this command
-
gdebi:tldr:ee7d8 gdebi: Do not show progress information.$ gdebi ${path-to-package-deb} --quiettry on your machineexplain this command