top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to check what file are installed by libboost-all-dev?

0 votes
177 views

I see the following files. But should there be more files installed (e.g., header files). How to show all files installed by libboost-all-dev?

$ dpkg -L libboost-all-dev
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libboost-all-dev
/usr/share/doc/libboost-all-dev/copyright
/usr/share/doc/libboost-all-dev/changelog.gz
posted Jul 27, 2013 by Salil Agrawal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The list of files is OK. The package libboost-all-dev is a meta-package. It depends on various other -dev packages which provide the header files you are looking for. You can find out the dependencies with the command or something similar

apt-cache depends libboost-all-dev
answer Jul 27, 2013 by Sonu Jindal
Similar Questions
+2 votes

Lets assume that i have 2 OS installed, (Linux and Windows).

Both have different file system and both have different mechanism to read/write files.

Then how both OS Shares file information?

+2 votes

I want to list all the application installed on ubuntu with date

dpkg -l this command list only installed application i want installed date

+3 votes

What are the commands to make a file hidden and to delete all hidden in the folder in Linux? Please explain in detail?

...