Install linux process explorer

Arch Linux User Repository

I am going to disown this package, as I do not actively use it.

schnedan commented on 2020-10-15 14:01 (UTC)

@Maintainer ,the gitrepro has some 2020 entries, states it uses python3 and qt5 now.

pherhaps a good idea to try if it builds again, works bugfree. And maybe its then OK to remove the out of date flag.

class101 commented on 2019-11-05 19:29 (UTC) (edited on 2019-11-05 19:36 (UTC) by class101)

Not installable anymore without digging into

Cause: a sip dependency of a older specific version is required, version outside the scope of what is available on the archlinux archives website

python2-pyqt4 (this one is compilable if you downgrade sip to sip-4.19.16-1 https://archive.archlinux.org/packages/s/sip/)

python2-pyqwt (this one is not compilable with any of the sip archive)

Don’t think it is worth analyzing further, since the source code hasn’t received an update since 2017 and has a million of dependencies

You are warned that running it as is, will probably result in a lot of unhandled exceptions.

schnedan commented on 2017-03-15 20:38 (UTC)

Hi, recently installed procexp, even more recently (after some updates) it stoped working: /usr/bin/procexp: Zeile 20: 5705 Speicherzugriffsfehler (Speicherabzug geschrieben) /usr/bin/python2.7 /usr/lib/procexp/procexp.py it says 5705 Memoryaccessexception, writing MemoryDump.

Copyright © 2004-2023 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.

Читайте также:  Java linux read file

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Process explorer for linux

License

wolfc01/procexp

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

process explorer for Linux

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 at https://sourceforge.net/projects/procexp/.

  1. Revive the old code, refactor and complete functionality
  2. Pack it for Debian, Ubuntu, Redhat, Fedora and Mint
  3. Make the process explorer a standard component of above mentioned distro’s
  4. Everything else which will be needed

install dependencies for Ubuntu 16.04.3 LTS, Mint 18.3

apt-get install python-qwt5-qt4 python-configobj 

install dependencies for Debian 9

apt-get install python-qwt5-qt4 python-configobj tcpdump 

install dependencies for Fedora 27

yum install PyQwt yum install python-configobj 

install dependencies for CentOS 7

for CentOS version 7 PyQwt is not available in standard and EPEL repositories: —> build from source Download PyQwt5 sources from https://kent.dl.sourceforge.net/project/pyqwt/pyqwt5/PyQwt-5.2.0/PyQwt-5.2.0.tar.gz

yum install epel-release sudo yum group install "Development Tools" yum install PyQt4-devel yum install qwt yum install qwt-devel tar -xvzf PyQwt-5.2.0/PyQwt-5.2.0.tar.gz cd PyQwt-5.2.0/configure python configure.py -Q ../qwt-5.2 make make install 

last step for all distro’s: download procexp python sources, unzip and run

Читайте также:  Подключение linux windows server

unzip master.zip cd procexp-master ./procexp.py 

Источник

Install linux process explorer

process explorer for Linux

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 at https://sourceforge.net/projects/procexp/.

  1. Revive the old code, refactor and complete functionality
  2. Pack it for Debian, Ubuntu, Redhat, Fedora and Mint
  3. Make the process explorer a standard component of above mentioned distro’s
  4. Everything else which will be needed

install dependencies for Ubuntu 16.04.3 LTS, Mint 18.3

apt-get install python-qwt5-qt4 apt-get install python-configobj 

install dependencies for Debian 9

apt-get install python-qwt5-qt4 apt-get install python-configobj apt-get install tcpdump 

install dependencies for Fedora 27

yum install PyQwt yum install python-configobj 

install dependencies for CentOS 7

for CentOS version 7 PyQwt is not available in standard and EPEL repositories: —> build from source Download PyQwt5 sources from https://kent.dl.sourceforge.net/project/pyqwt/pyqwt5/PyQwt-5.2.0/PyQwt-5.2.0.tar.gz

yum install epel-release sudo yum group install "Development Tools" yum install PyQt4-devel yum install qwt yum install qwt-devel tar -xvzf PyQwt-5.2.0/PyQwt-5.2.0.tar.gz cd PyQwt-5.2.0/configure python configure.py -Q ../qwt-5.2 make make install 

last step for all distro’s: download procexp python sources, unzip and run

unzip master.zip cd procexp-master ./procexp.py 

About

Process explorer for linux

License: GNU General Public License v3.0

Источник

Install linux process explorer

process explorer for Linux

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 at https://sourceforge.net/projects/procexp/.

  1. Revive the old code, refactor and complete functionality
  2. Pack it for Debian, Ubuntu, Redhat, Fedora and Mint
  3. Make the process explorer a standard component of above mentioned distro’s
  4. Everything else which will be needed
Читайте также:  Резервное копирование linux cron

install dependencies for Ubuntu 16.04.3 LTS, Mint 18.3

apt-get install python-qwt5-qt4 python-configobj 

install dependencies for Debian 9

apt-get install python-qwt5-qt4 python-configobj tcpdump 

install dependencies for Fedora 27

yum install PyQwt yum install python-configobj 

install dependencies for CentOS 7

for CentOS version 7 PyQwt is not available in standard and EPEL repositories: —> build from source Download PyQwt5 sources from https://kent.dl.sourceforge.net/project/pyqwt/pyqwt5/PyQwt-5.2.0/PyQwt-5.2.0.tar.gz

yum install epel-release sudo yum group install "Development Tools" yum install PyQt4-devel yum install qwt yum install qwt-devel tar -xvzf PyQwt-5.2.0/PyQwt-5.2.0.tar.gz cd PyQwt-5.2.0/configure python configure.py -Q ../qwt-5.2 make make install 

last step for all distro’s: download procexp python sources, unzip and run

unzip master.zip cd procexp-master ./procexp.py 

About

Process explorer for linux

License: GNU General Public License v3.0

Источник

Install linux process explorer

process explorer for Linux

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 at https://sourceforge.net/projects/procexp/.

  1. Revive the old code, refactor and complete functionality
  2. Pack it for Debian, Ubuntu, Redhat, Fedora and Mint
  3. Make the process explorer a standard component of above mentioned distro’s
  4. Everything else which will be needed

install dependencies for Ubuntu 16.04.3 LTS, Mint 18.3

apt-get install python-qwt5-qt4 python-configobj 

install dependencies for Debian 9

apt-get install python-qwt5-qt4 python-configobj tcpdump 

install dependencies for Fedora 27

yum install PyQwt yum install python-configobj 

install dependencies for CentOS 7

for CentOS version 7 PyQwt is not available in standard and EPEL repositories: —> build from source Download PyQwt5 sources from https://kent.dl.sourceforge.net/project/pyqwt/pyqwt5/PyQwt-5.2.0/PyQwt-5.2.0.tar.gz

yum install epel-release sudo yum group install "Development Tools" yum install PyQt4-devel yum install qwt yum install qwt-devel tar -xvzf PyQwt-5.2.0/PyQwt-5.2.0.tar.gz cd PyQwt-5.2.0/configure python configure.py -Q ../qwt-5.2 make make install 

last step for all distro’s: download procexp python sources, unzip and run

unzip master.zip cd procexp-master ./procexp.py 

About

Process explorer for linux

License: GNU General Public License v3.0

Источник

Оцените статью
Adblock
detector