Results 1 to 2 of 2

Thread: Help needed asap!

  1. #1
    Join Date
    Sep 2012
    Beans
    1

    Help needed asap!

    Hi can anyone help me with this problem? I can't install chrome and other stuff to my Ubuntu because everytime I install or update this will comes out. Just see my attachment.. I badly need some help sir..
    Attached Images Attached Images

  2. #2
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Help needed asap!

    Hi ,

    help asap arrived. Is this asap enough ?

    I can see you use 10.04 (old gnome 2 Environment) , please close all the applications and open only a terminal (ctrl+alt+t combo keys)

    Then copy-paste from here to terminal bellow commands with order. One line at time.

    Code:
    sudo rm /var/lib/apt/lists/* -vf 
    sudo rm -r /var/lib/apt/lists/partial
    sudo mkdir /var/lib/apt/lists/partial 
    sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
    sudo apt-get update 
    sudo apt-get dist-upgrade
    Hopefully above commands will solve your problem.

    Please give here any errors or fails from above commands.

    You can copy-paste the results from your terminal here in forum and place the results between [code] brackets so can be easy to read.

    [code]The results Here[/code]

    Thanks

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
  •