-1

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:

  1. sudo add-apt-repository ppa:ubuntudde-dev/stable
  2. sudo apt-get update
  3. 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?

1 Answers1

-1

You might want to reconfigure the package database, as it seems broken.

sudo dpkg --configure -a
vipra
  • 1