May 02, 2019

Dec 11, 2015 · sudo apt-get install -f the problem of a broken package still exist the solution is to edit the dpkg status file manually. $ sudo nano /var/lib/dpkg/status (you can use vim or gedit instead of nano) Locate the corrupt package, and remove the whole block of information about it and save the file. sudo apt-get install -f. the problem of a broken package still exist the solution is to edit the dpkg status file manually. sudo -i gedit /var/lib/dpkg/status. (you can use vi or nano instead of gedit) Locate the corrupt package, and remove the whole block of information about it and save the file. share. Jul 29, 2019 · In fact, this is the first command you need to run on any Debian-based Linux system after a fresh install. Updating the package database requires superuser privileges, so you’ll need to use sudo. sudo apt-get update. When you run this command, you’ll see the information being retrieved from various servers. Jun 22, 2020 · $ sudo apt-get install --fix-broken Here, -f (or --fix-broken) option will attempt to correct the Ubuntu system with broken dependencies. If these two solutions didn't help and the issue still persists, try the next solution. Solution 3 - Remove the problematic application.deb file from the local cache folder and reinstall it Mar 31, 2019 · sudo apt-get install –f The –f option means fix-broken. It repairs any broken dependencies in your package manager. Broken dependencies occur when a download is interrupted, or there is a problem with the cached download.

FIX: apt-get Not Working in Kali Linux 2019.2 | Ojo Iszy

Nov 10, 2019 · $ sudo apt-get install -y boot-repair && boot-repair Note: You copy and run them all at once. If you want to run them individually just remove the trailing “; \ “. Once the installation process completed, The Boot-Repair window will appear on the screen.

Solution 1: Quick NO_PUBKEY fix for a single repository / key. If you're only missing one public GPG repository key, you can run this command on your Ubuntu / Linux Mint / Pop!_OS / Debian system to fix it: sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys THE_MISSING_KEY_HERE

sudo apt-get install libc6. Install libc6, which comprises the shared libraries of the embedded GNU C library. sudo apt-get remove chromium. Remove chromium, the Chromium web browser package. sudo apt-get clean. Clean the local repository of downloaded package files, clearing disk space. apt-get download ruby Apr 10, 2020 · sudo apt-add-repository 'deb http://ftp.us.debian.org/debian stretch main contrib non-free' Immediately, you will see that this method doesn’t work due to the missing software-properties-common