2018-07-16发表技术类Linux下解决依赖在使用dpkg -i命令安装deb包时有时会报告错误:依赖关系未解决。因此需要先更新源,再解决依赖关系: 1234sudo suapt-get updateapt-get -fdpkg -i xx.deb #Linux