Ss command not found in the repositories

Hi, i can’t find the ss command on the repositories, do you know something about ?

The /usr/bin/ss executable is owned by the package iproute2.

Check if you have that package installed:

pacman -Qs iproute2

If there is no output, install iproute2 (sudo pacman -Syu iproute2) and run the ss command from a terminal window.

2 Likes

for find a file in packages (not installed)

sudo pacman -Fy # for update local database
pacman -F "ss"
3 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.