Could not download all repository indexes ppa mssql

when reloading the Synaptic package I face the below popup msgmas

1 Answer

You appear to have various additional repositories (apart from the main Ubuntu ones) in your list.

I'm also assuming that you've upgraded to Ubuntu 20.10 recently, and then re-enabled all of your old repositories.

...

in the header of snwh/pulp (google search) you will find:

This PPA has been deprecated!!! Use ppa:snwh/ppa

so you'll be best off removing that repository, and adding the new repository in it's place. please read

on your postgres line from "sources.list", you will need to specify the architecture:

deb [arch=amd64] groovy-pgdg main

and you need to look at /etc/apt/sources.list.d/msprod.list and /etc/apt/sources.list.d/mssql-release.list and remove duplicate lines from those files. you should be able to just comment them out with a '#'

it would have been easier if you could have copied and pasted the text in that window, rather than send a screenshot.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like