Forrest logo
back to context overview

dpkg-deb

List of commands for dpkg-deb:

  • dpkg-deb:tldr:415e4 dpkg-deb: Extract package's contents into a directory.
    $ dpkg-deb --extract ${filename-deb} ${path-to-directory}
    try on your machine
    explain this command
  • dpkg-deb:tldr:43ff9 dpkg-deb: Display information about a package.
    $ dpkg-deb --info ${filename-deb}
    try on your machine
    explain this command
  • dpkg-deb:tldr:8ee31 dpkg-deb: Display the package's name and version on one line.
    $ dpkg-deb --show ${filename-deb}
    try on your machine
    explain this command
  • dpkg-deb:tldr:eafc0 dpkg-deb: List the package's contents.
    $ dpkg-deb --contents ${filename-deb}
    try on your machine
    explain this command
  • dpkg-deb:tldr:f50a1 dpkg-deb: Create a package from a specified directory.
    $ dpkg-deb --build ${path-to-directory}
    try on your machine
    explain this command
back to context overview