Linux Lite Forums

Full Version: How do you install devilspie?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For my Audacity Chasing me around the Workspaces:  http://www.linuxliteos.com/forums/other/...e-desktop/  it was suggested that I use devilspie.

http://forum.xfce.org/viewtopic.php?pid=43916#p43916

http://forum.xfce.org/viewtopic.php?pid=44513#p44513

http://forum.xfce.org/viewtopic.php?pid=44517#p44517

I haven't been able to figure out how to install it.  According to this:  https://help.ubuntu.com/community/Devilspie  I need to have the universe repositories check marked.  I have Community-maintained free and open-source software (universe) enabled.  Yet I can't sudo apt-get install it, or sudo apt install it.
Hi,

Have you updated your local packages lists? They get downloaded according to repositories you have active.

Code:
sudo apt-get update
OR
Code:
sudo apt update

Then you can search for the package:
Code:
aptitude search <search string>
OR
Code:
apt search <search string>
OR
Code:
apt-cache search <search string>

That will give you the exact name of the package for installation.

Hope that helps Smile