Sunday, April 28, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2598  / 1 Year ago, fri, january 13, 2023, 8:57:13

I'm running Ubuntu 13.10 32bit with Gnome 3.8 but am missing the Ubuntu Software Center. I tried to install it via terminal:


$ sudo apt-get install software-center

But that tells me that dependencies are not met


The following packages have unmet dependencies:
software-center : Depends: gir1.2-webkit-3.0 but it is not going to be installed

gir1.2-webkit-3.0 depends on gir1.2-javascriptcoregtk-3.0 of version 1.10.2-0ubuntu2. But that package is only available as version 2.0.4-2~ubuntu13.04.


I am missing the Ubuntu Software Center as well as the Update Manager and the packages update-notifyer and ubuntu-release-upgrader-gtk.


How can I install the packages with correct dependencies?




Edit:


Output of apt-cache policy gir1.2-javascriptcoregtk-3.0:


gir1.2-javascriptcoregtk-3.0:
Installed: 2.0.4-2~ubuntu13.04.1
Candidate: 2.0.4-2~ubuntu13.04.1
Version table:
*** 2.0.4-2~ubuntu13.04.1 0
100 /var/lib/dpkg/status
1.10.2-0ubuntu2 0
500 http://de.archive.ubuntu.com/ubuntu/ saucy/main i386 Packages

My sources.list:


deb http://de.archive.ubuntu.com/ubuntu/ saucy main restricted universe multiverse
deb http://de.archive.ubuntu.com/ubuntu/ saucy-security main restricted universe multiverse
deb http://de.archive.ubuntu.com/ubuntu/ saucy-updates main restricted universe multiverse
deb http://archive.canonical.com/ubuntu saucy partner
deb http://extras.ubuntu.com/ubuntu saucy main

# spotify
deb http://repository.spotify.com stable non-free

Spotify I added myself.


More From » software-center

 Answers
0

The output of apt-get policy is telling you that gir1.2-javascriptcoregtk-3.0 is locally installed and does not come from a PPA:



gir1.2-javascriptcoregtk-3.0:
...
Version table:
*** 2.0.4-2~ubuntu13.04.1 0
100 /var/lib/dpkg/status


This means that your system has no access to the whole set of packages offered by the Gnome 3 PPA. This may cause of many problems, including dependency problems.



Re-add the PPA with this command:



sudo add-apt-repository ppa:gnome3-team/gnome3


Then update and upgrade your system.


[#28874] Saturday, January 14, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bewre

Total Points: 164
Total Questions: 108
Total Answers: 106

Location: Ghana
Member since Sun, Mar 27, 2022
2 Years ago
;