我似乎無法在AWS Linux實例上安裝Fish shell。我不斷收到以下錯誤,似乎無法找到解決方法。如何在AWS Linux上安裝Fish Shell
[[email protected] ec2-user]# yum -y install fish
Loaded plugins: priorities, update-motd, upgrade-helper
Repository shells_fish_release_2 is listed more than once in the configuration
Resolving Dependencies
--> Running transaction check
---> Package fish.x86_64 0:2.5.0-1.2 will be installed
--> Processing Dependency: hostname for package: fish-2.5.0-1.2.x86_64
--> Finished Dependency Resolution
Error: Package: fish-2.5.0-1.2.x86_64 (shells_fish_release_2)
Requires: hostname
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
我也試過的RPM軟件包相同的結果上面,它的抱怨需要的主機名。 –