Add the line export LANG=de (example given for German)
Change keyboard for the console:
Edit KEYTABLE in /etc/sysconfig/keyboard
Apply software updates
To manually check and install updates, run yum update
To automatically download updates nightly, run chkconfig yum on && /etc/init.d/yum start
Install new software
yum list # lists all available software
yum list "*WORD*" # lists all available software containing WORD
yum install PACKAGE # installs PACKAGE, from the list
Where is the GUI?
It’s not installed. This is a server installation. If you still want a gui, run: yum groupinstall "GNOME Desktop Environment" "X Window System" gdm
System> Control Center> Hardware> Keyboard> Layouts
Change default language for the console:
Edit /home/USERNAME/.bash_profile
Add the line export LANG=de (example given for German)
Change keyboard for the console:
Edit KEYTABLE in /etc/sysconfig/keyboard
Apply software updates
Edit /etc/yum/yum-updatesd.conf to have yum-updatesd download or install the updates automatically. It can also e-mail you when an update is available.
To manually check and install updates, run yum update
Install new software
yum list # lists all available software
yum list "*WORD*" # lists all available software containing WORD
yum install PACKAGE # installs PACKAGE, from the list
Add the line export LANG=de (example given for German)
Change keyboard for the console:
Edit KEYTABLE in /etc/sysconfig/keyboard
Apply software updates
yum update
Install new software
yum list # lists all available software
yum list "*WORD*" # lists all available software containing WORD
yum install PACKAGE # installs PACKAGE, from the list
Add the line export LANG=de (example given for German)
Change keyboard for the console:
Edit KEYTABLE in /etc/sysconfig/keyboard
Apply software updates
yum update
Install new software
yum list # lists all available software
yum list "*WORD*" # lists all available software containing WORD
yum install PACKAGE # installs PACKAGE, from the list
Add the line export LANG=de (example given for German)
Change keyboard for the console:
Edit KEYTABLE in /etc/sysconfig/keyboard
Apply software updates
Updates are automatically discovered using yum-updatesd, but puplet must be running to find out about them.
To manually check and install updates, run yum update
Install new software
yum list # lists all available software
yum list "*WORD*" # lists all available software containing WORD
yum install PACKAGE # installs PACKAGE, from the list
System> Control Center> Hardware> Keyboard> Layouts
Change default language for the console:
Edit /home/USERNAME/.bash_profile
Add the line export LANG=de (example given for German)
Change keyboard for the console:
Edit KEYTABLE in /etc/sysconfig/keyboard
Apply software updates
Updates are automatically discovered using yum-updatesd, but puplet must be running to find out about them.
To manually check and install updates, run yum update
Install new software
yum list # lists all available software
yum list "*WORD*" # lists all available software containing WORD
yum install PACKAGE # installs PACKAGE, from the list
System> Control Center> Hardware> Keyboard> Layouts
Change default language for the console:
Edit /home/USERNAME/.bash_profile
Add the line export LANG=de (example given for German)
Change keyboard for the console:
Edit KEYTABLE in /etc/sysconfig/keyboard
Apply software updates
Updates are automatically discovered using yum-updatesd, but puplet must be running to find out about them.
To manually check and install updates, run yum update
Install new software
yum list # lists all available software
yum list "*WORD*" # lists all available software containing WORD
yum install PACKAGE # installs PACKAGE, from the list
System> Control Center> Hardware> Keyboard> Layouts
Change default language for the console:
Edit /home/USERNAME/.bash_profile
Add the line export LANG=de (example given for German)
Change keyboard for the console:
Edit KEYTABLE in /etc/sysconfig/keyboard
Apply software updates
Updates are automatically discovered using yum-updatesd, but puplet must be running to find out about them.
To manually check and install updates, run yum update
Install new software
yum list # lists all available software
yum list "*WORD*" # lists all available software containing WORD
yum install PACKAGE # installs PACKAGE, from the list
System> Control Center> Hardware> Keyboard> Layouts
Change default language for the console:
Edit /home/USERNAME/.bash_profile
Add the line export LANG=de (example given for German)
Change keyboard for the console:
Edit KEYTABLE in /etc/sysconfig/keyboard
Apply software updates
Updates are automatically discovered using yum-updatesd, a notification will appear in the try area when an update is available.
To manually check and install updates, run yum update
Install new software
yum list # lists all available software
yum list "*WORD*" # lists all available software containing WORD
yum install PACKAGE # installs PACKAGE, from the list
Add the lines me:\
:charset=ISO-8859-1:\
:lang=de_DE.ISO8859-1: (example given for German)
Change keyboard for the console:
Run sysinstall, then Configure> Console
Networking
Run sysinstall, then Configure> Networking> Interfaces> lnc0. Let it DHCP probe for an address.
Apply software updates
For core software (i.e. not in FreeBSD ports), run freebsd-update fetch && freebsd-update install
For software installed from FreeBSD ports, look at the portupgrade tool (see pkg_info portupgrade)
Install new software
# whereis lsof # search for the package name
lsof: /usr/ports/sysutils/lsof
# cd /usr/ports
# make search name=lsof # show the package information
Port: lsof-4.56.4
Path: /usr/ports/sysutils/lsof
Info: Lists information about open files (similar to fstat(1))
Maint: [email protected]
Index: sysutils
B-deps:
R-deps:
# pkg_add -r lsof # install the package
# pkg_info | grep lsof # show installed package information
# pkg_delete lsof-4.56.4 # delete a package