To install CUBRID using yum command, we need to tell Yum where to look for CUBRID packages. First, visit the following link.
There choose your OS (Fedora or CentOS) and CUBRID version. You will be given specific RPM command for your particular version. For example, the following link is provided for Fedora 16 where fc16 means this OS version. Other versions will have fc15, etc.
rpm -i http://yumrepository.cubrid.org/cubrid_repo_settings/8.4.0/cubridrepo-8.4.0-1.fc16.noarch.rpm
Or CentOS example where el6.2 means CentOS version 6.2:
rpm -i http://yumrepository.cubrid.org/cubrid_repo_settings/8.4.0/cubridrepo-8.4.0-1.el6.2.noarch.rpm
Executing the above command will tell Yum where to look for CUBRID packages.
Now install the latest version of CUBRID:
yum install cubrid
To install earlier version, indicate the version as:
yum install cubrid-8.3.1
To complete the installation and set the CUBRID PATH variables, reboot your OS or logout and login again.
There are several ways to install CUBRID Database Server. Based on your OS choose the right installation instructions. [Installing CUBRID on Windows] - Presentatio...
last month
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