The two offending packages:
E:Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/bionic/main/binary-ppc64el/Packages
404 Not Found [IP: 103.97.84.254 80],
E:Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/binary-ppc64el/Packages
404 Not Found [IP: 103.97.84.254 80],
E:Some index files failed to download. They have been ignored, or old ones used instead.
My sources.lists file contents- https://pastebin.com/50PpLG3y
I am able to upgrade but not update.
Already tried rf rf lists/*
and apt update, didn't work.
Trying to update from update manager gives check internet connection error
uname -m
anddpkg --print-foreign-architectures
? – Kulfy Apr 13 '20 at 06:05dpkg --print-foreign-architectures gives i386 ppc64el
– BOO1210 Apr 13 '20 at 06:09sudo dpkg --remove-architecture ppc64el
and thensudo apt update; sudo apt upgrade
– Kulfy Apr 13 '20 at 06:10