How to solve the error “ missing required header GL/gl.h” while installing the Package mvoutlier in R?

后端 未结 8 1128
囚心锁ツ
囚心锁ツ 2021-01-31 01:48

I am trying to install the package mvoutlier but following error occurs during installation:

install.packages(\"mvoutlier\")
configure: error: missi         


        
8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-31 02:43

    the current fedora package manager will fail to find these libraries as shown. Instead you need to do

        sudo dnf install mesa-libGL-devel mesa-libGLU-devel
    

提交回复
热议问题