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
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
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?
dpkg -l this command list only installed application i want installed date
What are the commands to make a file hidden and to delete all hidden in the folder in Linux? Please explain in detail?