I'm trying to install one software but showing this error.
Asked
Active
Viewed 3.0k times
2
1 Answers
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 entrySave:
Ctrl + X, Y, Enter
Update:
sudo apt-get update
Now try again.

αғsнιη
- 35,660

Louis Matthijssen
- 11,885
- 6
- 44
- 50
-
1Also watch out for entries under individual files @
/etc/apt/sources.list.d
– Antony Dec 08 '15 at 14:22
sources.list
and commenting out the duplicate entry?sudo nano /etc/apt/sources.list
and place a#
in front of the duplicate entry, then save. – Louis Matthijssen Apr 27 '14 at 11:16