Nicco Kunzmann

Essays

Find Packge for Linux Command

Find Packge for Linux Command

I want to find the package which installed the command xfce4-display-settings.

To find out, where the command is located, I can use the which command.

$ which xfce4-display-settings
/usr/bin/xfce4-display-settings

Now, I want to know which package installed the command.

Now, I can search for the package and find the website of the package. There is also the source code available in a repository.