码迷,mamicode.com
首页 > 其他好文 > 详细

Debian10安装deb文件报错

时间:2020-02-24 13:15:13      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:col   cte   conf   mon   top   start   local   expected   war   

错误:

root@debian:/home/zh# dpkg -i mysql-apt-config_0.8.15-1_all.deb
dpkg: warning: ‘ldconfig‘ not found in PATH or not executable
dpkg: warning: ‘start-stop-daemon‘ not found in PATH or not executable
dpkg: error: 2 expected programs not found in PATH or not executable
Note: root‘s PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
  解决方法 : 在root下的.bashrc加入一个环境变量,如下:
           export PATH=PATH:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin

    加完之后记得source

 

Debian10安装deb文件报错

标签:col   cte   conf   mon   top   start   local   expected   war   

原文地址:https://www.cnblogs.com/pbblogs/p/12356095.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!