Results 1 to 3 of 3
I can't seem to install the emacs package. When I try I get the following message:
Code:
spar:~# apt-get install emacs21
Reading Package Lists... Done
Building Dependency Tree... Done
Some ...
- 10-19-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 2
can't install emacs
I can't seem to install the emacs package. When I try I get the following message:
Does anyone know what the problem could be?Code:spar:~# apt-get install emacs21 Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: emacs21: Depends: libice6 (>= 1:1.0.0) but 4.3.0.dfsg.1-14sarge1 is to be installed E: Broken packages
Thanks,
vst
- 10-19-2006 #2
are you using stable, testing, unstable?
It doesn't seem to be broken on testing or unstable unless you are using m68k
http://qa.debian.org/debcheck.php?di...ackage=emacs21
http://qa.debian.org/debcheck.php?di...ackage=emacs21Brilliant Mediocrity - Making Failure Look Good
- 10-20-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 2
I found that adding the following line to my /etc/apt/apt.conf file solved all my problems:
I guess I just needed to define the default release.Code:APT::Default-Release "stable";
Thanks,
vst


Reply With Quote
