توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : چگونگی مشاهده سرویس های نصب شده روی centos
ehsaan
December 15th, 2012, 11:19
سلام. چطور می تونم بفهمم چه سرویس هایی روی centos نصب شده ؟
مثلا php ورژن چند هست
یا email اصلا نصب شده یا نه؟
در صورتی که نصب شده باشن نیاز به کانفیگ داره ؟
mahdi2009
December 15th, 2012, 14:25
Red Hat/Fedora Core/CentOS Linux
Type the following command to get list of all installed software
rpm -qa | less #
Debian Linux
Type the following command to get list of all installed software
dpkg --get-selections #
Type the following command to get list of all installed software
sudo dpkg --get-selections #
FreeBSD
Type the following command to get list of all installed software
pkg_info | less #
pkg_info apache #
Use pkg_version command to summarizes the versions of all installed packages
pkg_version | less #
pkg_version | grep 'lsof' #
OpenBSD
OpenBSD also use pkg_info command to display list of all installed packages or software
pkg_info | less #
pkg_info apache #