我正在运行 Ubuntu 12.10,如果可能,我想获取已安装的给定软件包可用的配置文件列表。
如果可能,我更愿意使用 dpkg 或 apt 来执行此操作,但如果需要/推荐其他工具(例如 aptitude 或 dselect),则没问题。
我在我的笔记本电脑上运行 Xubuntu 12.10,我想监控 CPU 和硬盘的温度。我已经安装了 lm-sensors、hddtemp 和 xfce4-sensors-plugin 并将小部件添加到 XFCE 面板中。现在,当我登录或xfce4-sensors在终端中手动运行时,我收到以下通知:
"hddtemp" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and "hddtemp" not being setuid root.
An easy but dirty solution is to run "chmod u+s /usr/sbin/hddtemp" as root user and restart this plugin or its panel.
Calling "/usr/sbin/hddtemp -n -q /dev/sda" gave the following error:
/dev/sda: Permission denied
with a return value …Run Code Online (Sandbox Code Playgroud) 我是从那个网站买的。我全新安装了 Ubuntu 13.04。当我尝试从终端运行 Game Dev Tycoon 时,出现以下错误:
gamedevtycoon: error while loading shared libraries: libXrandr.so.2: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud)