ghantoos / lshell

lshell is a shell coded in Python, that lets you restrict a user's environment to limited sets of commands, choose to enable/disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user's commands, implement timing restriction, and more.
GNU General Public License v3.0
435 stars 112 forks source link

Yum install can't find lshell #128

Closed dsalaza4 closed 8 years ago

dsalaza4 commented 8 years ago

sudo yum install lshell

Setting up Install Process No package lshell available. Error: Nothing to do

ghantoos commented 8 years ago

Hi there,

A couple of questions:

Thanks!

dsalaza4 commented 8 years ago
  1. What package do you mean? Spec file?
  2. CentOS 6.5 Final
  3. I'm just trying to install default lshell provided by yum's 3.2.29 repositories.

Can't find anything related to lshell:

me@mypc:~$ yum search lshell Warning: No matches found for: lshell No Matches found

ghantoos commented 8 years ago

You will have to add the epel repository in order to find it:

I hope this will help you out.

nlhooper commented 5 years ago

I am running CentOS 7.5 and have the same problem as OP i.e. sudo yum install lshell No package lshell available.

Would you be able to elaborate on how to install the lshell epel package and / or add further CentOS installation instructions to the Wiki?

nlhooper commented 5 years ago

It looks like the package has been removed from the epl repository therefore I ended up downloading the rpm and installing it locally: cd /tmp wget https://kojipkgs.fedoraproject.org//packages/lshell/0.9.16/5.fc23/noarch/lshell-0.9.16-5.fc23.noarch.rpm yum localinstall lshell-0.9.16-5.fc23.noarch.rpm