

You know that you can use apt-get install or apt install for installing applications. Method 2: Remove programs from Ubuntu using command line You can always resort to the terminal in such cases. This method works pretty well except in the case when Software Center is misbehaving (it does that a lot) or if the program is a software library or some other command line utility. Enter it and the applications will be removed in seconds. When you open an installed application, you should see the option to remove it. In this way, you can use the above commands or steps to uninstall a program using Command Prompt window.If you don’t see a program here, try to use the search feature. It will silently uninstall that program and you will see a Method execution successful message. The command will become: product where name="" call uninstall For example, if you have installed Paint.NET on your PC and want to remove it, then look for its name in that list, and add that name as it is. Here, replace the name-of-the-program with its actual name. The command will become: product where name="name-of-the-program" call uninstall The list of all the programs that were installed using Windows Installer will be visible on the Command Prompt interface, just like it is visible in the above screenshot. For that, execute this command: product get name But, first, you should have the list of programs so that you can check which program you want to uninstall. Now you can use the WMIC utility to uninstall a program. When the CMD window is opened, execute this command: You can also use some other ways to run Command Prompt as administrator. This will launch elevated Command Prompt window. Uninstall a program using Command PromptĪt first, type cmd in the Search box, right-click on Command Prompt option, and press Run as administrator. Read: How to uninstall programs in Safe Mode. You can execute a few simple commands to uninstall a program using CMD. For those who want to do the same using Command Prompt, this post is handy. For example, you can use Registry to uninstall a program, the Settings app, or some free uninstaller software to remove a program. There are many other ways to uninstall a program in Windows. CMD window uses a built-in utility Windows Management Instrumentation Command-line (WMIC) to help you successfully remove an installed program. The program uninstallation process is done silently. The benefit of using CMD to uninstall a program is that user interaction is not needed. In this post, we will show you how to uninstall a program using Command Prompt in Windows 10.
