1 Star 0 Fork 17

jinye/powerapi_bugfix

forked from openEuler/powerapi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
uninstall.sh 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
queyanwen 提交于 2024-05-22 09:27 +08:00 . powerapi install.sh支持安装头文件
#!/bin/bash
sudo systemctl stop pwrapis.service
sudo systemctl disable pwrapis.service
#sudo make uninstall
if [ -f "./build/install_manifest.txt" ];then
cd build
xargs rm < install_manifest.txt
else
rm -R /usr/include/pwrapic
rm /usr/lib64/libpwrapi.so
rm /usr/sbin/pwrapis
rm /etc/sysconfig/pwrapis/pwrapis_config.ini
rm /usr/lib/systemd/system/pwrapis.service
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Ericnano33/powerapi_bugfix.git
git@gitee.com:Ericnano33/powerapi_bugfix.git
Ericnano33
powerapi_bugfix
powerapi_bugfix
master

搜索帮助