Install plank in Xubuntu 20.04

I use this command to install Plank:

sudo apt install plank

But I get this error over and over:

**The following packages have unmet dependencies: plank : Depends: libplank1 (= 0.11.89+git20200705.20c16a0b-0ubuntu1~20.04~ricotz1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.**
1

1 Answer

Try installing libplank1:

sudo apt install libplank1

Not sure though if this will work.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like