如何检查ubuntu上是否已安装软件包?

时间:2017-04-27 10:15:06

标签: macos shell ubuntu xampp

我正在通过'wget'命令在ubuntu上下载xampp服务器。 我想下载它只是在ubuntu上没有安装它。 如何检查是否已安装xampp?

dpkg -s xampp , I think this is not the right way.
你可以告诉我。

2 个答案:

答案 0 :(得分:0)

root@ubuntu:~# dpkg -l xampp 
dpkg-query: no packages found matching xampp
root@ubuntu:~#

答案 1 :(得分:0)

我真诚地不同意如果您正在运营Ubuntu,Xampp优于LAMP。请尝试安装这些:

sudo apt-get install apache2

sudo apt-get install mysql-server

sudo apt-get install php5 libapache2-mod-php5

你去吧。没有xampp的完整灯泡堆。

请知道我只是引用了这个网站:

  

http://howtoubuntu.org/how-to-install-lamp-on-ubuntu