Ubuntu文件缺失解决办法

前端之家收集整理的这篇文章主要介绍了Ubuntu文件缺失解决办法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

linux下经常出现缺少某文件,或者缺少某个库的问题。
如:
@H_404_4@

此时不要慌,几条命令轻松解决:@H_404_4@

sudo apt-get install apt-file
apt -file update
apt-file search “apt-file search libhunspell.so”
sudo apt-file install libhunspell-dev@H_404_4@

完美解决。@H_404_4@

猜你在找的Ubuntu相关文章