Debian10安装deb文件报错

Posted pbblogs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Debian10安装deb文件报错相关的知识,希望对你有一定的参考价值。

错误:

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文件报错的主要内容,如果未能解决你的问题,请参考以下文章

debian修改python源码并打包deb

linux debian下如何制作.deb

debian 安装deb软件

deb安装方法 deb文件是啥操作系统的

deb文件怎么安装

linux系统下怎么安装.deb文件