[VirtualBox] 解決CentOS 安裝Guest Additions 問題

在VirtualBox 中安裝了CentOS後, 安裝Guest Additions 時, 會出現以下警告:

其實已解釋, 它沒有gcc, make, perl, kernel-header 及 kernel-devel package. 所以只須要輸入以下指令, 透過yum 安裝便可.

sudo yum install -y gcc make perl kernel-header kernel-devel

執行後, 因為會影響到kernel 部份, 故重新啟動電腦才可應用設定.

About C.H. Ling 260 Articles
a .net / Java developer from Hong Kong and currently located in United Kingdom. Thanks for Google because it solve many technical problems so I build this blog as return. Besides coding and trying advance technology, hiking and traveling is other favorite to me, so I will write down something what I see and what I feel during it. Happy reading!!!

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.