当前位置: 首页 > 工具软件 > sysmonitor > 使用案例 >

Ubuntu16.04 安装 indicator-sysmonitor

瞿子濯
2023-12-01

作者在按照网络中大部分的教程安装 indicator-sysmonitor 时会发现:E: 无法定位软件包 indicator-sysmonitor 的问题出现。
对此可以通过 Github 中的文件进行安装。

安装Indicator-Sysmonitor

  1. 在ubuntu中,‘CTRL+ALT+T’ 打开终端,输入以下命令,并执行
sudo apt-get install python3-psutil curl git gir1.2-appindicator3-0.1
  1. Git clone文件
git clone https://github.com/fossfreedom/indicator-sysmonitor.git
  1. 进入文件
cd indicator-sysmonitor
  1. 安装运行
sudo make install
  1. 后台运行
nohup indicator-sysmonitor &
  1. 此时标题栏上应该已经显示有CPU及内存信息,右击此部分点击 ‘ preference ’ 可以更改设置
  2. 勾选 ‘Run On Startup’ ,开启开机启动功能
  3. 在 ‘Advanced’ 设置中可以向 ‘Customize output’ 选项中添加自定义网速部分,如下
cpu: {cpu} mem: {mem}net:{net}
  1. 可以通过软件提供的列表自定义添加其他状态显示

卸载Indicator-Sysmonitor

  1. 进入文件目录
cd indicator-sysmonitor
  1. 卸载软件
sudo make uninstall

参考

官方Github https://github.com/fossfreedom/indicator-sysmonitor

 类似资料: