amuck-landowner

FreeBSD 10.0-RELEASE Announcement

peterw

New Member
FreeBSD 10.0-RELEASE Announcement


Some of the highlights:

GCC is no longer installed by default on architectures where clang(1) is the default compiler.

BIND has been removed from the base system.

make(1) has been replaced with bmake(1), obtained from the NetBSD Project.

pkg(7) is now the default package management utility.

pkg_add(1), pkg_delete(1), and related tools have been removed.

TRIM support for Solid State Drives has been added to ZFS.

For a complete list of new features and known problems, please see the online release notes
and errata list, available at:
http://www.FreeBSD.org/releases/10.0R/relnotes.html
http://www.FreeBSD.org/releases/10.0R/errata.html

Does any FreeBSD user will migrate to version 10.0? Should I move?

And a nice news: FreeBSD is supporting the Raspberry Pi: https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
 

wlanboy

Content Contributer
Oh - missed the release.

Thanks for pointing to the release notes.

Update system:


freebsd-update fetch
freebsd-update install

Upgrade system:


freebsd-update upgrade -r 10.0-RELEASE
freebsd-update install

Restart:


shutdown -r now

New userland and upgrade of 3rd parties:


freebsd-update install
pkg upgrade

Restart to work with your new release:


shutdown -r now

Check if everything is working - do your portupgrade - and restart.


#Remove old libs
#freebsd-update install

Done.
 

peterw

New Member
Thank you for the commands. I tried it but it takes too long to finish so I will install the new version to my kvm.
 
Top
amuck-landowner