forked fromwolfc01/procexp
- Notifications
You must be signed in to change notification settings - Fork0
KieraKujisawa/procexp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Linux Process Explorer aims to be a Linux equivalent of (https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer). This project is a continuation of my project located athttps://sourceforge.net/projects/procexp/.
Goals of this project
- Revive the old code, refactor and complete functionality
- Pack it for Debian, Ubuntu, Redhat, Fedora and Mint
- Make the process explorer a standard component of above mentioned distro's
- Everything else which will be needed
as user root:
apt-get install python-qwt5-qt4apt-get install python-configobj
as user root:
apt-get install python-qwt5-qt4apt-get install python-configobjapt-get install tcpdump
as user root:
yum install PyQwtyum install python-configobj
for CentOS version 7 PyQwt is not available in standard and EPEL repositories: --> build from sourceDownload PyQwt5 sources fromhttps://kent.dl.sourceforge.net/project/pyqwt/pyqwt5/PyQwt-5.2.0/PyQwt-5.2.0.tar.gz
as user root:
yum install epel-releasesudo yum group install "Development Tools"yum install PyQt4-develyum install qwtyum install qwt-develtar -xvzf PyQwt-5.2.0/PyQwt-5.2.0.tar.gzcd PyQwt-5.2.0/configurepython configure.py -Q ../qwt-5.2makemake install
as a non root user :
download procexp from github as zip file fromhttps://github.com/wolfc01/procexp/archive/master.zip
unzip master.zipcd procexp-master./procexp.py