How to find out the repository from which the package comes using apt

Apt utility provides and option to check the repository from which the package comes.

#apt-cache policy PACKAGE

Where PACKAGE need to be replaced with the name of the required package.

That's all…