Skip to main content

Repairing severe apt install problem ubuntu


  1. Lubuntu is really nice, processes look fluent,  besides it is really stable and robust, though it doesn't let any error pass. 
  2. Off course it uses lightdm.
  3. Actually serious errors can be corrected but manually.
  4. I performed the procedure of upgrading from 18.04 into 19.04, many things have changed, but many errrors did appear meanwhile.
  5. Amongst the minor errors we cite the disappearance of the icons, I retrieved them through switching from the gdm3 into lightdm, and when I change some gnome into Lubuntu.
  6. As for the serious errors, I think the corruption of the apt command is the toughest one, I failed to install anything any more, any operation of installation ended with an indication that there a non satisfied interdependance resulting from inconsistencies within the python3 in the distro core; this came from the upgradin operation. Some time a red message about a sever dpkg error appears.
  7. I have tried any proposed combination of commands on the net like apt clean, remove, autoremove, upgrade, fullupgrade, dist-upgrade, update, --fix-missing, purge, repairing dpkg even from the grub menu, all failed, the solution has been to empty /var/lib/dpkg/info/ , after that we can proceed to apt-get install upgrade and update and install missing packahes like gdm3.
Good link about the matter : http://doc.ubuntu-fr.org/probleme_apt

Comments

Popular posts from this blog

Exploitation of the OS Command Injection Threat in bWAPP

In this tutorial is based in literature and tools widely available in the Internet, we did perform all the steps by ourselves, hope useful,  1. Introduction 2. Firefox configuration 3. bWAPP Cookie Interception by Burp Suite 4. Attack with Commix to Establish a Shell

PHP Shells PentesterLab & DVWA

WE RECALL THAT ALL THE TECHNIQUES SHOWN HEREBY ARE WELL DESCRIBED ON THE NET, YET WE PERFORMED BY OURSELVES STEP BY STEP ALL THE LABS DEMONSTRATED IN THIS BLOG, MTIBAA Riadh PHP Web Shells in Forensic Analysis Backdoor scripts, Uploaded on web servers, Illegitimate access (read/write/edit/delete). 1. Simple Backdoor Shell John Troon, Remote code execution. 2. qsd-php Backdoor Shell Daniel Berliner, Platform to execute system command. 3. PHP-reverse shell Pentestmonkey, Outbounds TCP connection from server to host, Attaches shell to TCP connection, Runs interactive programs (telnet/ssh). 4. MSFvenom based PHP Backdoor Shell  5. Weevely Shell Simulates Telnet. ...

export/import mongo databases/collections

Here, I show step by step how to create a localhost mongo database using the mongo shell, then we transfert that database to our Cluster within the Cloud Mongo Atlas, 1. mtibaa_db_01 Mongo Database Creation with Collection locations   2. Export mtibaa_db_01 Locally into a JSON File 3. Import mtibaa_db_01 into the MTIBAARiadhTrainingCluster in Mongo Atlas