OpenIndiana安装VirtualBox Additions

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/myfather103/article/details/79605295

由于学习Advanced Programming in the Unix Environment,所以安装了Solaris的发行版本OpenIndiana。

首先安装GCC:

先更新系统

pkg update

在https://pkg.openindiana.org/hipster/en/search.shtml网站中找GCC的安装包

pkg install developer/gcc-6

然后执行

pkgadd -d VBoxSolarisAdditions.pkg

猜你喜欢

转载自blog.csdn.net/myfather103/article/details/79605295