LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install Ksh shell (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-ksh-shell-285733/)

hardeep_ubhi 02-03-2005 07:10 AM

How to install Ksh shell
 
Hi,

I would like to know

a) How to find whether Ksh shell is installed on my pc or not.
b) If not installed , then how to install Ksh Shell

I am using Red Hat Linux Advanced Server release 2.1AS/i686 (Pensacola)

Thanx

Verylinux 02-03-2005 07:55 AM

run 'rpm -qa | grep ksh' to find whether ksh is installed

if there is no output,that means you haven't installed it.

get ksh rpm from redhat ftp site, and run ' rpm -ivh ksh-<version>.rpm' to install it.


All times are GMT -5. The time now is 07:38 AM.