2

I'm trying to install one software but showing this error.

enter image description here

Abu Abdallah
  • 2,244

1 Answers1

6

Edit sources.list and comment out the duplicate entry.

  • Edit sources.list:

    sudo nano /etc/apt/sources.list
    
  • Place a # in front of the duplicate entry

  • Save:

    Ctrl + X, Y, Enter

  • Update:

    sudo apt-get update
    

Now try again.

αғsнιη
  • 36,350