Installing CUBRID on Ubuntu


To install CUBRID using apt-get on Ubuntu, we need to add CUBRID's repository so that Ubuntu knows where to download the packages from, and then tell the OS to update its indexes.

sudo add-apt-repository ppa:cubrid/cubrid
sudo apt-get update

Now install the latest version of CUBRID:

 sudo apt-get install cubrid

To install earlier version, indicate the version as:

sudo apt-get install cubrid-8.3.1

To complete the installation and set the CUBRID PATH variables, reboot your OS. Until you reboot, you can also run the command ". /etc/profile.d/cubrid.sh" every time you open up a terminal if cubrid command is not found.

Optional: If you want to install the demodb sample database, run the command:

 sudo apt-get install cubrid-demodb

Important! If you encounter any permission errors, make sure all files in /opt/cubrid folder are accessible by the "cubrid" user. To ensure this, use the command:

sudo chown cubrid:cubrid -R /opt/cubrid

Trackback '4'

Create the demodb CUBRID Demo Database

In this tutorial you will learn how to quickly create the demodb CUBRID demo database which comes with every installation of CUBRID. This assumes that you do not ha...

last week

CUBRID Installation Instructions

There are several ways to install CUBRID Database Server. Based on your OS choose the right installation instructions. [Installing CUBRID on Windows] - Presentatio...

3 weeks ago

Using Solr / Lucene for full text search with CUBRID Database on Ubuntu

Apache Solr is one of the most popular full-text search engines currently available in the open source market. It is implemented in Java and runs as a standalone serve...

3 months ago

CUBRID Installation Instructions

There are several ways to install CUBRID Database Server. Based on your OS choose the right installation instructions. [Installing CUBRID on Windows] - Presentatio...

3 months ago

Page info
viewed 711 times
translations en
Author
posted 3 months ago by
CUBRID
Contributors
updated last week by
View revisions
Share this article