Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
"The best Linux newsletter on the web"
In this guide, we will show you how to install Fotoxx on Ubuntu systems.
Fotoxx is a free open source Linux program for photo/image editing and collection management. The goal is to meet the needs of serious photographers while remaining fast and easy to use.
Install Fotoxx on Ubuntu-APT method
Follow the steps below to get started with Fotoxx :
- Update your Ubuntu system packages with running the below command:
sudo apt update -y && sudo apt upgrade -y
- Fotoxx package is not available on Ubuntu base repository. So You can install it directly as follows:
sudo apt install fotoxx -y
Access Fotoxx
Access it via command line as follows:
fotoxx
- You can also search on the system search bar by typing Fotoxx as follows
- Fotoxx will be launched as shown below
How to Remove (Uninstall) Fotoxx
- Remove Fotoxx APT Method
sudo apt autoremove fotoxx --purge -y
Install Fotoxx -Conclusion
That’s it
Thanks.
Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
"The best Linux newsletter on the web"