2

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

enter image description here

Abu Abdallah
  • 2,204
  • 6
  • 25
  • 38

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нιη
  • 35,660
Louis Matthijssen
  • 11,885
  • 6
  • 44
  • 50