How to install the Keeper Commander CLI on Linux
Ubuntu (Current release and latest LTS release)
CentOS (Current)
RedHat (Current)
Watch the video below to learn how to install and log in to Keeper Commander.
Install Python 3.x
Install Package installer for Python
Based on your distribution, follow the instructions to install Python 3.x, typical installation commands are listed below.
$ sudo apt install python3
OR
$ yum install -y python3
Also ensure the "Package installer for Python" is installed (you may need to run an apt-get update first):
$ sudo apt install python3-pip
OR
$ sudo yum install python3-pip
Next, upgrade pip3 to the latest version using the command:
$ sudo pip3 install --upgrade pip
Next, install Keeper Commander using pip3:
$ pip3 install keepercommander
Once installed, ensure you have the latest version by upgrading Commander:
$ pip3 install --upgrade keepercommander
Now you can launch the keeper shell using command:
$ keeper shell
You should see: