Re: How many files can be put in one directory?

2002-06-20 Thread Taegil Noh
Depends on the filesystem. And depends on how you interpret your question (how many files can you put in a directory and still have reasonable performance vs. how many files can you put in a directory, absolutely, if you're prepared to wait 2 years after doing 'ls'). File System is one matte

Nautilus Broken Dependency (on unstable)

2002-06-20 Thread Taegil Noh
Looks like newly added Nautilus packages(libnautilus0 nautilus, libeel) have some wrong dependency. they want esd package version 0.2.27, but there are only 0.2.23 versions in current unstable... Well, I know, it is unstable, and it can happen... I hope they fix this up next morning... (So I do

Re: newbie question about the apt-get install??

2002-02-18 Thread TaeGil Noh
you don't need to know the version and ohter package version_arch names. just do like apt-get install docbook, apt-get will lookup latest version of docbook_version_arch_.deb in the server. and will install it neatly. (calculate dependecy, install all needed dependant package, etc etc...) o