Need to extract a .deb file at my linux box. After few search i found some way on how to extract .deb file. Here i document down the solution that work best for me. FYI, .deb file is a standard Unix ar archive file and be use in the Debian software package file. So, you will see .deb file often if you are using Debian or Ubuntu. However, due to some reason you might need to extract the deb file and here’s the way.
To extract .deb file in Linux, follow the steps below:-
Advertisements
- Start your terminal and enter the command below to extract the .deb file
ar vx filename.deb
- Once you extract the .deb file, you will see 2 folder “usr” and “var”. You may view all their files from the two folders.
Related posts:
Password protect directory with .htaccess and .htpasswd
How to remove apache test page in CentOS
How to connect Creative Zen V Plus in Mac OS X
How to extract password rar file in command line - Linux
How to auto start Apache during boot time - Linux
CentOS: install yum fastest mirror plugin for faster connection update
How to switch window within the same program in Mac OS X
Symfony2: How to get Doctrine Entity Manager in Console command
Share this with your friends:-
Require xcode installed to use this on mac…