I use this command to install Plank:
sudo apt install plankBut 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 libplank1Not sure though if this will work.