dpkg -L <package>
This command gives me a list of all the installed files, what's apt-get's equivalent option for it? I read the man page but couldn't figure out.
|
|
|
Like Dennis said,
lists the files provided by a package already installed on the machine. With apt-get, you might want to list the files that a package provides, even if it is not installed in your system. Fortunately for you, there is a tool for that, called
Note that
will also list other nice things you can do with |
|||
|
|
|
There is no equivalent. apt-get is a layer on top of dpkg, not a replacement of it. |
|||
|
|
|
Actually listing all packages: NOTE: Using Searching: Counting:
|
|||
|
|
|
It doesn't exist. You can use the GUI synaptic which will show you all the installed packages. Shown below.
|
|||
|
|