Feb 25, 2013 · Fig.01: Yum Query All Repositories and Show Repository ID’s Command To list only enabled repos, enter: # yum repolist enabled To list only disabled repos, enter: # yum repolist disabled To list all repos (default), enter: # yum repolist all To list available packages under a repo called ksplice-uptrack, enter:

Disable all repositories and then enable just selected repo. $ yum --disablerepo="*" --enablerepo="google" list available Loaded plugins: dellsysidplugin2, refresh-packagekit Available Packages google-chrome-beta.i386 5.0.307.9-39052 google google-chrome-unstable.i386 5.0.322.2-38810 google google-desktop-linux.i386 1.2.0-0088 google picasa.i386 PostgreSQL Yum Repository . You will find details on PostgreSQL related RPMs for Fedora / Red Hat / CentOS / Oracle Linux, like pgAdmin, Slony-I, PostGIS, etc. Important update: Announcing "common" repository. In April 2020, we introduced the "common" repository. This requires a repository RPM update. Please read the news item for details. Dec 22, 2019 · Run the “yum repolist” command to check whether “epel-testing” & “ius” repositories are disabled or not. It’s disabled, I’m not able to see those repo in the below list except “epel”. This yum server is offered without support of any kind. Peer support is available via the Oracle Linux Community If you require support, please consider purchasing Oracle Linux Support via the Oracle Store, or via your sales representative. May 23, 2020 · yum list installed | less. It will allow you to view one screenful at a time. In order to see all packages, both installed and available, you can use the following command: yum list available. Also, you can use grep to filter the output and list specific packages only. For example, if you want to list all installed PHP packages, use the Mar 12, 2017 · YUM Group File Names: A comma-separated list of YUM group files associated with your RPM packages.. Note that at each level (depth), the repodata directory in your repository may contain a different group file name, however each repodata directory may contain only 1 group metadata file (multiple groups should be listed as different tags inside the XML file. Linux Software Repository for Microsoft Products. 10/16/2017; 2 minutes to read +2; In this article Overview. Microsoft builds and supports a variety of software products for Linux systems and makes them available via standard APT and YUM package repositories.

Mar 12, 2017 · YUM Group File Names: A comma-separated list of YUM group files associated with your RPM packages.. Note that at each level (depth), the repodata directory in your repository may contain a different group file name, however each repodata directory may contain only 1 group metadata file (multiple groups should be listed as different tags inside the XML file.

Jan 13, 2018 · How to list the contents of a package using yum command. The procedure to list the files installed by a yum package: Open the terminal bash shell and type: sudo yum install yum-utils; See the files installed by a yum package named bash: repoquery --list bash repoquery -l '*bash*' Let us see installation and usage in details. Installation To install a package from a different repository with yum, you need to add the repository information to the /etc/yum.conf file or to its own repository.repo file in the /etc/yum.repos.d directory. Operations with the list of repositories. yum repolist all; yum repolist disabled you may list the disabled repositories or simply all of them; yum repolist enabled and re-enable them; Adding a Yum Repository . To tell your server which repository to use, you need to create a file with a name that ends in .repo in the directory /etc/yum.repos.d

This is the path of yum repository [root@localhost yum.repos.d]# pwd /etc/yum.repos.d. This is the content of that directory [root@localhost yum.repos.d]# ll total 60 -rw-r--r-- 1 root root 179 Jul 17 11:56 adobe-linux-i386.repo -rw-r--r-- 1 root root 1926 Jun 26 14:59 CentOS-Base.repo -rw-r--r-- 1 root root 637 Jun 26 14:59 CentOS-Debuginfo.repo -rw-r--r-- 1 root root 626 Jun 26 14:59 CentOS

To install a package from a different repository with yum, you need to add the repository information to the /etc/yum.conf file or to its own repository.repo file in the /etc/yum.repos.d directory. Operations with the list of repositories. yum repolist all; yum repolist disabled you may list the disabled repositories or simply all of them; yum repolist enabled and re-enable them; Adding a Yum Repository . To tell your server which repository to use, you need to create a file with a name that ends in .repo in the directory /etc/yum.repos.d Jun 12, 2017 · To list only enabled repos, run the following command: $ yum repolist enabled. To list only disabled repos, enter: $ yum repolist disabled. In Fedora: $ sudo dnf repolist List installed packages in DEB based systems. Run the following command to view the list of installed packages in DEB based systems like Debian, Ubuntu, Linux Mint etc. How to clear the yum cache: When a package is downloaded, installed and is removed there is a chance that the package may still be saved/stored in the yum’s cache. So to clean all the cached packages from the enabled repository cache directory, login as root and execute the following: yum clean packages Here's one way to do it, the crux of it is the *Repo-baseurl:" which is reported by the yum repolist command: # curl -s --dump-header - `yum repolist rhcd -v | grep Repo-baseurl | awk '{print $2}'` -o /dev/null HTTP/1.1 200 OK Date: Fri, 17 May 2013 09:58:30 GMT Server: Apache/2.2.3 (CentOS) Connection: close Transfer-Encoding: chunked Content-Type: text/html;charset=ISO-8859-1