Timeline for Kill all processes that are using qt5
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Oct 11, 2021 at 9:51 | history | edited | baxbear | CC BY-SA 4.0 |
Formatting and spelling
|
| S Oct 11, 2021 at 9:51 | history | suggested | Wouter | CC BY-SA 4.0 |
Formatting and spelling
|
| Oct 11, 2021 at 8:57 | review | Suggested edits | |||
| S Oct 11, 2021 at 9:51 | |||||
| Oct 22, 2020 at 11:43 | vote | accept | baxbear | ||
| Oct 21, 2020 at 22:14 | comment | added | Lucas | You ask your package manager about all installed packages that have anything to do with qt5. Then ask the package manager about all installed packages that use these (recursively). Then list all files of all these packages. (Maybe only executable files?) Check against that list. | |
| Oct 21, 2020 at 21:41 | answer | added | James K. Lowden | timeline score: 2 | |
| Oct 21, 2020 at 21:09 | comment | added | baxbear | @Lucas is there a way to do it when I only have the information from the error message to determine why/for which applications qt5 is running and how to stop qt5? (There seems to be no process called qt5 or similar - at least htop doesn't provide any results to me) | |
| Oct 21, 2020 at 20:11 | comment | added | Lucas |
You can use lsof to find processes that use a certain file. If you know which files are involved in "using qt5" than you can check these.
|
|
| Oct 21, 2020 at 20:08 | history | edited | baxbear |
edited tags
|
|
| Oct 21, 2020 at 17:50 | history | asked | baxbear | CC BY-SA 4.0 |