find-repos-of-install(1)find-repos-of-install(1)NAME
find-repos-of-install - report which Yum repository a package was installed from
SYNOPSIS
find-repos-of-install [options] package1 [package2...]
DESCRIPTION
find-repos-of-install is a program which reports the Yum repository that a specified package was installed from.
OPTIONS --version
Report program version and exit.
-h, --help
Display a help message, and then quit.
--repoid=REPOID
Specify repo ids to query, can be specified multiple times (default is all enabled).
--enablerepo=ENABLEREPOS
In addition to the default set, query the given additional repository, even if it is disabled in YUM configuration. Can be used
multiple times.
--disablerepo=DISABLEREPOS
Do not query the given repository, even if it is enabled in YUM configuration. Can be used multiple times.
--repofrompath=REPOID,PATH/URL
Specify a path or url to a repository (same path as in a baseurl) to add to the repositories for this query. This option can be used
multiple times. If you want to view only the pkgs from this repository combine this with --repoid. The repoid for the repository is
specified by REPOID.
-C, --cache
Tells repoquery to run entirely from YUM cache - does not download any metadata or update the cache. Queries in this mode can fail
or give partial/incorrect results if the cache isn't fully populated beforehand with eg "yum makecache".
--tempcache
Use a temp dir for storing/accessing yum-cache.
--sync2yumdb
Sync anything that is found to the yumdb, if available.
SEE ALSO
yum.conf (5)
http://yum.baseurl.org/
AUTHORS
See the Authors file included with this program.
13 January 2013 find-repos-of-install(1)
Check Out this Related Man Page
repotrack(1)repotrack(1)NAME
repotrack - track a package and its dependencies and download them
SYNOPSIS
repotrack [options] package1 [package2...]
DESCRIPTION
repotrack is a program for keeping track of a particular package and its dependencies. It will download one or more packages and all depen-
dencies.
OPTIONS -h, --help
Display a help message, and then quit.
-c CONFIG, --config=CONFIG
Config file to use (defaults to /etc/yum.conf).
-a ARCH, --arch=ARCH
Act as if running the specified arch (default: current arch).
-r REPOID, --repoid=REPOID
Specify repo ids to query, can be specified multiple times (default is all enabled).
-t, --tempcache
Use a temp dir for storing/accessing yum-cache.
-p DESTDIR, --download_path=DESTDIR
Path to download packages to.
-u, --urls
Instead of downloading RPMs, list the URLs that would be downloaded.
-n, --newest
Toggle downloading only the newest packages (defaults to newest-only).
-q, --quiet
Output as little information as possible.
SEE ALSO
yum.conf (5)
http://yum.baseurl.org/
AUTHORS
See the Authors file included with this program.
13 January 2013 repotrack(1)
I am trying to find out what I should install to provide internet access and browsing possibilities on multiple unix terminals. Can anybody help?
TNXS (5 Replies)
Hi,
I have configured YUM repository on a server and we have 10 linux machine (clients).
Is there any way we can install a package on all the 10 machines from YUM repository server?
Please help me. (7 Replies)
Hi,
I have configure local yum repository in my red hat linux on vmware. Below are the steps i followed
1. mkdir -p /root/install/RPMS
2. Copy all the software/packages RPMS from instillation CD/DVD to /root/install/RPMS directory
3. rpm -ivh createrepo-0.4.11-3.el5.rpm
4. createrepo... (5 Replies)
I have a query that does Redhat have the link to the yum repository on its FTP site. In my environment, I have the file rhel-debuginfo.repo which has -
baseurl=ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/$basearch/Debuginfo.
I hope, my question is clear that is there a... (5 Replies)
I have just installed AIX 7.1 on a new system, and find that it displays the same annoying behaviour the you find in Linux:
In an xterm, when you quit vim or less, the file listed in the terminal window is blanked out and replaced with whatever was there before.
In vim there is a couple of... (12 Replies)
Hi, I'm pretty new to Linux and I want to download security patches and install them on RHEL 5.4.
I've searched the red hat web site but cant seem to find where the download link is. (5 Replies)
Hi there
/root #yum localinstall sg3_utils
Loaded plugins: product-id, refresh-packagekit, subscription-manager
Updating Red Hat repositories.
Setting up Local Package Process
Skipping: sg3_utils, filename does not end in .rpm.
Nothing to do
/root #
above is the error
/root... (6 Replies)
I am trying to install VirtualBox on RHEL 5 but I need the 32 bit version for 32 bit Windows. When I run yum I get the following:
sudo yum localinstall /auto/spvtg-it/spvss-migration/Software/VirtualBox-4.3-4.3.2_90405_el6-1.i686.rpm
Loaded plugins: fastestmirror
Setting up Local Package... (13 Replies)
First of all, apologies if this has already been answered elsewhere. I haven't quite been able to find what I'm looking for yet, so hopefully this won't come across as repetition.
I have a file consisting of ~100 nearly identical lines, each of which contains multiple instances of the string I... (11 Replies)
Hi,
While installing perl5.14 on my Linux box its failing with c compiler issue.
below is the error message.
Use which C compiler?
./trygcc: line 10: cc: command not found
Uh-oh, the C compiler 'cc' doesn't seem to be working.
./trygcc: line 25: gcc: command not found
./checkcc:... (11 Replies)
My current find command does not support printf.
I need find package that supports printf on AiX 6.1 system.
Can anyone help me with the download link or where / how / if I can find it ?
Can it be installed at a different non default location so that it can be reference without... (5 Replies)