Introduction explained the basic usage procedure of FuguIta.
In this chapter, we will introduce more advanced usage that takes advantage of the features of FuguIta.
[Memo]
⇒This chapter assumes that you continue to use the environment set in Introduction as follows:
- Assuming fugu-demo.localnet as hostname
- ready to access internet
- General user yoshi is created. Since yoshi also belongs to the wheel group, he can become root.
FuguIta can add various software in addition to the software provided by OpenBSD.
The easiest way to add software is to use OpenBSD's ports/packages system.
To add software for packages, run the command pkg_add as root. As an example, here is an example of installing Mozilla
Firefox, a web browser.
fugu-demo$ su - Password: fugu-demo# pkg_add firefox quirks-4.53 signed on 2021-12-19T13:27:04Z quirks-4.53:(ok) firefox-95.0.1:libiconv-1.16p0:(ok) firefox-95.0.1:gettext-runtime-0.21p1:(ok) : 略 : firefox-95.0.1:dconf-0.40.0:(ok) firefox-95.0.1:gtk+3-3.24.30:(ok) firefox-95.0.1:(ok) Running tags:ok The following new rcscripts were installed: /etc/rc.d/messagebus See rcctl for details. New and changed readme(s): /usr/local/share/doc/pkg-readmes/dbus /usr/local/share/doc/pkg-readmes/firefox /usr/local/share/doc/pkg-readmes/glib2 /usr/local/share/doc/pkg-readmes/gtk+3 fugu-demo# exit fugu-demo$