Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2121  / 2 Years ago, mon, july 25, 2022, 2:29:26

In a fit of command line joy, I went about installing some programs. I tried to install the 'say' command (like Darwin has), and installed whatever program Ubuntu recommended -- unfortunately, without writing it down.



It ended up not being the right one, and I'm pretty sure I downloaded GNUStep -- there's not a folder in my home directory, and if I delete it and run 'say' again, it recreates and creates an 'installed-software.txt' file.



How do I uninstall GNUstep, and stop this from happening?


More From » uninstall

 Answers
6

After run say Ubuntu recommends installation of gnustep-gui-runtime. Uninstall it by running:



sudo apt-get remove gnustep-gui-runtime


You can also run sudo apt-get autoremove to remove the automatically installed dependencies of gnustep-gui-runtime.


[#33504] Monday, July 25, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
zebrla

Total Points: 356
Total Questions: 110
Total Answers: 120

Location: Sudan
Member since Tue, Aug 3, 2021
3 Years ago
;