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:
Composer: PHP Fatal error: Allowed memory size of ... exhausted...
CentOS 7: How to setup TUI Firewall settings?
How to setup mysqldump without password in cronjob
WordPress Plugin Dev: How to send email using SMTP?
How to setup static IP in Debian
Word cannot start the spelling checker - Word 2011
How to merge .001 files in Mac OS X
How to merge pdf file in Mac OS X using Preview
Share this with your friends:-
Require xcode installed to use this on mac…