Before installing YugabyteDB, ensure that you have the following available:
-
One of the supported operating systems.
-
Python 3.11. To check the version, execute the following command:
python --versionStarting from Ubuntu 20.04,
pythonis no longer available. To fix this, runsudo apt install python-is-python3. -
wgetorcurl.The instructions use the
wgetcommand to download files. If you prefer to usecurl, you can replacewgetwithcurl -O.To install
wget:- On CentOS, run
yum install wget - On Ubuntu, run
apt install wget
To install
curl:- On CentOS, run
yum install curl - On Ubuntu, run
apt install curl
- On CentOS, run