<quote who="[EMAIL PROTECTED]">

> (jeeze that dselect thing is nice to use! (that was sarcasm)).


Don't use it. Ever. Not even once. :)


> my debian cd and mirror.aarnet (except not "non-US" - it
> doesn't seem to like that) and it works great, I love it


See the emails to Dave Kempe earlier, and search the SLUG archives for
sources.list - there's lots of examples to be seen.


> but.... how can I find out what packages are available?
> eg. I did "apt-get install cdrecord" and it worked like a
> charm but I just guessed there was a package called cdrecord.


  apt-cache search <blah>

It's like a local Freshmeat, only better. Once you see a package you like:

  apt-cache show <blah>

will tell you more about it.


> Also aside question: why don't I have an rlogind available?
> I got sshd "by default" and I installed telnetd, but I can't
> find where/how to get rlogind.


The rsh-server package is what you're looking for. Remember that it is evil,
and you ought to be using ssh instead. :)


> Another aside, I also can't find elm (well apt-get can't find it),


There's a package called "elm-me+" that may be it, I don't know.


> curses.o: In function `InitScreen':
> curses.o(.text+0x4a): undefined reference to `tgetent'
> [piles of them repeated]
> [same thing for tgetstr, tgetnum, tgetflag, tputs, tgoto]
> Am I missing a library or something? any ideas?


You need to install the curses development package, libncurses5-dev.

- Jeff


-- [EMAIL PROTECTED] ------------------------------- http://linux.conf.au/ --

                           No clue is good clue.                            


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to