summaryrefslogtreecommitdiffstats
path: root/testing/source/pkgtools/manpages/upgradepkg.8
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-06-21 22:58:42 +0000
committer Eric Hameleers <alien@slackware.com>2018-06-22 09:00:34 +0200
commitca85aab95397ae918088f8ba2195eb4eb996c739 (patch)
tree53c83f5d50354f163eeab5dd11c8ba109be9e291 /testing/source/pkgtools/manpages/upgradepkg.8
parentb893b1174dfcd0fdc84aa597eee76b797d6d7b11 (diff)
downloadcurrent-ca85aab95397ae918088f8ba2195eb4eb996c739.tar.gz
current-ca85aab95397ae918088f8ba2195eb4eb996c739.tar.xz
Thu Jun 21 22:58:42 UTC 201820180621225842
a/pkgtools-15.0-noarch-20.txz: Rebuilt. Move pkgtools database to /var/lib/pkgtools/. Move removed logs to /var/log/pkgtools/. a/sysvinit-2.90-x86_64-1.txz: Upgraded. ap/cups-filters-1.20.3-x86_64-3.txz: Rebuilt. Recompiled against poppler-0.66.0. kde/calligra-2.9.11-x86_64-22.txz: Rebuilt. Recompiled against poppler-0.66.0. l/dbus-python-1.2.8-x86_64-1.txz: Upgraded. l/gc-7.6.6-x86_64-1.txz: Upgraded. l/harfbuzz-1.8.1-x86_64-1.txz: Upgraded. l/poppler-0.66.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/pulseaudio-12.0-x86_64-1.txz: Upgraded. n/dhcpcd-7.0.6-x86_64-1.txz: Upgraded. n/php-7.2.7-x86_64-1.txz: Upgraded. Added support for libedit. t/texlive-2017.171108-x86_64-7.txz: Rebuilt. Recompiled against poppler-0.66.0. x/libwacom-0.30-x86_64-1.txz: Upgraded. xfce/exo-0.12.2-x86_64-1.txz: Upgraded. xfce/tumbler-0.2.1-x86_64-4.txz: Rebuilt. Recompiled against poppler-0.66.0. xfce/xfce4-settings-4.12.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'testing/source/pkgtools/manpages/upgradepkg.8')
-rw-r--r--testing/source/pkgtools/manpages/upgradepkg.8116
1 files changed, 0 insertions, 116 deletions
diff --git a/testing/source/pkgtools/manpages/upgradepkg.8 b/testing/source/pkgtools/manpages/upgradepkg.8
deleted file mode 100644
index 757d60031..000000000
--- a/testing/source/pkgtools/manpages/upgradepkg.8
+++ /dev/null
@@ -1,116 +0,0 @@
-.\" -*- nroff -*-
-.ds g \" empty
-.ds G \" empty
-.\" Like TP, but if specified indent is more than half
-.\" the current line-length - indent, use the default indent.
-.de Tp
-.ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
-.el .TP "\\$1"
-..
-.TH UPGRADEPKG 8 "31 May 2002" "Slackware Version 8.1.0"
-.SH NAME
-upgradepkg \- upgrade Slackware packages.
-.SH SYNOPSIS
-.B upgradepkg
-[
-.B --dry-run
-]
-[
-.B --install-new
-]
-[
-.B --reinstall
-]
-[
-.B \--terse
-]
-[
-.B \--terselength <length>
-]
-[
-.B --verbose
-]
-.BI newpackagename
-.BI [ newpackagename2 ]
-.LP
-.B upgradepkg
-[
-.B --dry-run
-]
-[
-.B --install-new
-]
-[
-.B --reinstall
-]
-[
-.B \--terse
-]
-[
-.B \--terselength <length>
-]
-[
-.B --verbose
-]
-.BI oldpackagename%newpackagename
-.BI [ old2%new2 ]
-.SH DESCRIPTION
-.B upgradepkg
-upgrades a Slackware package from an older version to a
-newer one. It does this by
-.B INSTALLING
-the new package onto the system, and then
-.B REMOVING
-any files from the old package that aren't in the new package.
-If the old and new packages have the same name, a single argument is all that
-is required. If the packages have different names, supply the name of the
-old package followed by a percent symbol (%), then the name of the new package.
-Do not add any extra whitespace between pairs of old/new package names.
-.P
-Before upgrading a package, save any configuration files (such as in /etc)
-that you wish to keep. Sometimes these will be preserved, but it depends on
-the package structure. If you want to force new versions of the config files
-to be installed, remove the old ones manually prior to running upgradepkg.
-.P
-If upgradepkg finds more than one installed package matching the old package's
-name, it will remove them all.
-.TP
-To upgrade in a directory other than / (such as /mnt):
-.TP
-ROOT=/mnt upgradepkg package.txz (or .tbz, .tgz, .tlz)
-.SH OPTIONS
-.TP
-.B \--dry-run
-Output a report about which packages would be installed or upgraded
-but don't actually perform the upgrades.
-.TP
-.B \--install-new
-Normally upgradepkg only upgrades packages that are already installed on the system, and
-will skip any packages that do not already have a version installed.
-If
-.B --install-new
-is specified, the behavior is modified to install new packages in addition to upgrading
-existing ones.
-.TP
-.B \--reinstall
-Upgradepkg usually skips packages if the exact same package
-(matching name, version, arch, and build number) is already installed on the system.
-Use the --reinstall option if you want to upgrade all packages even if the same
-version is already installed.
-.TP
-.B \--terse
-Upgrade the package displaying only a single description line to stdout.
-.TP
-.B \--terselength <length>
-Maximum line length of --terse mode output. Default is the number of terminal columns.
-.TP
-.B \--verbose
-Show all the gory details of the upgrade.
-.SH AUTHOR
-Patrick J. Volkerding <volkerdi@slackware.com>
-.SH "SEE ALSO"
-.BR makepkg(8),
-.BR installpkg(8),
-.BR removepkg(8),
-.BR explodepkg(8),
-.BR pkgtool(8)