我在 Windows 10 主機和 Oracle Linux 6 用戶端上執行 VirtualBox。我一直在嘗試通過運行來獲取 Gnome
yum groupinstall "X Window System" Desktop "General Purpose Desktop" \
"Graphical Administration Tools" "Legacy X Window System compatibility" \
system-config-lvm
按照推薦這裡但我收到No packages in any requested group available to install or update
訊息。
如果我跑
yum grouplist
我明白了No such command: grouplist
我需要 Gnome 的原因是能夠從網站下載文件,我必須先登入並提供一些我不知道該怎麼做的憑證。透過使用
curl /tmp/file_name 'http://www.websiteaddress.com/the/rest/of/the/url'
我成功下載了一個文件,但由於某種原因無法下載更多文件。
我嘗試安裝firefox
sudo yum install firefox
但這也不起作用。作為回應我得到了This system is not registered with ULN (. . .) No package firefox available
我以前沒有使用過 Oracle Linux,到目前為止我還沒有在網路上找到任何有用的東西,所以感謝您的幫助。