Why Installing A Package Taking A Long Time?

Hi

I'm wondering why installing a package with "make install" command takes a long time?
Is it normal ?
I think it's too bad for an operating system ...


Regards
 
I get it,
So I should say I installed "cvsup-without-gui" as following:

# pkg_add -r cvsup-without-gui

After that, I tried to "cvsup" with following command:

# cvsup /etc/supfilr


But it returned following message to me:

Code:
cvsup: Command not found.


What's the problem?
 
a) Since Freebsd 6.3 you don't need cvsup anymore. Use csup(1).
b) after you installed something the shell needs to be "rehashed".

$ rehash
 
I have another question,

When we compile a new package, there is some other packages that I think they will compile too during the "make install" process.
I think they are the dependencies and should be compiled or installed.
What will happen if we do not choose them to compile during "make install" process?
 
Back
Top