aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/handbook/desktop/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/books/handbook/desktop/_index.adoc')
-rw-r--r--documentation/content/en/books/handbook/desktop/_index.adoc72
1 files changed, 36 insertions, 36 deletions
diff --git a/documentation/content/en/books/handbook/desktop/_index.adoc b/documentation/content/en/books/handbook/desktop/_index.adoc
index 21f7d53347..98532722bd 100644
--- a/documentation/content/en/books/handbook/desktop/_index.adoc
+++ b/documentation/content/en/books/handbook/desktop/_index.adoc
@@ -99,21 +99,21 @@ Firefox is an open source browser that features a standards-compliant HTML displ
To install the package of the latest release version of Firefox, type:
-[source,bash]
+[source,shell]
....
# pkg install firefox
....
To instead install Firefox Extended Support Release (ESR) version, use:
-[source,bash]
+[source,shell]
....
# pkg install firefox-esr
....
The Ports Collection can instead be used to compile the desired version of Firefox from source code. This example builds package:www/firefox[], where `firefox` can be replaced with the ESR or localized version to install.
-[source,bash]
+[source,shell]
....
# cd /usr/ports/www/firefox
# make install clean
@@ -125,14 +125,14 @@ Konqueror is more than a web browser as it is also a file manager and a multimed
Konqueror can be installed as a package by typing:
-[source,bash]
+[source,shell]
....
# pkg install konqueror
....
To install from the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/x11-fm/konqueror/
# make install clean
@@ -144,14 +144,14 @@ Chromium is an open source browser project that aims to build a safer, faster, a
Chromium can be installed as a package by typing:
-[source,bash]
+[source,shell]
....
# pkg install chromium
....
Alternatively, Chromium can be compiled from source using the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/www/chromium
# make install clean
@@ -209,14 +209,14 @@ The KDE desktop environment includes an office suite which can be installed sepa
In FreeBSD, package:editors/calligra[] can be installed as a package or a port. To install the package:
-[source,bash]
+[source,shell]
....
# pkg install calligra
....
If the package is not available, use the Ports Collection instead:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/editors/calligra
# make install clean
@@ -230,14 +230,14 @@ AbiWord can import or export many file formats, including some proprietary ones
To install the AbiWord package:
-[source,bash]
+[source,shell]
....
# pkg install abiword
....
If the package is not available, it can be compiled from the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/editors/abiword
# make install clean
@@ -249,14 +249,14 @@ For image authoring or picture retouching, The GIMP provides a sophisticated ima
To install the package:
-[source,bash]
+[source,shell]
....
# pkg install gimp
....
Alternately, use the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/graphics/gimp
# make install clean
@@ -272,14 +272,14 @@ The word processor of Apache OpenOffice uses a native XML file format for increa
To install the Apache OpenOffice package:
-[source,bash]
+[source,shell]
....
# pkg install apache-openoffice
....
Once the package is installed, type the following command to launch Apache OpenOffice:
-[source,bash]
+[source,shell]
....
% openoffice-X.Y.Z
....
@@ -288,7 +288,7 @@ where _X.Y.Z_ is the version number of the installed version of Apache OpenOffic
If the desired Apache OpenOffice package is not available, compiling the port is still an option. However, this requires a lot of disk space and a fairly long time to compile:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/editors/openoffice-4
# make install clean
@@ -298,7 +298,7 @@ If the desired Apache OpenOffice package is not available, compiling the port is
====
To build a localized version, replace the previous command with:
-[source,bash]
+[source,shell]
....
# make LOCALIZED_LANG=your_language install clean
....
@@ -314,7 +314,7 @@ The word processor of LibreOffice uses a native XML file format for increased po
To install the English version of the LibreOffice package:
-[source,bash]
+[source,shell]
....
# pkg install libreoffice
....
@@ -323,7 +323,7 @@ The editors category (https://www.FreeBSD.org/ports/editors/[freebsd.org/ports/e
Once the package is installed, type the following command to run LibreOffice:
-[source,bash]
+[source,shell]
....
% libreoffice
....
@@ -332,7 +332,7 @@ During the first launch, some questions will be asked and a [.filename]#.libreof
If the desired LibreOffice package is not available, compiling the port is still an option. However, this requires a lot of disk space and a fairly long time to compile. This example compiles the English version:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/editors/libreoffice
# make install clean
@@ -388,14 +388,14 @@ For users that prefer a small FreeBSD PDF viewer, Xpdf provides a light-weight a
To install the Xpdf package:
-[source,bash]
+[source,shell]
....
# pkg install xpdf
....
If the package is not available, use the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/graphics/xpdf
# make install clean
@@ -409,14 +409,14 @@ gv is a PostScript(R) and PDF viewer. It is based on ghostview, but has a nicer
To install gv as a package:
-[source,bash]
+[source,shell]
....
# pkg install gv
....
If a package is unavailable, use the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/print/gv
# make install clean
@@ -428,14 +428,14 @@ Geeqie is a fork from the unmaintained GQView project, in an effort to move deve
To install the Geeqie package:
-[source,bash]
+[source,shell]
....
# pkg install geeqie
....
If the package is not available, use the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/graphics/geeqie
# make install clean
@@ -447,14 +447,14 @@ ePDFView is a lightweight `PDF` document viewer that only uses the Gtk+ and Popp
To install ePDFView as a package:
-[source,bash]
+[source,shell]
....
# pkg install epdfview
....
If a package is unavailable, use the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/graphics/epdfview
# make install clean
@@ -466,14 +466,14 @@ Okular is a universal document viewer based on KPDF for KDE. It can open many do
To install Okular as a package:
-[source,bash]
+[source,shell]
....
# pkg install okular
....
If a package is unavailable, use the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/graphics/okular
# make install clean
@@ -518,14 +518,14 @@ GnuCash provides a smart register, a hierarchical system of accounts, and many k
To install the GnuCash package:
-[source,bash]
+[source,shell]
....
# pkg install gnucash
....
If the package is not available, use the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/finance/gnucash
# make install clean
@@ -537,14 +537,14 @@ Gnumeric is a spreadsheet program developed by the GNOME community. It features
To install Gnumeric as a package:
-[source,bash]
+[source,shell]
....
# pkg install gnumeric
....
If the package is not available, use the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/math/gnumeric
# make install clean
@@ -556,14 +556,14 @@ KMyMoney is a personal finance application created by the KDE community. KMyMone
To install KMyMoney as a package:
-[source,bash]
+[source,shell]
....
# pkg install kmymoney-kde4
....
If the package is not available, use the Ports Collection:
-[source,bash]
+[source,shell]
....
# cd /usr/ports/finance/kmymoney-kde4
# make install clean