0

I tried to install "qgis" and "qgis server", but I failed to do so and I think certain packages got conflicted with ones I already have on my system.

Now I can't upgrade through "sudo apt-get upgrade" and also can't install new packages; when I do so I get the following error:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libfcgi-bin : Depends: libfcgi0ldbl but it is not installed
 qgis-server : Depends: libfcgi0ldbl but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

I also can't purge either qgis-server or libfcgi-bin, if I do so I get:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libfcgi-bin : Depends: libfcgi0ldbl but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

I want to get rid of qgis-server and anything related to this problem so I can resume the system normally

1 Answers1

1

I managed to solve it by using the following command "sudo dpkg -P libfcgi0ldbl", then again for qgis-server sudo dpkg -P qgis-server .