LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   add/remove problems (https://www.linuxquestions.org/questions/ubuntu-63/add-remove-problems-494883/)

Duck2006 10-23-2006 11:33 AM

add/remove problems
 
Hello
I am running ubuntu on my system. When i do updates or run add/remove i get a error messuage

E: clvm: subprocess post-installation script returned error exit status 3
E: redhat-cluster-suite: dependency problems - leaving unconfigured
E: system-config-cluster: dependency problems - leaving unconfigured

I do not know how to fix it can some one help me please?

pljvaldez 10-23-2006 11:36 AM

Can you post your /etc/apt/sources.list? Also, what version of Ubuntu are you using?

It sounds like maybe you haven't enabled all the appropriate repositories so it can't get the dependencies.

b0uncer 10-23-2006 11:38 AM

Try running 'apt-get update' and see if it gives you errors; if it does, it probably asks you to run some specific command which should fix dependency problems. I've encountered the error several times when using apt, and it's really annoying; first time I really had problems trying to figure out how to get around the problem, since then the 'fix' that apt asked me to do was insufficient.

Apt's man-page should shed some light, too.

Duck2006 10-23-2006 12:49 PM

this is my sources.list i installed Ubuntu 6.06 LTS I tryed

sudo aptitude update && sudo aptitude install kubuntu-desktop xubuntu-desktop

to see if that fixed but it did not

deb cdrom:[Kubuntu 6.06.1 _Dapper Drake_ - Release i386 (20060806.1)]/ dapper main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ dapper universe main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
deb http://security.ubuntu.com/ubuntu dapper-security universe
deb-src http://security.ubuntu.com/ubuntu dapper-security universe

When i run

apt-get update

I get

E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied )
E: Unable to lock the list directory

i have to look at the apt's man-page

binary_y2k2 10-24-2006 10:40 AM

you need to add "sudo" before "apt-get"
Code:

sudo apt-get update

Duck2006 10-25-2006 11:36 AM

I changed to a Kubuntu kde desktop by typing

sudo aptitude update && sudo aptitude install kubuntu-desktop

and i don't get that message just a broken link message now. But every thing still loads and works ok


All times are GMT -5. The time now is 05:56 PM.