10、安装deb文件
sudo dpkg -i baidupan.deb
90、apt install时报Aborting...错误
libdvd-pkg:
apt-get check
failed, you may have broken packages. Aborting...
# 重新校验libdvd-pkg,按照指示点确认等待即可
sudo dpkg-reconfigure libdvd-pkg
100、证书实效问题
Certificate verification failed: The certificate is NOT trusted.
# 编辑debian源文件
sudo vim /etc/apt/sources.list
# 将https都改为http
# 重新安装ssl证书文件
sudo apt-get reinstall apt-transport-https ca-certificates
# 编辑debian源文件
sudo vim /etc/apt/sources.list
# 将http都改为https
# 继续之前的apt操作
sudo apt install redis-tools
Q.E.D.