I use ubuntu 20.04 and i want to download the deepin desktop environment.
I wrote at google how to get this desktop environment and i have to open the terminal and write:
- sudo add-apt-repository ppa:ubuntudde-dev/stable
- sudo apt-get update
- sudo apt install ubuntudde-dde ubuntudde-dde-extras.
When i write the third command it says: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution) What should i do?
sudo apt --fix-broken install
? – N0rbert Jan 13 '22 at 17:55