To install CUBRID Python Driver using yum command, we need to tell Yum where to look for CUBRID packages. First, visit one of the following links depending on your OS.
There choose CUBRID version. You will be given a list of links 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 this command will tell Yum where to look for CUBRID packages.
To install CUBRID Python Driver, type the following command.
yum install python-cubrid
Requirements CUBRID: 8.4.0+ OS: Windows x32/x64 Linux x32/x64 Other UNIX and UNIX-like OS Python: 2.4+ Installation There are several ways to install CUBRID Pytho...
3 months ago