I can't get it to work.
sudo spkg -i gedit-2.31.3.tgz
ERROR: Package name is invalid. (gedit-2.31.3.tgz)
ERROR: Package installation failed!
I get the same error with other packages I have tried
which I can install or upgrade with the install-/upgradepkg command.
How did you install it? It does have a dependency, which means it will probably fail unless installed with slapt-get/gslapt. Any package announced here should be installed using the package manager, otherwise there is no guarantee that it will be correctly installed.
It works here. Took me a while to find a package in .tgz format, but I did find an old Zenwalk package I built several years ago. Results are as below:
root:# spkg -i pinfo-0.6.9-i486-50.1.tgz
Installing package pinfo-0.6.9-i486-50.1...
| 'pinfo (a hypertext info file viewer)
|
| Pinfo is a hypertext info file viewer with a user interface similar to
| lynx. It is based on curses/ncurses, and can handle man pages as well
| as info pages. Features regexp searching and user-defined colours/keys
|
| Written by Bas Zoetekouw
|
|
|
|
|
|
install-info: warning: no info dir entry in `accounting.info.gz'
install-info: warning: no info dir entry in `gtkdialog.info.gz'
install-info: warning: no info dir entry in `termcap.info.gz'
install-info: warning: no info dir entry in `time.info.gz'
install-info: warning: no info dir entry in `which.info.gz'
The warnings are generated by info, and reflect errors in the existing info.dir, but the package installs and works fine.
Paul.