How do I install gimp under FreeBSD operating systems?
The GIMP is designed to provide an intuitive graphical interface to a variety of image editing operations. It can be easily installed using the following method. Login as root and type the following command to update ports tree:
# portsanp fetch update
Install gimp, enter:
# cd /usr/ports/graphics/gimp
# make install clena
It will take some time to download, compile and install the gimp. Alternatively, you can install the binary package, run:
# pkg_add -r gimp
Sample outputs:
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/Latest/gimp.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/libspiro-20071029.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/libmng-1.0.10_2.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/libijs-0.35_1.tbz... Done. .... ... ..
How do I start gimp?
Click on the –
Application > Graphics > Gimp
OR type the following command:
$ gimp
Sample outputs:
🐧 1 comment so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
typo error in “# portsanp fetch update”. It is #portsnap fetch update