Software package is owned by Slackware tgz. To do the installation, run the command :
#installpkg [package name].tgz
To see the packages that have been installed, you can check the file / var / log / package.log. One way to view the log file is to run the command :
#vi /var/log/pakcage.log
Or you can use a utility pkgtool. In addition to make system management to be easier, pkgtool also designed to install tgz package, seeing information package installed, and to remove the package from the system.
#pkgtool
You can also change the rpm package into tgz with rpm2tgz command . For example we want to change the package mp3blaster-3.1.3-113.i586.rpm into tgz, run the command :
#rpm2tgz mp3blaster-3.1.3-113.i586.rpm
0 comments:
Post a Comment