Hello guys,
I'm pretty new to FreeBSD, and there is a question still concerning me: is there an easy way for keeping your system up do date?
(The handbook tells me how to upGRADE, but not how to upDATE)
I'm mean is there something like:
(Sorry my head is still in the Linux world)
What I figured out so far is:
That might be working, but what if I had to update many packages?
Wouldn't that be too much work?
Of course I could just write a bash script (I already hate tcsh, sorry) but a built-in mechanism would be better!
Other questions bugging me are:
-How do you decide when to compile a port
or installing it by binary package?
-I'm confused by the version numbering.
How could the current version be 9.0, when 8.3 is upcoming?
I hope I'm not annoying too much, but in BSD everything is so .. different
I'm pretty new to FreeBSD, and there is a question still concerning me: is there an easy way for keeping your system up do date?
(The handbook tells me how to upGRADE, but not how to upDATE)
I'm mean is there something like:
Code:
yum update
emerge world
What I figured out so far is:
Code:
cd /usr/ports
make fetchindex
pkg_version -vIL=
pkg_delete -f foo-123
pkg_add -r foo
That might be working, but what if I had to update many packages?
Wouldn't that be too much work?
Of course I could just write a bash script (I already hate tcsh, sorry) but a built-in mechanism would be better!
Other questions bugging me are:
-How do you decide when to compile a port
or installing it by binary package?
-I'm confused by the version numbering.
How could the current version be 9.0, when 8.3 is upcoming?
I hope I'm not annoying too much, but in BSD everything is so .. different
