Results 1 to 2 of 2

Thread: Problem with dpkg can't remove or install or reinstall....

  1. #1
    Join Date
    Mar 2018
    Beans
    3

    Exclamation Problem with dpkg can't remove or install or reinstall....

    Hello everyone, I am new here
    I am using Ubuntu 18.04 ( Very latest )
    I would like to get fix if I have to install with mono runtime than it stopped because dpkg freezes.

    How do I fix?

    I have searched but it looks like so close to same but nothing help..

    Code:
    dpkg: error processing package libnunit-util2.6.3-cil (--configure):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     libnunit-core-interfaces2.6.3-cil
     libnunit-core2.6.3-cil
     libnunit-console-runner2.6.3-cil
     libnunit-util2.6.3-cil
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    I am very disappointed - I have already tried sudo dpkg -r /var/caches/apt/archives/filename.deb
    No success

    I am sorry - I am very hesitating because I want stay my Ubuntu 18.04 without re-installation.

    That is why please explain how do I fix dpkg should be cool. ( Looks like dpkg shouldn't be aggressive or banned.

    Thank you for help!
    Last edited by ajgreeny; December 15th, 2018 at 12:48 PM. Reason: Bad language removed.

  2. #2
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,824
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Problem with dpkg can't remove or install or reinstall....

    I see you're new. Welcome.

    Let's have a look at the exact problem the package manager is running into:
    Code:
    sudo apt install -f
    Show us the complete output of that command. It should contain a useful error message. Also try
    Code:
    dpkg --list | egrep -v '^ii|^rc'
    That will produce a list of all packages not properly installed or removed.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •