Tagged Questions
0
votes
0answers
36 views
Unmet dependencies while installing Gnome 3.8 [closed]
When adding the Gnome 3 ppa to upgrade to Gnome 3.8, I get the following error when running
sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state ...
0
votes
0answers
80 views
libglib version confusion breaks update manager / gnome 3
I've been 'experimenting' with gnome 3 and conky on 12.04.01 and Gnome has fallen and it can't get up. Software Update no longer works. It seems to be a version dependency thing.
This appears now ...
5
votes
1answer
110 views
How to setup debian/control to force updating a library?
This question is aimed at PPA/packages maintainers.
I have a PPA with 2 packages:
mypackage (currently version 1~ppa1~quantal)
mypackagelib (currently version 1~ppa1~quantal)
Currently, the ...
1
vote
1answer
108 views
Add dependency from ppa to package
I'am building simple dropdown terminal emulator application with PythonGI + GTK+3.0, I am using libkeybinder3.0 and gir1.2-keybinder3.0 packages for global keybinding these packages not available in ...
0
votes
1answer
629 views
Transmission dependencies are not in repository
I'm running Ubuntu 12.04 using Gnome3 through their ppa in launchpad. Went good until now. Today Ubuntu wanted to make some updates and I thought okay. But it didn't want to install all of them. ...
1
vote
0answers
187 views
Stuck removing ffmpeg from system due to package problems
I'd be very grateful to get a bit of support on the following situation:
Using 12.04, and I used the PPA of Jon Severinson for ffmpeg. I had a problem playing movies with MPlayer, so I decided to ...
1
vote
1answer
2k views
Trouble installing gnome-shell-extensions-user-theme, dependency/PPA conflict?
I installed gnome tweak tool, and am trying to set up custom themes and whatnot. So, trying to install gnome-shell-extensions-user-theme.
me@computer:~$ sudo apt-get install ...
1
vote
1answer
85 views
How does one go about satisfying dependencies for a package in a ppa that rely on packages with binary components?
Simplest explanation of the question is, you can't put any binary components on ppa.
How does one go about satisfying dependencies for a package they could put on ppa if they could satisfy ...
2
votes
3answers
3k views
I messed up my local package system, how can I repair it?
After removing a PPA recently my local package system got messed up. It now asks me to run sudo apt-get -f install to fix dependencies.
Having waited a couple of days for the issue to resolve itself ...
2
votes
0answers
853 views
Packages have unmet dependencies, why? [closed]
I get this error while trying to install a package as follows:
sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl
sudo apt-get update
sudo apt-get install libpcl-all
The first two ...
3
votes
3answers
445 views
Does dist-upgrade require PPA software to be uninstalled first?
I'm still running Ubuntu 10.04 with quite a few PPAs. Amongst the PPAs there is Guiodic (Guido Iodice) Lucid quasi-rolling :) PPA which brings most recent versions of many programs to my desktop.
My ...
3
votes
2answers
297 views
PPA build failed because of unmet dependencies of another package in the same PPA
I have 2 packages swami-2.0.0 and libinstpatch-1.0.0 in my PPA where the first one depends on the latter. The swami-2.0.0 control file contains libinstpatch-dev (>= 1.0.0) but it seems this is not ...
8
votes
1answer
617 views
How to upload package with dependencies to my PPA?
I made a package for my PPA and uploaded it. It built without any problems.
Then I made another package that depended on the first and uploaded it. It failed because it couldn't find the files in the ...