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