How to accurately check if package is installed in yum?
Have you tried this? $ yum list installed bind
Have you tried this? $ yum list installed bind
Some packages are held by more than one repository. The priorities plugin choose packages from the highest-priority repository, excluding duplicate entries from other repos.
You can use: yum -y install packagename The “-y” implies “yes”.
With yum-utils installed, repoquery will provide the information you seek (here ‘epel’ being the repository). $ repoquery -i cherokee Name : cherokee Version : 0.99.49 Release : 1.el5 Architecture: i386 Size : 8495964 Packager : Fedora Project Group : Applications/Internet URL : http://www.cherokee-project.com/ Repository : epel Summary : Flexible and Fast Webserver Description : Cherokee … Read more
When I exectued command to install application following error accured: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory I was not aware of how to fix this problem, to find out resolution I searched for solotutions on net and found following resolution: But bad luck this was not worked at all. It was throwing … Read more
Create a (local) repository and use yum to have it resolve the dependencies for you. The CentOS wiki has a nice page providing a how-to on this. CentOS wiki HowTos/CreateLocalRepos. Summarized and further minimized (not ideal, but quickest): Create a directory for you local repository, e.g. /home/user/repo. Move the RPMs into that directory. Fix some … Read more
ok, so my problem was that I tried to install the package with yum which is the primary tool for getting, installing, deleting, querying, and managing Red Hat Enterprise Linux RPM software packages from official Red Hat software repositories, as well as other third-party repositories. But I’m using ubuntu and The usual way to install … Read more
I solved this issue editing both /etc/yum.repos.d/epel.repo and /etc/yum.repos.d/epel-testing.repo files, commenting all entries starting with mirrorlist=… and uncommenting all the entries starting with baseurl=….
I need these 2 packages installed on RHEL 6 linux system. They are required by several other programs. When I do: this is output: Is there some EPEL with GLIBC_2.15 for RHEL? If not – what is a workaround here?
I have no idea what linux distribution “ubuntu centOS” is. Ubuntu and CentOS are two different distributions. To answer the question in the header: To install make in ubuntu you have to install build-essentials