Re: error messages from apt-get



Vwaju:
Here's the output:

Reading package lists...Done
Building dependence tree...Done
wget is already the newest version
Package xlispstat is not available, but is referred to by another
package.
This may mean that the package is missing, has been obsoleted, or is
only available from another source.
E: Package xlispstat has no installation candidate

This message actually telly you almost exactly what's wrong: you asked
apt to install a package named xlipstat, but there is no package with
that name.

In cases like these, it's best to search the apt database for a similar
package:

$ apt-cache search xlispstat
ilisp - Emacs interface to LISP implementations
ess - Emacs mode for statistical programming and data analysis

When inspecting these packages using 'apt-cache show $package' it
appears that they don't provide what you need.

It appears that I have to download xlispstat before I can download any
of the other packages.

No, it's just that apt-get is a bit stubborn in this case and prefers to
do nothing at all if it cannot fulfill all of your wishes. Just leave
out xlispstat when repeating the install command and apt will do it.

By the way, aptitude is the preferred package manager since (IIRC)
sarge.

Where should look for xlispstat (since it's
apparently not available at the network mirror ftp.us.debian.org that
I chose when I configured Debian.

http://packages.debian.org/search?keywords=xlispstat

This shows that it was available in sarge (stable Debian version before
etch). You might have success fetching the .deb manually and installing
it with 'dpkg -i $package.deb'. But beware that dpkg doesn't handle
dependencies.

J.
--
People talking a foreign language are romantic and mysterious.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html>

Attachment: signature.asc
Description: Digital signature



Relevant Pages

  • Errors applying kernel patch 118833-36
    ... install of Solaris 10 11/06. ... However, once the package list is done, I see a worrisome message: ... Below is the complete console output of the patch run. ... Changes for package SUNWnfsskr will not be applied to the system. ...
    (SunManagers)
  • Re: media player 10 setup issues
    ... Finished building install list. ... Package 'MPPRE' is version '10.0.0.3802'. ... Install for Exception pack ...
    (microsoft.public.windowsmedia)
  • Re: A little help please!
    ... This so far was the best map to getting DVD media working I am going to ... Also I have the latest libdvdcss2 and libdvdcss2-dev installed. ... sudo aptitude install totem-xine ... Click either free or non-free depending on where the package you ...
    (Ubuntu)
  • problem installing cedet and ecb for emacs
    ... I am trying to install these packages to enhance emacs for programming ... Initializing package states... ... dpkg: dependency problems prevent configuration of ede: ... dpkg: dependency problems prevent configuration of semantic: ...
    (Debian-User)
  • Re: Code correctness, and testing strategies
    ... automate the testing a bit more. ... the shell scripts & control files work correctly, that the debian ... package had all the files in the correct places etc). ... Install the package under a chroot ...
    (comp.lang.python)