Forrest logo
back to context overview

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 machine
    explain this command
  • gdebi:tldr:6bf9f gdebi: Display the program version.
    $ gdebi --version
    try on your machine
    explain this command
  • gdebi:tldr:710b7 gdebi: Set an APT configuration option.
    $ gdebi ${path-to-package-deb} --option=${APT_OPTS}
    try on your machine
    explain this command
  • gdebi:tldr:b1d13 gdebi: Use alternative root dir.
    $ gdebi ${path-to-package-deb} --root=${path-to-root_dir}
    try on your machine
    explain this command
  • gdebi:tldr:ee7d8 gdebi: Do not show progress information.
    $ gdebi ${path-to-package-deb} --quiet
    try on your machine
    explain this command
back to context overview