installpkg [OK]
Posted: 27. Jun 2011, 06:10
Slapt-get installs the package on top of another version, without uninstalling the previous one.
Example:

EDIT by thenktor: thread title fixed
Example:
Code: Select all
root[Desktop]# installpkg lilosetup-0.2.7-noarch-1plb.txz
Verifying package lilosetup-0.2.7-noarch-1plb.txz.
Installing package lilosetup-0.2.7-noarch-1plb.txz:
PACKAGE DESCRIPTION:
# LiloSetup (GUI utility to setup LILO)
#
# LiloSetup will enable you to configure a new lilo bootloader from the
# comfort of a graphical interface. It can be executed both from a
# LiveCD environment or from a standard system. It supports multiboot,
# Windows & Linux operating systems, ata and libata subsystems.
#
Package lilosetup-0.2.7-noarch-1plb.txz installed.
root[Desktop]# installpkg lilosetup-0.2.8-noarch-1plb.txz
Verifying package lilosetup-0.2.8-noarch-1plb.txz.
Installing package lilosetup-0.2.8-noarch-1plb.txz:
PACKAGE DESCRIPTION:
# LiloSetup (GUI utility to setup LILO)
#
# LiloSetup will enable you to configure a new lilo bootloader from the
# comfort of a graphical interface. It can be executed both from a
# LiveCD environment or from a standard system. It supports multiboot,
# Windows & Linux operating systems, ata and libata subsystems.
#
Package lilosetup-0.2.8-noarch-1plb.txz installed.
root[Desktop]#
EDIT by thenktor: thread title fixed