How to manually unpack a .deb file

Sometimes you want to look at the contents of a package without installing it.

Sometimes you want to compare your installed version with the original package.

Run the following commands

mkdir ~/temp
dpkg -x somepackage.deb ~/temp/

To unpack (without installing) in a temp directory.

Tags

Post new comment

Got something to add - just enter a comment
all other fields are optional.

Your email address will not be published.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
6 + 6 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.