作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是 ubuntu 新手,目前正在 Windows 7 上使用 vmware 工作站。我需要在终端上使用 C 程序来访问 CPU 使用情况,所以我想到使用 glibtop_get_cpu()
glitop 库上的函数。我刚刚写了#include <glibtop.h>
在我的代码中并在终端上使用“gcc”编译它,它说
fatal error: glibtop.h: No such file or directory
compilation terminated.
我尝试使用以下方法安装库:
sudo apt-get install liblib2.0-dev
但是终端说:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libglib2.0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
However the following packages replace it:
libglib2.0-0 libglib2.0-bin
E: Package 'libglib2.0-dev' has no installation candidate
对此有什么想法吗?
最佳答案
您应该安装 libgtop2-dev (sudo apt-get install libgtop2-dev
)。
关于c - 在ubuntu上安装glibtop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34576160/
这是我在 Linux 中查看 CPU 负载的代码,但我有一些错误!我下载了 glibtop 并将其放在与我的程序相同的目录中,但我有这些错误! `#include "stdio.h"
我是一名优秀的程序员,十分优秀!