plinycompute icon indicating copy to clipboard operation
plinycompute copied to clipboard

How to install Centos

Open kityun opened this issue 6 years ago • 1 comments

E:

cmake -DUSE_DEBUG:BOOL=ON

PDB_DEBUG is ON sudo: apt-get: command not found sudo: apt-get: command not found sudo: apt-get: command not found sudo: apt-get: command not found sudo: apt-get: command not found sudo: apt-get: command not found It is Linux, try apt-get install is: Centos install apt is not ok

What else can be done?

kityun avatar Nov 01 '18 08:11 kityun

Hi kityun, So apt-get is the package manager command on ubuntu and debian. CentOS uses yum to manage the packages. You will have to modify the script https://github.com/riceplinygroup/plinycompute/blob/d200df8197d29cdba057dccb9759a3c517656931/scripts/internal/setupDependencies.py to use yum instead of apt-get.

dimitrijejankov avatar Nov 01 '18 15:11 dimitrijejankov