Let's say, I have a command for which I want to know the source code. For example: unity-webapps-runner. I know which unity-webapps-runner
tells me where to find, but how to find out with apt-cache
that which package installed the binary, so I can run apt-get source <pkg-name>
?
dpkg
has this option. Read same question hereDo this:
Then if you want more information use
apt-cache
Try this command,
The output of the above command shows
So
unity-webapps-runner
was belongs tounity-webapps-service
package.Get the source of
unity-webapps-service
package by running the below command,