General :: Find Installed Location Of RPM Package In Unix?

Mar 26, 2010

Using rpm -qa | grep -i <pkgname> gives if a package is installed or not.

But, I would like to find out where a package is already installed i.e the location where a particular package is installed say /opt/<pkg>

View 2 Replies


ADVERTISEMENT

General :: Find The Location Of A Package On A Machine?

Mar 4, 2011

I am trying to find the location of a package on my linux machine. There are several commands that i have tried like 'rpm -ql kernel-headers-2.6.32-71.18.1.el6.x86_64' but this is no good.

I also tried the following command 'rpm2cpio kernel-headers-2.6.32-71.18.1.el6.x86_64 | cpio --list! But I get a msg saying "kernel-headers-2.6.32-71.18.1.el6.x86_64: No such file or directory"So I decided to download the rpm and when I tried to install it I get "package kernel-headers-2.6.32-71.18.1.el6.x86_64 is already installed"Is there any way I can find out the location of this file??? It is not in any of the /usr folders (bin, lib, lib64, include etc...)

View 14 Replies View Related

General :: Where To Find Out Where A Package Has Been Installed To

Feb 27, 2011

Fedora 14 xfceI have installed a package using yum install package-name.However, I can't seen to find out where it has been installed to.Is there any command that will tell me what directory the files have been installed to?

View 2 Replies View Related

Fedora Installation :: Find Yum Package Location

Dec 18, 2009

I'm using yum install libxml2 and it says it's already installed. I need to configure php with the location of libxml2. Is there a yum command to show me where the libxml2 installation folder is? or any other package example apache ...etc.

View 2 Replies View Related

Fedora :: Find The List Of All The Repositories From Where Rpm And Yum Fetches The Package And Also The Location?

Aug 31, 2011

i want to knw where can i find the list of all the repositories from where rpm and yum fetches the package and also the location where all the packages are installed by rpm and yum

View 2 Replies View Related

General :: Flag - Option To Discard Case Sensitivity To Find Package Installed Or Not?

Aug 25, 2009

Is there a flag or option to discard case sensitivity to find whether package is installed or not?

from http://www.rpm.org/max-rpm/s1-rpm-query-parts.html

Quote:

Note, however, that RPM is a bit picky about specifying package names. Here are some queries for the C library that won't work:

Code:
rpm -q libc-5.2.1
Let say I want to find out whether PyQt is installed or not but not sure the exact case, i.e. pyqt or Pyqt or ....

is there a way to find whether a package is installed or not without knowing its case exactly?

View 1 Replies View Related

Debian :: Find Name Of An Package Installed?

Sep 18, 2010

Debian 504 64-bit

I have emacs and ess running on this box code...

View 5 Replies View Related

Debian :: Find A Package That's Not Yet Installed

Feb 15, 2010

I need a particular include file. I know the file name. I don't know which package would install it. apt-cache seems to only search names and descriptions. dpkg -S seems to only search through installed packages. I need to find a package that's not yet installed. I probably just missed the option in the man page... or I don't know which program to man.

View 10 Replies View Related

Debian :: Find The Full Name Of An Installed Package?

Sep 18, 2010

Debian 504 64-bit I have emacs and ess running on this box

[code].....

how to find the full name of "ess" installed? How to find whether there is the latest version available on backports?

View 4 Replies View Related

General :: Install Package To Convert One Unix Book Into Pdf?

Dec 15, 2010

I wanted to install this package to convert one Unix book into pdf. Since I have not set up the internet in the debian, I download the .deb files in winxp and transfer these files to my pen drive and then access it in the Debian. So I got all the 'depends' packages for the chm2pdf from the Debian Packages site and tried to install. Console was still asking for more dependencies. If I have got all the 'depends' packages which are required for chm2pdf, then why does it give problems ?

View 3 Replies View Related

Ubuntu Servers :: Just Installed Ubuntu 9.10 - But Port 80 Blocked - Can Not Find Server/location

Apr 12, 2010

I installed Ubuntu 9.10 and tomcat 6 java servlet container. I am trying to run the tomcat server on port 80, so I edited tomcat's configuration file (server.xml) and changed the default port from "8080" to "80". I launched tomcat server, went to my browser and entered:[url], but it says can not find server/location. Then I edit the server.xml and revert back to port "8080" and then enter: [url] and everything works fine. So my guess is some other service is taking up port 80, but I would think not, since I just installed Ubuntu and made sure apache isn't installed or running.

So I went to "System" --> "Administration", then choose "Network Tools". I then executed Netstat and did not see anything taking up port 80, but I do see port 8080 taken (assuming it is the tomcat server). Then I also did a Port Scan and entered my IP number. Again, I don't see port 80 taken, but do see 8080 being used.

I had a winxp laptop computer behind home wireless and was running tomcat 6 server fine with it, but it over-heated and died recently. So I got a used laptop and just installed Ubuntu 9.10. I have not changed my wireless router settings. It is the same as before. So I have ruled out my home's hardware/network equipment.

So here now I sit, wondering what is up?

For security reasons, is port 80 initially blocked by Ubuntu for some reason? Is there something I have to do beforehand to free up port 80?

View 2 Replies View Related

Software :: Best Way To Find Programs Not Installed By A Package Manager?

