怎樣在HP UX中安裝bash?

2021-09-07 12:18:22 字數 1305 閱讀 1297



注:hpux全稱是hewlett packard unix是惠普9000系列server的unix作業系統,能夠在hp的pa-risc處理器、intel的itanium處理器的電腦上執行。

依賴元件:gettext, libiconv, termcap

gettext-0.19.5.1-hppa-11.31.depot.gz

libiconv-1.14-hppa-11.31.depot.gz

termcap-1.3.1-hppa-11.31.depot.gz

bash-4.3.033-hppa-11.31.depot.gz

cd /tmp

gunzip gettext-0.19.5.1-hppa-11.31.depot.gz

gunzip libiconv-1.14-hppa-11.31.depot.gz

gunzip termcap-1.3.1-hppa-11.31.depot.gz

gunzip bash-4.3.033-hppa-11.31.depot.gz

swinstall -s /tmp/gettext-0.19.5.1-hppa-11.31.depot

swinstall -s /tmp/libiconv-1.14-hppa-11.31.depot

swinstall -s /tmp/termcap-1.3.1-hppa-11.31.depot

swinstall -s /tmp/bash-4.3.033-hppa-11.31.depot

附帶swinstall安裝介面步驟:

/usr/local/bin/bash

# vi /etc/path

/usr/local/bin

# export path=$(cat /etc/path)

參考文件:

you do not

那麼解決方式是:

/sbin/init.d/swagentd stop

/sbin/init.d/swagentd start

swreg -l depot /tmp/gettext-0.19.5.1-hppa-11.31.depot

swreg -l depot /tmp/libiconv-1.14-hppa-11.31.depot

swreg -l depot /tmp/termcap-1.3.1-hppa-11.31.depot

swreg -l depot /tmp/bash-4.3.033-hppa-11.31.depot

然後進入安裝介面:



如何在HP UX中安裝bash?

注 hpux全稱是hewlett packard unix是惠普9000系列伺服器的unix作業系統,可以在hp的pa risc處理器 intel的itanium處理器的電腦上執行。依賴元件 gettext,libiconv,termcap gettext 0.19.5.1 hppa 11.31.d...

在Bash中的操作

命令列編輯操作 功能 ctrl b或左箭頭鍵 左移乙個字元 移至前乙個字元 ctrl f或右箭頭鍵 右移乙個字元 移至後乙個字元 ctrl a 移至行首 ctrl e 移至行尾 esc b 左移乙個單詞 esc f 右移乙個單詞 del刪除游標所在處的字元 ctrl d 刪除游標所在處的字元 bac...

在HP UX中設定DNS客戶端

要在hp ux v11.31 系統下設定dns客戶端,以使用內網dns伺服器。具體步驟如下 注意 按照次序進行。尤其在已經執行使用的系統中,出錯會引起宕機或鏈結中斷等嚴重問題。1 以 etc hosts 檔案為第一排序。重要的主機名等要寫在hosts中,包括本機主機名 群集中的主機名等。注意 在已經...