Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1298  / 2 Years ago, wed, march 30, 2022, 8:20:30

I invoked an apt install (of mysql-workbench) by double-clicking its downloaded .deb file.


It hangs at the "preparing" stage and clicking the Cancel button does nothing. ps aux | grep apt didn't find any process running.


What process name should I look for, and how do I kill it?


More From » apt

 Answers
1

Double-clicking a .deb file opens it for installation in the Software app. The Software app is named gnome-software in Ubuntu. You can force close the Software app by finding gnome-software in the System Monitor app, right-clicking it, then stop/end it, or from the terminal by running pkill gnome-software.


If double-clicking the .deb file the first time generated an error message, I recommend trying to install it from the terminal with sudo apt install ./FILE.deb the next time in order to get verbose output from the software installation command that will help to troubleshoot the problem with installing FILE.deb. For example if there are unmet dependencies the results of sudo apt install ./FILE.deb will list them.


[#848] Thursday, March 31, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
adedes

Total Points: 454
Total Questions: 114
Total Answers: 111

Location: Turks and Caicos Islands
Member since Fri, May 8, 2020
4 Years ago
;