0

How to find the repo of package in linux

How to find out from which repo a package is installed from yum. For example, if I run yum install squid it will start installing the package. From which repo it had installed, how to find that..??

yum utils Linux Add a comment
aiden
asked Feb 21 2017

Answer

0

you can use yum info command with package name.

   yum info [package name]
Add a comment
piraisudanrajendran
asked Feb 23 2017
edited Oct 05 2018
Post your Answer