Software index is broken?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Linkdead_

Software index is broken?

Post by Linkdead_ »

I use a voice program called Discord and when I went to open it up this morning there was a forced update. I could choose either a .deb or a .tar. Neither one will work, they both tell me that the "Software index is broken" and to check /etc/apt/sources.list and do the whole sudo apt-get update blah blah thing. Does anyone know what that means? Googling wasn't very clear on what it means so I'm not sure what to do.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
orschiro
Level 4
Level 4
Posts: 229
Joined: Mon Dec 04, 2017 2:56 am
Contact:

Re: Software index is broken?

Post by orschiro »

Open a terminal, run the following command and paste the output:

Code: Select all

$ sudo apt update
Linkdead_

Re: Software index is broken?

Post by Linkdead_ »

Code: Select all

Ign:1 http://packages.linuxmint.com sylvia InRelease
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease                                                                         
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                                                         
Hit:4 http://packages.linuxmint.com sylvia Release                                                                                 
Hit:6 http://archive.ubuntu.com/ubuntu xenial InRelease                                                                            
Hit:7 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu xenial InRelease                                                       
Ign:8 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 ./ InRelease                
Hit:9 https://dl.winehq.org/wine-builds/ubuntu xenial InRelease                                          
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Hit:11 https://dl.winehq.org/wine-builds/ubuntu trusty InRelease                    
Hit:12 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 ./ Release
Get:14 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [700 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [654 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [573 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [534 kB]
Fetched 2,766 kB in 2s (1,242 kB/s)                        
Reading package lists... Done
Building dependency tree       
Reading state information... Done
57 packages can be upgraded. Run 'apt list --upgradable' to see them.
User avatar
thx-1138
Level 8
Level 8
Posts: 2092
Joined: Fri Mar 10, 2017 12:15 pm
Location: Athens, Greece

Re: Software index is broken?

Post by thx-1138 »

Code: Select all

Hit:11 https://dl.winehq.org/wine-builds/ubuntu trusty InRelease
...open Software Sources, and remove this.
Linkdead_

Re: Software index is broken?

Post by Linkdead_ »

Did that, still doesn't work. :/
orschiro
Level 4
Level 4
Posts: 229
Joined: Mon Dec 04, 2017 2:56 am
Contact:

Re: Software index is broken?

Post by orschiro »

Run:

Code: Select all

sudo apt upgrade
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: Software index is broken?

Post by austin.texas »

orschiro wrote:Run:

Code: Select all

sudo apt upgrade
Better to use the Update Manager to update. The Levels are important.
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
User avatar
thx-1138
Level 8
Level 8
Posts: 2092
Joined: Fri Mar 10, 2017 12:15 pm
Location: Athens, Greece

Re: Software index is broken?

Post by thx-1138 »

Linkdead_ wrote:Did that, still doesn't work. :/
Of course it won't, that's just for removing the trusty repo that shouldn't be there in the first place. Do not mix repos for different releases, weird things happen afterwards at the very least...
...and do the whole sudo apt-get update blah blah thing.
That...'blah blah thing' is important, it's not like apt got in the mood of rambling & mumbling...you/we need each & any error message returned. I assume it was sudo apt-get install -f? If yes, try it. If after doing so it's still broke, try:

Code: Select all

sudo rm -vf /var/lib/apt/lists/* 
Then followed by sudo apt-get update & sudo apt-get install -f...
Locked

Return to “Software & Applications”