Tagged Questions
0
votes
0answers
2 views
Ubuntu dependency problems after `do-release-upgrade`
I recently performed do-release-upgrade, and it appears to have broken some of my packages. I can't properly apt-get autoremove or apt-get upgrade any more.
$ sudo apt-get install -f
...
Errors ...
1
vote
0answers
9 views
E:Malformed Line 61 [duplicate]
Hello I am new to Linux (Only installed today).
I have an issue though which is "This is a serious problem. Try again later. If this problem appears again, please report an error to the developers."
...
2
votes
3answers
49 views
will apt-get autoremove break other dependencies?
I want to use apt-get autoremove to remove liba for instance, but I'm not sure whether it is smart enough to preserve other dependencies. For instance, if liba depends on libb, while libc also depends ...
2
votes
1answer
69 views
Problems installing Nitro Application?
I installed Nitro using apt-get. However, it is dependent of gir1.2-launchpad-integration-3.0 and is missing. How can I get the source code of gir1.2-launchpad-integration-3.0 somehow and install it ...
2
votes
0answers
14 views
Unmet dependencies (libgssapi-krb5-2: Depends: libkrb5-3 (= 1.10.1 + dfsg-4) but 1:10 + dfsg ~ beta1-2 is installed) [duplicate]
How do I solve this dependency?
root @ server :/ # apt-get upgrade
Reading package lists ... ready
Building dependency tree
Reading state information ... ready
You might want to run `apt-get-f ...
0
votes
1answer
46 views
How do I get Glibc >= 2.16.0?
I know there are already built packages for Pidgin. I need to build Pidgin so I can build plug-ins.
I need Glibc >= 2.16.0. Unfortunately, I get stuck in an endless dependency loop. I need ...
0
votes
0answers
19 views
How to completely remove mythes-ru and repair broken package catalog
ruddcl@Tashkent-02:/$ sudo apt-get remove --purge mythes-ru
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' ...
3
votes
1answer
66 views
Why am I getting the error E: Package php5-gd has no installation candidate when trying to install php5-gd?
I am trying to install php5-gd and receive this error
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5-gd is not available, but is referred to by ...
0
votes
0answers
30 views
Problem with the package build-essential
I'm using Ubuntu 12.04 LTS and I want to install the package build-essential. So, I do so from the site Ubuntu packages using Software Center, but I have this problem:
dependancy is not ...
1
vote
0answers
79 views
Package dependencies errors?
I have some problems with Lubuntu. When I tried sudo apt-get update:
Fetched 1,222 kB in 7s (171 kB/s) ...
0
votes
2answers
96 views
cannot install goldendict because of package dependencies
I'm running 32-bit Ubuntu 12.10. Software Center fails to install Goldendict because of some package dependencies.
The error message looks like this:
The following packages have unmet dependencies:
...
0
votes
0answers
45 views
Unresolved dependencies while installing GTK, chromium
I am new to linux, and have been trying to install few packages to use opencv. While trying to install gtk, I faced the following error, from synaptic package manager
libgtk-3-dev:
Depends: ...
0
votes
1answer
67 views
how to install websocket++ dependencies?
I'm trying to develop websocket applications in c++.
I've chosen to use websocket++ since it's a no-nonsense #include that doesn't try to fallback to ajax and could potentially be used with any other ...
0
votes
0answers
31 views
renew ubuntu packages to state after instalation as solution to dependency problems
Hi I get to the state where apt-get isn't able to install almost anything. This is my original question: all packages keep unmeting dependencies all the time
Now I gave up searching for what is wrong ...
1
vote
2answers
194 views
all packages keep unmeting dependencies all the time
All problems begin when I was trying to install graphics card driver. My desktop wanished. I paniced and reinstalled (with apt-get) a lot of packages including Ubuntu desktop, Unity, Xserver, etc. I ...
0
votes
1answer
2k views
The following packages have unmet dependencies [duplicate]
The following packages have unmet dependencies:
apache2:
Depends: apache2-mpm-worker (= 2.2.22-1ubuntu1) but 2.2.22-1ubuntu1.2 is to be installed or
apache2-mpm-prefork (= ...
2
votes
1answer
62 views
Building debian package - How do dependencies work?
I'm in the process of building a debian package. The goal is to package up a directory into a .deb that will have 2 dependencies that are other packages I created.
When installing the .deb package, ...
2
votes
1answer
447 views
Initialising the Build Environment for Android on 64-bit 12.04
I am looking to initialise the build environment for the AOSP codebase (or for that matter, any Android source), and one of the first steps in the process is to;
$ sudo apt-get install git gnupg flex ...
7
votes
3answers
115 views
Why do many GNOME application packages depend on `libunity9`?
When investigating this question, I discovered that many GNOME applications' packages depend on the libunity9 package.
If I try to uninstall libunity9 on Precise, it tries to uninstall lots of ...
0
votes
1answer
121 views
How to get rid of unwanted software? [duplicate]
Possible Duplicate:
What is the correct way to completely remove an application?
Is it possible to undo an apt-get install command?
Most of the time when I want to try a new program, the ...
4
votes
1answer
972 views
Gwoffice 0.97 has a dependency issue and won't install
When trying to install the latest version of gwoffice 0.97 I get:
The following packages have unmet dependencies:
gwoffice : Depends: libgranite1 but it is not installable
E: Unable to correct ...
0
votes
1answer
275 views
How to install cndrvcups-common v.2.3 in Quantal?
Trying to install a Canon printer, and getting into trouble at some point (see this question, regarding the 12.10 part) I noticed that I had not followed exactly what Ubuntu Documentation recommended ...
4
votes
1answer
351 views
How can I fix dependency problems with firefox? [duplicate]
Possible Duplicate:
How do I resolve unmet dependencies?
I can't do anything from Ubuntu Software Center or from Terminal
This is what i get from command line:
deus@comp:~$ sudo apt-get ...
0
votes
1answer
81 views
Unmet dependencies - what to do? [duplicate]
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet ...
3
votes
2answers
558 views
I'm having dependency problems with wine and multiarch on 12.04x64. I need a solution
EDIT 3: See bottom, for TL;DR-ish version.
I want to install wine1.5, from the ppa:ubuntu-wine/ppa repository. Fair enough right?
(I'm running 12.04 x64 and a custom kernel.)
I added their ...
3
votes
1answer
90 views
Python dependencies in Debian packages
I created my first Debian package today by following the accepted answer at this AskUbuntu question. Everything went fine, and it installed properly afterwards. However, my script is written in python ...
1
vote
1answer
132 views
Failed to fetch *.deb Size mismatch, then packages with unmet dependencies [solved] [closed]
I recently bought the wonderfully looking and reviewed Amnesia The Dark Descent and I'm trying to install it.
The first time I tried to download it, I had to stop in the middle of the download (may ...
1
vote
0answers
123 views
What to do when:“The following packages have unmet dependencies” [duplicate]
Possible Duplicate:
Why do I get an “unmet dependencies” error when trying to install WINE?
How do I resolve unmet dependencies?
When I try to install Wine, PlayonLinux, and some other ...
1
vote
4answers
1k views
How do I create a .deb file?
Yes, I know that this question has been asked many times before, but none of the answers really helped.
I'd like to package the Minecraft launcher (which has no proprietary code, AFAIK,) into a .deb ...
0
votes
0answers
22 views
unable to install anything from software center - package issues in 12.10 - fresh intallation [duplicate]
Possible Duplicate:
Trouble downloading updates due to “Hash sum mismatch” error
i was having 12.04.1 LTS till now, and decided to install 12.10. I did a "new installation" by choosing to ...
0
votes
0answers
6 views
A Package Manager error occurred [duplicate]
Possible Duplicate:
How do I fix a “Problem with MergeList” error when trying to do an update?
A "do not enter" symbol has appeared in the upper right corner of the desktop,
"an error has ...
0
votes
0answers
13 views
An error occurred - help please [duplicate]
Possible Duplicate:
How do I fix a “Problem with MergeList” error when trying to do an update?
E: Encountered a section with no Package: header
E: Problem with MergeList ...
0
votes
0answers
78 views
Installing dunst / dependencies
I am trying to install "dunst" a notification-daemon for DWM on my Ubuntu 12.04.
The problem is, I cant install the following:
libxinerama
libxft
libxss
libxdg-basedir
via apt-get, and I ...
0
votes
1answer
865 views
Cannot reinstall Unity - Broken dependencies [closed]
I've lost my Unity after sudo apt-get autoremove --purge unity-webapp and cleaned the system with Ubuntu Tweak.
I try to install it, but I always get a warning of broken dependencies... I've added ...
0
votes
0answers
84 views
Dependencies not met on 12.04? [duplicate]
Possible Duplicate:
apt-get broken, cannot fix or remove libapt-pkg4.12
Now I'm very aware that there are many questions out there that are quite similar to what I'm experiencing, but I ...
0
votes
3answers
2k views
Broken Dependencies [closed]
I cannot fix the broken dependencies. I have tried https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure with the output of:
root@**********:~# sudo grep -R proxy /etc/apt/*
...
0
votes
0answers
312 views
ClockWorkMod Tether without Internet connection
I need to install ClockWorkMod Tether to acquire Internet access on my Ubuntu OS. I can't access the Internet another way. I have read this tutorial on how to install it.
But I need some packages and ...
1
vote
0answers
183 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 ...
0
votes
1answer
198 views
How to upgrade nautilus to 3.4 on 11.04?
I'd like to upgrade Nautilus from 2.32.2.1 to 3.4 because I've encountered a problem which I cannot reproduce on Nautilus 3.4 (on Ubuntu 12.04). I guess there might be a bug in my current version.
...
0
votes
1answer
77 views
Installing from Local Dependencies?
I have a folder with all dependencies needed for my program (gimp) in a folder. I don't have internet connection on that System.
How can i install Gimp Dependencies from that Folder.
Note:
All ...
1
vote
0answers
273 views
Can't install using aptitude because “depends on … which is a virtual package”!
Trying to install ìces here is what I get:
root@webserver:/etc# aptitude install ices
The following NEW packages will be installed:
ices{b}
0 packages upgraded, 1 newly installed, 0 to remove and 0 ...
1
vote
2answers
491 views
How do I tell apt not to install X11 & gnome dependencies cause I will use X11 forwarding?
I want to run virt-manager from the server itself (so that I can use the interface management feature which is not available over ssh connection).
However, I plan to launch virt-manager over an ssh ...
0
votes
0answers
3k views
“Package dependencies cannot be resolved” while installing Chromium browser [duplicate]
Possible Duplicate:
“Package dependencies cannot be resolved” error when installing software
I installed 12.04 in my system. While trying to install Chromium, I get the following error:
...
1
vote
1answer
175 views
The package “libpango” has a problem, blocking installation of other packages, how do I fix it?
I get the following errors while trying to install any package.
Package: libpango1.0-0 Error: libpango1.0-0:amd64 1.30.0-0ubuntu3
cannot be configured because libpango1.0-0
Package: ...
4
votes
2answers
40k views
Install gcc on Ubuntu 12.04 LTS
When I try to install gcc on Ubuntu 12.04 LTS Server with apt-get install gcc, I get the following error:
The following packages have unmet dependencies:
gcc : Depends: cpp (>= 4:4.6.1-2ubuntu5) ...
0
votes
2answers
855 views
MPlayer not working after update
After an update with update-manager in 12.04, MPlayer is not working anymore. It needs ffmpeg, but it can't be installed due to unmet dependencies. I added a PPA for ffmpeg, but did not solve the ...
15
votes
4answers
646 views
Why are softwares not packaged in a single file?
We see Most of the Windows softwares are packaged in a single executable file. When I double-click Setup file, it sets up all the files, binaries and libraries with it.
I understand the dependency ...
1
vote
1answer
188 views
How can we install all the necessary dependencies for a package so that we can build it?
well, after i installed freecad on my ubuntu 12.04 with the help of this blog i started asking about compiling and building from source.
So, when we are trying to install a package some times the ...
0
votes
3answers
254 views
I cannot install any packages from terminal or software centre. Please help!
Whenever i try to install software from software centre, it says package dependencies cannot be resolved. I have tried restarting, sudo apt-get update/upgrade/clean. I am very new to ubuntu, and I ...
2
votes
1answer
417 views
Cannot download softwares from the Software Center
I just installed Ubuntu 11.10 on my computer that has Windows7 on it as well.
I was first trying to upload Chromium and I got this error:
Package dependencies cannot be resolved
This error ...




