How To Install calligra-kexi on CentOS 7

In this tutorial we learn how to install calligra-kexi on CentOS 7. calligra-kexi is An integrated environment for managing data

Introduction

In this tutorial we learn how to install calligra-kexi on CentOS 7.

What is calligra-kexi

Kexi is an integrated data management application. It can be used for creating database schemas, inserting data, performing queries, and processing data. Forms can be created to provide a custom interface to your data. All database objects – tables, queries and forms – are stored in the database, making it easy to share data and design. For additional database drivers take a look at calligra-kexi-driver-*

We can use yum or dnf to install calligra-kexi on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install calligra-kexi.

Install calligra-kexi on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install calligra-kexi using yum by running the following command:

sudo yum -y install calligra-kexi

Install calligra-kexi 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 calligra-kexi using dnf by running the following command:

sudo dnf -y install calligra-kexi

How To Uninstall calligra-kexi on CentOS 7

To uninstall only the calligra-kexi package we can use the following command:

sudo dnf remove calligra-kexi

References

Summary

In this tutorial we learn how to install calligra-kexi on CentOS 7 using yum and dnf.