myproxy-admin-addservice command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
myproxy-admin-addservice: command not found
or when using sudo you get the following error message
sudo: myproxy-admin-addservice: command not found
Solutions to myproxy-admin-addservice: command not found
How To Fix myproxy-admin-addservice: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu myproxy-admin-addservice is provided by myproxy-admin package.
myproxy-admin is:
MyProxy is open source software for managing X.509 Public Key Infrastructure (PKI) security credentials (certificates and private keys). MyProxy combines an online credential repository with an online certificate authority to allow users to securely obtain credentials when and where needed. Users run myproxy-logon to authenticate and obtain credentials, including trusted CA certificates and Certificate Revocation Lists (CRLs).
This package contains the MyProxy server admin commands.
To fix this problem, we can install more using the command below.
sudo apt-get -y install myproxy-admin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install myproxy-admin.
sudo apt -y install myproxy-admin
Or if you have aptitude installed you can use the following command.
sudo aptitude install myproxy-admin
Summary
In this tutorial we learn how to fix myproxy-admin-addservice command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.