First install the programme called 'apt-file', type the following command in terminal
sudo apt-get update && sudo apt-get install apt-file

sudo apt-file update
Now see the contents of deb file/package
sudo apt-file list packagename # This is syntax for the command
sudo apt-file file wget

Then see the contents of package vlc
sudo apt-file list vlc

How can see the deb file for example 'cndrvcups-capt_2.00-2_i386.deb' type the following in terminal
sudo dpkg-deb -c cndr*.deb
The output is

0 comments:
Post a Comment