Skip to content
Advertisement

Install TCP Wrappers in Slackware 14.2

How to install TCP Wrappers using the appropriate package manager? When I run pkgtool, I can see in the list that tcp_wrappers is included tcp_wrappers-7.6-x86_64-1. I want to install it.

I tried the command below, with no luck.

JavaScript

Whenever I run the command above, it says

JavaScript

So I navigated to /var/log/packages, where the list of Slackware packages are listed and I found there tcp_wrappers-7.6-x86_64-1 file. So what I did is:

JavaScript

The prompt message is :

JavaScript

After, I verified whether the tcp_wrappers is already installed using the commands below, with no luck.

JavaScript

It just say:

JavaScript

what shall I do?

Advertisement

Answer

If it is in /var/log/packages, then it’s already installed. Files in this directory are simple text files with package description, list of installed files etc. Try for example:

JavaScript

On my box it shows:

JavaScript

rpm is RedHat tool. It will not show this package as installed, because pkgtool used by Slackware is not related to rpm in any way – it doesn’t update rpm package database. rpm is installed in Slackware only for installing rpm packages, not to manage packages installed by native pkgtool.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement