vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Does anyone know how to install pkgtool??? I delete it! ---------------------------------------- The post originated from Linux Forum: ---------------------------------------- http://www.linuxforum.com http://www.linuxforum.com/forums |
| |||
| On Sat, 24 Apr 2004 12:10:14 -0500, m3nsch wrote: > Does anyone know how to install pkgtool??? Copy the .tgz package to ``/'' directory, "telinit 1" and: tar -vzxpf pkgtools-*.tgz sh /install/doinstall.sh I would run: "upgarepkg --reinstall pkgtools-*.tgz" after that. Just to be sure. (You can remove the /install directory afterwards, of cource.) > I delete it! When you play with root, you risk killing tree ... -- -Menno. |
| |||
| m3nsch wrote : > Does anyone know how to install pkgtool??? > I delete it! > If you have KDE installed then you could use "kpackage" to install Slackware packages. You might have to run through the configure it to use the Slackware package format. -- Thomas O. This area is designed to become quite warm during normal operation. |
| |||
| >> Does anyone know how to install pkgtool??? >> I delete it! >> > If you have KDE installed then you could use "kpackage" to install > Slackware packages. You might have to run through the configure it to > use the Slackware package format. That wouldn't work, kpackage is just a frontend for various commandline package tools. To the op, just untar it into your / directory, run the shell script in /install, then delete /install, as someone else has explained. |
| ||||
| MikeyD wrote : > That wouldn't work, kpackage is just a frontend for various commandline > package tools Given the simplicity of the Slackware package system I did expect they had this functionality build into the program. But after checking the source I can see your right, kpackage does use installpkg and removepgk. -- Thomas O. This area is designed to become quite warm during normal operation. |