0

I have installed Ubuntu on a new laptop and I'm trying to learn how to use Linux. While searching the software store and installing several programming tools and then uninstalling them I have some leftover applications. One is called Login Window, another is Previews control and last but not least is Qt5 settings. All three are functional but I do not know how to uninstall them. I have tried using the terminal and commands for this received from ask.com. These three applications do not show up in the software app.

After reviewing the suggestions that were posted overnight I ran apt-get autoremove --dry-run. The return was

Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ChanganAuto
  • 1
  • 8
  • 15
  • 23
Bill
  • 1

1 Answers1

0

after much research I have discovered what the programs are associated with and was able to delete them as root user. Thanks for the suggestions as they steered me in the right direction.

Bill
  • 1