Forrest logo
back to context overview

debman

List of commands for debman:

  • debman:tldr:3c2e6 debman: Read a man page for a command that is provided by a specified package name.
    $ debman -p ${package_name} ${command_name}
    try on your machine
    explain this command
  • debman:tldr:4c5b5 debman: Read a man page in a `.deb` file.
    $ debman -f ${filenamename-deb} ${command_name}
    try on your machine
    explain this command
  • debman:tldr:b0f12 debman: Specify a package version to download.
    $ debman -p ${package_name}=${version} ${command_name}
    try on your machine
    explain this command
back to context overview