1

enter image description hereUbuntu cannot login Graphical User Interface. when try to install

sudo apt install ubuntu-desktop

Says some packages could not be installed. The following packages have unmet dependencies gstreamer1.0-pipewire : depends: pipewire(=0.3.48-1ubuntu1) but it is not installable. E: Unable unable to correct problems, you have held broken packages.

I uninstalled pipewire and that dependencies.

Startx

Also not working

For more information check this image.

2 Answers2

0

Here it is how I solved this problem

I manually edited the status file using nano

sudo nano /var/lib/dpkg/status

and removed pipewire Ubuntu 20.04 dependencies paragraphs and saved

Note, I'm not remove packages

then

sudo apt update

sudo apt upgrade

now I can log in Graphical User Interface

refrence

I can't remove packages that have unmet dependencies

0

Adding this ppa solved the issue for me:

sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream

And then

sudo apt-get install ubuntu-desktop
malsfdx
  • 51
  • 1
    Actually, I solved this issue and then answered my question. Your method doesn't work for me. Anyway, thanks for your participant. – Kandhaswamy Aug 27 '22 at 08:53