Skip to content

Instantly share code, notes, and snippets.

@akilab
Last active May 4, 2019 16:34
Show Gist options
  • Select an option

  • Save akilab/198de8507a36c2588272e6f1d3008ec2 to your computer and use it in GitHub Desktop.

Select an option

Save akilab/198de8507a36c2588272e6f1d3008ec2 to your computer and use it in GitHub Desktop.
Debian9にVirtualBoxのGuestAdditionsを入れる際に必要なパッケージ
# 引用URL
https://www.hiroom2.com/2017/07/02/debian-9-vbox-guest-additions-ja/
$ sudo apt install -y linux-headers-amd64
$ sudo apt build-dep -y linux
# 上記だけだとDebian9.8でエラー
$ sudo apt install -y build-essential linux-headers-`uname -r` dkms
# 上記コマンド後インストール成功
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment