8 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
I have downloaded RHEV-H 4.2 Red Hat Virtualization - Red Hat Customer Portal (RHVirtualization 4.2 Host and Manager iso). I uploaded the image and installed on an HP G9 server baremetal.
I found I dont have a WAN/net connectivity later on HPG9 server. How can I still install virt-manager on... (1 Reply)
Discussion started by: Paras Pandey
1 Replies
2. Fedora
Hello,
I issued # yum update and received below error. Any idea?
# yum update
Loaded plugins: fastestmirror, universal-hooks
Setting up Update Process
Loading mirror speeds from cached hostfile
* cpanel-addons-production-feed: 204.10.37.146
* base: mirrors.oit.uci.edu
* extras:... (3 Replies)
Discussion started by: feroccimx
3 Replies
3. Red Hat
Hello All,
I am trying to upgrade redhat from 5.6 to 5.8.
When i use
Code:
yum update -y
it installs 5.9
I dont want 5.9, instead i would like to upgrade to 5.8
is there anyway to specify a version when you are doing
Code:
yum update (4 Replies)
Discussion started by: adam25ca
4 Replies
4. Shell Programming and Scripting
Hi,
I have an expect script which connects to whatever Ip is passed to it. It performs a variety of tasks, all of which it completes fine except for the yum updates. For some reason it sends commands early, during the yum update. Any ideas?
Thanks. (2 Replies)
Discussion started by: meor
2 Replies
5. Red Hat
I have a server running CentOS 5 and when yum update is run and a new kernel is installed and there are more then 3 kernels installed the oldest ones are removed. Anyway to achieve this with CentOS 4?
Matt (1 Reply)
Discussion started by: lforum
1 Replies
6. UNIX for Dummies Questions & Answers
Hi,
I would like to know the difference between YUM UPDATE and YUM UPGRADE. The man pages say upgrade is same as update with the obsolete option. And by default it says the obsolete option is turned on, which would make them equivalent. Does not say what obsolete does.
Can someone please... (3 Replies)
Discussion started by: mojoman
3 Replies
7. Red Hat
I am using Cent OS 5 i need to update proxy server address in yum, i don't know where to update and how exactly i need to specify the proxy address can anyone help me in the issue. (2 Replies)
Discussion started by: praneel2k
2 Replies
8. Linux
Hello
Is there a way to update a package to a specific version with yum?
So, I have version 1 of package A installed. Versions 2 and 3 are available, but I only want to upgrade to version 2. Any assistance would be appreciated.
Thanks! (1 Reply)
Discussion started by: garskoci
1 Replies
yum-verify(1) yum-verify(1)
NAME
yum verify plugin
SYNOPSIS
yum [options] verify [package ...]
DESCRIPTION
This plugin extends yum with some commands that give verification information on the installed system, much like rpm -V. You can change how
the verification is done and which files it applies to.
added yum commands are:
* verify
* verify-rpm
* verify-all
all of which take the same arguments as the list yum command, obviously you can only verify packages that are installed on the system.
verify Is the generic verification command, and is intended to give the most useful output. It removes all false matches due to multilib
and ignores changes to configuration files by default.
verify-rpm
Is meant to be 100% compatible with rpm -V output, and any differences should be considered as bugs.
verify-all
Is used to list all the differences, including some that rpm itself will ignore.
GENERAL OPTIONS
These are the options added to yum that are available in the verify commands. They are:
--verify-filenames
This option is used to limit the filenames that the packages will perform verification.
--verify-configuration-files
This option is only useful in the generic verify command, and will enable/disable verification of files that are tagged as configu-
ration files.
EXAMPLES
To do the same as rpm -Va, use:
yum verify-rpm
To verify the packages starting with the name yum, use:
yum verify 'yum*'
To verify the binaries that are in a bin directory, use:
yum verify --verify-filenames='*bin/*'
To verify all include files, Eg. for multilib problems, use:
yum verify-all --verify-filenames='/usr/include/*'
SEE ALSO
yum (8)
yum.conf (5)
the verify.conf file in /etc/yum/plugins.d
AUTHORS
James Antill <james.antill@redhat.com>.
BUGS
Currently yum-verify does not do verify-script checking or dependency checking,
only file checking.
Should you find any other bugs, you should first
consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if unsuccessful
in finding a resolution contact the mailing list: yum-devel@lists.baseurl.org.
To file a bug use http://bugzilla.redhat.com for Fedora/RHEL/Centos
related bugs and http://yum.baseurl.org/report for all other bugs.
James Antill 01 March 2008 yum-verify(1)