How To Install taskjuggler on CentOS 7
Introduction
In this tutorial we learn how to install taskjuggler on CentOS 7.
What is taskjuggler
TaskJuggler is a modern and powerful project management tool. Its new approach to project planning and tracking is far superior to the commonly used Gantt chart editing tools. It has already been successfully used in many projects and scales easily to projects with hundreds of resources and thousands of tasks. It covers the complete spectrum of project management tasks from the first idea to the completion of the project. It assists you during project scoping, resource assignment, cost and revenue planning, and risk and communication management.
We can use yum or dnf to install taskjuggler on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install taskjuggler.
Install taskjuggler on CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install taskjuggler using yum by running the following command:
sudo yum -y install taskjuggler
Install taskjuggler on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install taskjuggler using dnf by running the following command:
sudo dnf -y install taskjuggler
How To Uninstall taskjuggler on CentOS 7
To uninstall only the taskjuggler package we can use the following command:
sudo dnf remove taskjuggler
References
Summary
In this tutorial we learn how to install taskjuggler on CentOS 7 using yum and dnf.