Feb 18, 2010

I am trying to think of the best way to find packages that have been installed by NOT using a package manager.

To find installed packages one would search rpm or pkg DB, but what if the software was installed by a tarball or bin or even compiled.

Anyone got any suggestions on how to script for these, I was hoping to write a script to find all the third party stuff, I know there will be a lot of stuff that gets picked up so what is the best way to get minimize false positives?

View 8 Replies View Related

Software :: (Ubuntu 10.04) How To Find Source Of Installed Apt Package

Jan 18, 2011

How do I find which "software source" provided a package that I installed? Some weeks ago, I installed linux-realtime. A collaborator is trying to mirror my setup and looked for that package, but it isn't in the default software sources. So, I need to tell him where I got it.

View 4 Replies View Related

Slackware :: Easy Ways To Find All Of Dependencies Required For Package To Be Installed

Dec 20, 2010

Are there any quick and easy ways to find all of the dependencies required for a package to be installed, so that we dont have to spent a lot of time searching for each package or downloading them individually?

View 5 Replies View Related

General :: Find The Tag Value In Xml File Through Unix Shell Script?

Nov 3, 2010

the below tag is in the xml file. Now i want to find and extract the value of application name test1 and test2 one by one in the unix shell script. how to do this

<application name="test1">
</application>
<application name="test2">

[code]...

View 2 Replies View Related

General :: Find A List Of Cronjob Return Codes For Unix?

Jun 24, 2011

Where can i find a list of cronjob return codes for linux/unix

View 1 Replies View Related

General :: Find List Of Table Spaces In Oracle In Unix?

May 11, 2011

command to find list of table spaces in oracle in unix

View 1 Replies View Related

General :: Find Location Of USB Device For Backup?

Jan 20, 2011

I am using Cron for nightly backups to a usb device. I was just wondering in my script for the backup, how do I find the location of my usb device.

View 2 Replies View Related

General :: Find The Location Path On Server Via SSH?

Mar 7, 2010

How can I find the lynx location path on my server via SSH

View 2 Replies View Related

General :: Find The Location Of The Files Listed Using Rpm -qa?

Feb 24, 2011

does any one have any idea how can I find the location of the files I listed using rpm -qa?

eg, 1 of the result returned from rpm -qa is yum-3.2.22-20.el5 how can I find the location of this program?

View 4 Replies View Related

Debian :: Only Installed Base System, Doesn't Find Package "gnome"?

Jun 28, 2010

Well the topic name says it all. I only installed the base system and when I try "apt-get install gnome" it tells me it can't find package "gnome".Now, I'm actually to much of a noob to try to build my own Debian from the base system and up. But it still seems to be the easiest option.When I try "Debian GNU/Linux on CDs" I can't get online. I start Iceweasl but it just gives me that message telling me that it can't find the website I tried to enter (e.g www.google.com).When I try the net install I get "Bad Archive Mirror" at the configure apt part. I've tried searching your forums for this and it seems to happen to a lot of people but I still can't find a solution in any of those threads

View 8 Replies View Related

Hardware :: How To Find Unix Machine

Jan 5, 2011

Is there any UNIX coomand to find the unix machine type (like whether the machine is belongs to Sun ultra 45 type) like that .

View 3 Replies View Related

General :: Get List Of Dependencies Of Non-installed RPM Package?

Jun 8, 2011

apt-cache show <package> shows also it's dependencies.yum info <package> does not show dependencies, but it obviously know them.How to ask yum for dependencies of specified package?

View 1 Replies View Related

General :: Backup Installed Package In Ubuntu?

Apr 17, 2011

i want to back up all installed package in my current Ubuntu System. So that When I run that back up on other machine I can Installed all package without internet Connection.

View 1 Replies View Related

General :: Finding The Package That Was Installed Recently Or At The Last?

Aug 16, 2010

How to find the package that was installed recently or at the last? Is there any command to find this? in RHEL 5.0

View 1 Replies View Related

Ubuntu :: Installed "Gphoto" Through "Synaptic Package Manager - Can't Find Under "Applications" Drop Down Menu

Jan 10, 2010

I installed "Gphoto" through "Synaptic Package Manager" twice and I can't find it anywhere under "Applications" drop down menu..

View 7 Replies View Related

Ubuntu Networking :: Cannot Find Unix Dial Up Modem

Feb 25, 2011

I tried Gnome-ppp but terminal can not find it! Retired can only afford cheap dialup.

Where can I get a version of ubuntu that has system -> administration-> networking?

View 1 Replies View Related

General :: Find Out Kernal Version And Kernal Configuration File Location

Aug 24, 2010

I am using redhat linux enterprise linux 5, how to find out the linux kernal version and kernal configuration file location .

View 2 Replies View Related

CentOS 5 :: Where Is The Location To Save Package When Try YUM UPDATE

Jan 6, 2010

I am begin learning linux. i try command YUM UPDATE . i want to know location to save becuase i want to format my PC . i will save to another.

View 1 Replies View Related

General :: Openoffice Installed But There Is No Gooo - Different Package Or Plugin To Work?

Jun 18, 2010

I was looking for some alternative and find go-oo. I installed them:

[Code]...

I have openoffice installed. but there is no gooo. is it a different package or plugin to work with openoffice?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved