Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to CLI Magic: When
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
apt-get install did not work - any ideas why?
Posted by: Anonymous Coward on April 04, 2006 02:22 AMroot@1[knoppix]# apt-get install when
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package when
root@1[knoppix]# apt-get install When
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package When
root@1[knoppix]#
why is this happening? The Kanotix sourcelist includes all the Debian packages:
# Unstable
deb <a href="http://ftp.de.debian.org/debian" title="debian.org">http://ftp.de.debian.org/debian</a debian.org> unstable main contrib non-free
deb-src <a href="http://ftp.de.debian.org/debian" title="debian.org">http://ftp.de.debian.org/debian</a debian.org> unstable main contrib non-free
# Testing
deb <a href="http://ftp.de.debian.org/debian" title="debian.org">http://ftp.de.debian.org/debian</a debian.org> testing main contrib non-free
deb-src <a href="http://ftp.de.debian.org/debian" title="debian.org">http://ftp.de.debian.org/debian</a debian.org> testing main contrib non-free
# Experimental
#deb <a href="http://ftp.de.debian.org/debian" title="debian.org">http://ftp.de.debian.org/debian</a debian.org><nobr> <wbr></nobr>../project/experimental main contrib non-free
#deb-src <a href="http://ftp.de.debian.org/debian" title="debian.org">http://ftp.de.debian.org/debian</a debian.org><nobr> <wbr></nobr>../project/experimental main contrib non-free
# Kanotix
deb <a href="http://kanotix.com/files/debian" title="kanotix.com">http://kanotix.com/files/debian</a kanotix.com> sid main contrib non-free
deb-src <a href="http://kanotix.com/files/debian" title="kanotix.com">http://kanotix.com/files/debian</a kanotix.com> sid main contrib non-free
Any ideas how I should get the where.deb package?
#