我想在oracle linux上安装mosh,但是我面临这样一个事实:这样的包并不存在。
$ 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上安装mosh吗?
https://serverfault.com/questions/1122994
复制相似问题