Sponsored Content
Top Forums UNIX for Advanced & Expert Users Redhat check when package was updated Post 303007642 by Scrutinizer on Sunday 19th of November 2017 10:49:00 AM
Old 11-19-2017
Like this ?
Code:
rpm -qi some_package | grep ^Install


---
or, for multiple packages at once, try:
Code:
pkgs=( package1 package2 package 3 )
rpm -qi "${pkgs[@]}" | grep -E '^(Name|Install)' | paste - -


Last edited by Scrutinizer; 11-19-2017 at 11:55 AM..
 

4 More Discussions You Might Find Interesting

1. Debian

Package updated to same version

Hi, I recently did slight modifications to the basename utility from the coreutils package. I downloaded the source by typing "apt-get source coreutils", added a new option to the program, updated the respective manpage, build and installed it using "dpkg-buildpackage -uc -b && dpkg -i... (0 Replies)
Discussion started by: Gunther
0 Replies

2. Red Hat

how can i get open office package for Redhat Linux 5.0

Dear Team, Any body who have idea to down load the open office package for Redhat linux 5.0. Please send me the URL. so that i can easily down load from net. (2 Replies)
Discussion started by: sahu.tapan
2 Replies

3. Shell Programming and Scripting

trying to check if the file is getting updated or not

#!/bin/sh #set -x Current_Date=`date +"%b %e"` Filepmdate=`ls -ltr /file/ | tail -5 | awk '{print $6,$7}'` if ; then echo " " exit 0 else echo "Log files are not updated please check" exit 0 fi done > sh -x l12.sh + + date +%b %e Current_Date=Aug... (2 Replies)
Discussion started by: arch12
2 Replies

4. UNIX for Beginners Questions & Answers

Why inactive slave bonding received network package in redhat?

bond0 active in eth0 and inactive in eth4. why eth4 received network package? Bonding Mode: fault-tolerance (active-backup) Primary Slave: eth0 (primary_reselect failure) Currently Active Slave: eth0 MII Status: up MII Polling Interval (ms): 100 Up Delay (ms): 0 Down Delay (ms): 0 ... (4 Replies)
Discussion started by: samran35
4 Replies
WNPP-CHECK(1)						      General Commands Manual						     WNPP-CHECK(1)

NAME
wnpp-check - check if a package is being packaged or if this has been requested SYNOPSIS
wnpp-check package ... wnpp-check --help|--version DESCRIPTION
wnpp-check downloads the lists of packages which are listed as being packaged (ITPed) or for which a package has been requested (RFPed) from the WNPP website and lists any packages supplied on the command line which appear in those lists. Note that WNPP, and therefore wnpp-check's output, is source package based. OPTIONS
--help, -h Show a summary of options. --version, -v Show version and copyright information. SEE ALSO
http://www.debian.org/devel/wnpp EXIT STATUS
0 None of the packages supplied has an open ITP or RFP 1 Either an error occurred or at least one package supplied has an open ITP or RFP AUTHOR
wnpp-check was written by David Paleino <d.paleino@gmail.com>; this man page was written by Adam D. Barratt <adam@adam-barratt.org.uk> for the devscripts package. wnpp-check was originally based on wnpp-alert, which was written by Arthur Korn <arthur@korn.ch> and modified by Julian Gilbey <jdg@debian.org> for the devscripts package. Both scripts are in the public domain. DEBIAN
Debian Utilities WNPP-CHECK(1)
All times are GMT -4. The time now is 11:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy