如何在oracle linux上安裝mosh

如何在oracle linux上安裝mosh

我想安裝莫許甲骨文Linux,但我面臨這樣一個事實:這樣的包不存在。

$ sudo yum install mosh
Last metadata expiration check: 3:12:40 ago on Wed 15 Feb 2023 01:05:56 PM GMT.
No match for argument: mosh
Error: Unable to find a match: mosh

我嘗試從原始碼建立 mosh,但這也不起作用。

$ git clone https://github.com/mobile-shell/mosh
$ cd mosh
$ ./autogen.sh
./autogen.sh: line 3: exec: autoreconf: not found

之後,我嘗試安裝依賴項,但我面臨著並非所有依賴項都可以安裝的事實,例如 ncurses(libncurses5-dev)

我可以在 oracle linux 上安裝 mosh 嗎?

答案1

您可以mosh在 EPEL 儲存庫中找到軟體包。這裡是 RHEL/Oracle 9 的頁面。回購。

相關內容