如何在HP UX中安裝bash?

2021-07-08 19:27:29 字數 1302 閱讀 9985



注:hpux全稱是hewlett packard unix是惠普9000系列伺服器的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系列server的unix作業系統,能夠在hp的pa risc處理器 intel的itanium處理器的電腦上執行。依賴元件 gettext,libiconv,termcap gettext 0.19.5.1 hppa 11.3...

如何在Delphi中安裝元件

由於元件提供的方式不同,所以安裝的方法也是不一樣的,下面就目前常見的各種形式的組 件的安裝方法介紹一下。1 只有乙個dcu檔案的元件。dcu檔案是編譯好的單元檔案,這樣的元件是作者不想把源 碼公布。一般來說,作者必須說明此元件適合delphi的哪種版本,如果版本不對,在安裝時 就會出現錯誤。也正是因...

如何在eclipse中安裝Jess

背景 折騰了整整一天,才在eclipse裡面安裝好jess,把過程寫下來希望對後來人有用 軟體 eclipse4.3版本64位 因為本機jdk是64位 jess71p2 過程 2.裡面有五個zip檔案,全選解壓後生成兩個資料夾features,plugins 3.features中有乙個資料夾,pl...