letisl

如果新装一个程序,突然发现需要卸载,又忘记了程序名字,怎么解决呢?

/var/log/apt/history.log
/var/log/apt/term.log
/var/log/aptitude

看看这几个文件,里面应该有你需要的。

 

附录:

1.查看安装的所有软件

dpkg -l

dpkg -l | grep ftp #例子

2.查看软件安装的路径

dpkg -L | grep ftp #方法一

whereis ftp #方法二

3.查看软件版本

aptitude show

aptitude show ftp #例子

 

参考资料:

1.https://zhidao.baidu.com/question/139384578659355285.html

2.https://blog.csdn.net/qq_25615395/article/details/78561759

 

分类:

技术点:

相关文章:

  • 2021-10-01
  • 2021-10-01
  • 2021-11-16
  • 2021-08-05
  • 2021-10-01
  • 2021-11-17
  • 2021-11-30
猜你喜欢
  • 2021-08-05
  • 2021-11-22
  • 2021-11-16
  • 2021-12-12
  • 2021-08-15
  • 2022-01-19
  • 2021-06-09
相关资源
相似解决方案