plinycompute
plinycompute copied to clipboard
How to install Centos
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?
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.