Path to this page:
./
misc/rpm,
The Red Hat Package Manager
Branch: CURRENT,
Version: 4.13.0.1nb12,
Package name: rpm-4.13.0.1nb12,
Maintainer: pkgsrc-usersThis is the Red Hat Package Manager. It is used to manipulate Red Hat
packages, much in the same way as the pkg_* tools are used in FreeBSD
and NetBSD. rpm's come in their own format, and are typically used in
the Linux community for binary package administration.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.3 2003/08/30 19:45:00 jlam Exp $
RPMDIR="@RPMDIR@"
case ${STAGE} in
POST-DEINSTALL)
for db in ${RPMDIR}/*.rpm; do
if [ ${RPMDIR}/.pre-timestamp -ot $db ] && \
[ ${RPMDIR}/.post-timestamp -nt $db ]; then
${RM} -f $db
fi
done
${RM} -f ${RPMDIR}/.pre-timestamp
${RM} -f ${RPMDIR}/.post-timestamp
${RMDIR} -p ${RPMDIR} 2>/dev/null || ${TRUE}
if [ -d ${RPMDIR} ]; then
${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove:
${RPMDIR}
where the RPM database is stored.
Caution: you will lose any data ${PKGNAME} has about any installed
packages!
===========================================================================
EOF
fi
;;
esac
Required to run:[
databases/db4] [
archivers/libarchive] [
lang/perl5] [
shells/bash] [
security/openssl] [
devel/nspr] [
devel/popt] [
devel/nss]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 4204.356 KB
Version history: (Expand)
- (2023-10-25) Updated to version: rpm-4.13.0.1nb12
- (2023-08-14) Updated to version: rpm-4.13.0.1nb11
- (2022-06-28) Updated to version: rpm-4.13.0.1nb10
- (2021-05-25) Updated to version: rpm-4.13.0.1nb9
- (2021-04-15) Updated to version: rpm-4.13.0.1nb8
- (2021-04-09) Updated to version: rpm-4.13.0.1nb7
CVS history: (Expand)