Answers for "list all applications running linux"

0

ubuntu list running applications

ps aux
ps -ef
Posted by: Guest on May-14-2020
0

linux list available programs

Aptitude-based distributions (Ubuntu, Debian, etc): dpkg -l
RPM-based distributions (Fedora, RHEL, etc): rpm -qa
pkg*-based distributions (OpenBSD, FreeBSD, etc): pkg_info
Portage-based distributions (Gentoo, etc): equery list or eix -I
pacman-based distributions (Arch Linux, etc): pacman -Q
Cygwin: cygcheck --check-setup --dump-only *
Slackware: slapt-get --installed
Posted by: Guest on February-21-2022

Code answers related to "list all applications running linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language