MySQL
Linux
Centos
Ubuntu
PHP
Windows
CSS3
帳號登入
MySQL
Linux
Ubuntu
CentOS
PHP
Windows
CSS3
編碼的世界 / 優質文選 /
女人
Ubuntu 下如何查看已安裝的軟件
2022年7月08日
-
書箋
1.查看安裝的所有軟件
dpkg -l
例如:dpkg -l | grep ftp
2.查看軟件安裝的路徑
dpkg -L | grep ftp
也可以用 whereis ftp
3.查看軟件版本
aptitude show
例如:aptitude show ftp
熱門文章