Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install Centos #33

Open
kityun opened this issue Nov 1, 2018 · 1 comment
Open

How to install Centos #33

kityun opened this issue Nov 1, 2018 · 1 comment

Comments

@kityun
Copy link

kityun commented Nov 1, 2018

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 kityun changed the title How to install Contos How to install Centos Nov 1, 2018
@dimitrijejankov
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants