LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-28-2019, 12:04 AM   #1
twirl
Member
 
Registered: Aug 2005
Posts: 168

Rep: Reputation: 15
Question Sofware Center (gnome-software) Ubuntu no longer works


Hi,

I am running Ubuntu 19.04 and my software-center no longer works (I have tried removing it and re-installing and upgrading etc and still same problem).

It just sits their saying " Software catalogue being loaded " and nothing else happens.

Anyone got any idea how to fix this please?

Thank You
 
Old 01-28-2019, 01:06 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by twirl View Post
I have tried removing it and re-installing and upgrading etc
how, if it doesn't work?

maybe in a terminal?

could you show us the following:
Code:
apt update
apt -s upgrade
 
Old 01-28-2019, 03:10 AM   #3
twirl
Member
 
Registered: Aug 2005
Posts: 168

Original Poster
Rep: Reputation: 15
Hi,
Quote:
apt update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Get:2 http://gb.archive.ubuntu.com/ubuntu disco InRelease [243 kB]
Ign:3 http://ppa.launchpad.net/ci-train-pp...ce/2393/ubuntu disco InRelease
Hit:4 http://dl.google.com/linux/chrome/deb stable Release
Hit:5 http://security.ubuntu.com/ubuntu disco-security InRelease
Ign:7 http://ppa.launchpad.net/morphis/anbox-support/ubuntu disco InRelease
Ign:8 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu disco InRelease
Hit:9 http://gb.archive.ubuntu.com/ubuntu disco-updates InRelease
Ign:10 http://ppa.launchpad.net/thopiekar/miraclecast/ubuntu disco InRelease
Hit:11 http://gb.archive.ubuntu.com/ubuntu disco-backports InRelease
Get:12 http://gb.archive.ubuntu.com/ubuntu disco/main i386 Packages [995 kB]
Ign:13 http://ppa.launchpad.net/x2go/stable/ubuntu disco InRelease
Err:14 http://ppa.launchpad.net/ci-train-pp...ce/2393/ubuntu disco Release
404 Not Found [IP: 91.189.95.83 80]
Err:15 http://ppa.launchpad.net/morphis/anbox-support/ubuntu disco Release
404 Not Found [IP: 91.189.95.83 80]
Get:16 http://gb.archive.ubuntu.com/ubuntu disco/main amd64 Packages [1,007 kB]
Get:17 http://gb.archive.ubuntu.com/ubuntu disco/universe amd64 Packages [9,081 kB]
Err:18 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu disco Release
Could not connect to ppa.launchpad.net:80 (91.189.95.83), connection timed out [IP: 91.189.95.83 80]
Err:19 http://ppa.launchpad.net/thopiekar/miraclecast/ubuntu disco Release
Unable to connect to ppa.launchpad.net:http: [IP: 91.189.95.83 80]
Err:20 http://ppa.launchpad.net/x2go/stable/ubuntu disco Release
Unable to connect to ppa.launchpad.net:http: [IP: 91.189.95.83 80]
Get:21 http://gb.archive.ubuntu.com/ubuntu disco/universe i386 Packages [9,027 kB]
Get:22 http://gb.archive.ubuntu.com/ubuntu disco/universe Translation-en [5,219 kB]
Get:23 http://gb.archive.ubuntu.com/ubuntu disco/multiverse i386 Packages [148 kB]
Get:24 http://gb.archive.ubuntu.com/ubuntu disco/multiverse amd64 Packages [160 kB]
Get:25 http://gb.archive.ubuntu.com/ubuntu disco/multiverse Translation-en [114 kB]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/ci-train-ppa-service/2393/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/morphis/anbox-support/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/obsproject/obs-studio/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/thopiekar/miraclecast/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/x2go/stable/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
 
Old 01-28-2019, 03:13 AM   #4
twirl
Member
 
Registered: Aug 2005
Posts: 168

Original Poster
Rep: Reputation: 15
and from apt -s upgrade

https://paste.ubuntu.com/p/q5n9nRyTJb/
 
Old 01-28-2019, 11:19 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
re post #3: assuming that the same happens when you open the software center, it's no surprise it hangs.
you need to figure out why your machine cannot connect to launchpad.net (i can, i just tried).
you probably also should clean up your software sources, there seems to be a lot of cruft.

re post #4:
wow, that's a LOT of upgrades. since this was only a simulation, i suggest to fix above mentioned, then actually do the upgrade.
 
Old 01-28-2019, 09:41 PM   #6
twirl
Member
 
Registered: Aug 2005
Posts: 168

Original Poster
Rep: Reputation: 15
Hi,

I can connect to launchpad.net via web browser, but not software center.
 
Old 01-30-2019, 02:07 AM   #7
twirl
Member
 
Registered: Aug 2005
Posts: 168

Original Poster
Rep: Reputation: 15
Hi,

I fixed it by forcing an upgrade of a a development build

Admin please close this thread and mark as SOLVED Thank You
 
Old 01-30-2019, 12:23 PM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by twirl View Post
I fixed it by forcing an upgrade of a a development build

Admin please close this thread and mark as SOLVED Thank You
you have to mark it SOLVED yourself.
it would also be nice if you fully shared your solution. others will benefit.
 
Old 02-14-2019, 01:16 PM   #9
twirl
Member
 
Registered: Aug 2005
Posts: 168

Original Poster
Rep: Reputation: 15
Hi,

I fixed it in Ubuntu 19.04 by typing in sudo apt-get dist-upgrade (You will need to change things in software center settings to allow development builds.

I will show how shortly.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Ubuntu 16.04 LTS to Drop Ubuntu Software Center for GNOME Software LXer Syndicated Linux News 0 11-05-2015 05:10 PM
LXer: Ubuntu Command Center: Gnome Control Center LXer Syndicated Linux News 0 02-20-2012 08:31 PM
Unable to install a software from sofware center in ubuntu 10.04 amritpalpathak Linux - Newbie 1 05-26-2010 10:03 AM
DVB usb device no longer detected as a DVB , but as V4L., so no longer works vdemuth Slackware 4 12-21-2008 06:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration