PRECIS support forum

It is currently Tue Mar 19, 2024 9:46 am

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Getting pdksh
PostPosted: Tue May 19, 2015 11:16 am 
Offline

Joined: Thu Feb 06, 2014 12:29 pm
Posts: 118
If you have a fresh installation of Linux, the first thing you'll need to do is install Public Domain Korn Shell -- pdksh.

If you have Ubuntu or Debian or Mint linux, use apt-get

Code:
sudo apt-get remove ksh
sudo apt-get install pdksh


Fedora, Red Hat,
Code:
sudo yum remove ksh
sudo yum install pdksh


OpenSUSE
Code:
sudo zypper remove ksh
sudo zypper install pdksh



The ksh and pdksh packages are different. It might be that ksh is not be automatically installed with your version of Linux, but if it is installed then the remove commands delete it. The next command installs pdksh.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group