無法在 Oracle Linux 6 vbox 上安裝 Gnome

無法在 Oracle Linux 6 vbox 上安裝 Gnome

我在 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,到目前為止我還沒有在網路上找到任何有用的東西,所以感謝您的幫助。

答案1

No such command: grouplist我設法透過做事來應對這裡- 那是:

cd /etc/yum.repos.d
wget http://public-yum.oracle.com/public-yum-ol6.repo

這幾乎就是作為決議發布的內容執行緒在上面的評論之一中給出,除了該線程的答案中存在拼寫錯誤,因此它不起作用。

現在我可以運行命令來安裝 gui,但由於其他問題它無法工作。

相關內容