Results 1 to 2 of 2
Heya - i'm new to linux (yeah, yeah - another noobie ) and i was just wondering about using apt-get...
Im running xandros linux, and im having trouble with apt-get ...
- 09-15-2004 #1Just Joined!
- Join Date
- Jun 2004
- Posts
- 1
Please - a little kickstart for me :)?
Heya - i'm new to linux (yeah, yeah - another noobie
) and i was just wondering about using apt-get...
Im running xandros linux, and im having trouble with apt-get (i was told this is the way to download packages easily and stuff)
i type, for example "apt-get install amsn" and it gives me this...
OR - someone told me that because i am running KDE and not GNOME i should instead type "apt-get install qt-amsn" but this gives me this...Code:/home/dylan/Desktop# apt-get install amsn Reading Package Lists... Done Building Dependency Tree... Done Package amsn has no available version, but exists in the database. This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or is not available with the contents of sources.list E: Package amsn has no installation candidate
I'm sure im doing something reeeeally stupid somewhere - after all, i am new to the scene!Code:/home/dylan/Desktop# apt-get install qt-amsn Reading Package Lists... Done Building Dependency Tree... Done E: Couldn't find package qt-amsn rroompc:/home/dylan/Desktop#
Thanks for any help!
- 09-15-2004 #2Just Joined!
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 61
It works for me and I am using kde.
The only thing I can think of is that the package is not on any of the servers in your apt sources list, but is on one of the servers on my list.Code:apt-get install amsn Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: docker tcltls Suggested packages: mozilla galeon The following NEW packages will be installed: amsn docker tcltls 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 2059kB of archives. After unpacking 7537kB of additional disk space will be used.
Try checking your /etc/apt/sources.list
mine looks like this
Hope this helpsCode:deb http://ftp.debian.org/debian/ sid main non-free contrib deb http://non-us.debian.org/debian-non-US sid/non-US main contrib non-free deb-src http://non-us.debian.org/debian-non-US sid/non-US main contrib non-free # for Xchm deb http://debian.speedblue.org ./ deb-src http://debian.speedblue.org ./


Reply With Quote
