We would learn here how to completely uninstall any Linux OS from PC through Windows.
This is a procedure that envolves to steps->
(i) Delete Linux Partition
(ii) Remove Linux OS from EFI System Partition
You must be thinking what is EFI System Partition?
The EFI system partition (ESP) is a partition on a storage device that is used by computers adhering to the Unified Extensible Firmware Interface (UEFI). When a computer is booted, UEFI firmware loads files stored on the ESP to start installed operating systems either windows or Linux(ubuntu/fedora/mint).
Let’s get started with the uninstallation procedure->
(i) Log on to Windows OS in Admin mode.
(ii) On the left-corner windows icon right click.
(iii) Here you will see options like
(iv) Open Disk Management
(v) Delete the Partition which does not have a letter (like (C:)) or is not a NTFS partition and is greater than 1GB.
(vi) Now you have successfully completed the first Step.
(vii) Ubuntu/Fedora(Linux OS) is deleted but on restarting your pc you will still see the grub option so we need to uninstall Linux OS from EFI System Partition too.
(viii) Now open the Command Prompt (Admin) ( shown in the options image above ).
(ix) Follow these commands->
Note the line after ‘#’ is just to explain the command
>NOTE:- Restart your PC and the drive X: mounted EFI partition disappears again.
CONGRATULATIONS
Linux OS is now completely uninstalled.
This article is contributed by SHAURYA UPPAL.
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Installing new programs to facilitate the accomplishment of various tasks in Windows 10 is not something that users do frequently. Also if some applications are not working correctly or you no longer need them, it is always healthy to uninstall them from your computer. Windows 10 provides various methods through which users can add or remove programs to or from their computer system. Below are the ways through which you can install or uninstall programs in Windows 10.
Install Programs in Windows 10
There are so many programs that you can install in your Windows 10 PC to help you perform a given task. These applications come from different providers, but the installation process is generally the same.
- To install a program you need to have the installation file in a disk, flash drive or downloaded and saved in your computer hard disk.
- For instance, to install Microsoft Office, access the executable file and double-click on the file to start the installation.
- If asked whether to allow the program to make changes to the computer, click “Yes” to continue.
- Allow Windows to extract the installation files and launch the installation wizard.
- Read the “License Terms” and tick the “I accept the terms of this agreement” box, then click “Continue”.
- Click on “Install Now” button to start the installation process.
- Wait for the program to install. You can see the installation progress displayed with a bar that loads as the program installs.
- You will get a notification when the program has been successfully installed. Click “Finish” to complete the installation.
- Before you start installing a program, it is important to check whether your system features meets the system requirements for the particular version of the program.
- Installation process differs from one program to the other but in most cases, the procedure is plug and play.
- The installation process may take seconds to a few minutes depending on the size of the program, but installation can run in the background as you continue working on your PC.
Uninstall Programs in Windows 10
For some reasons, you may want to remove an application from your PC. Windows 10 allows you to do so in two simple ways:
Method 1: Uninstall Programs from Windows Settings
- Open the Windows settings and then go “Apps” settings.
- Select “Apps and features” on the left-side pane and scroll down the page to find the program you want to install from the program list.
- Click on the program and then the “Uninstall” button.
- Click “Yes” to confirm the action – allow the program to make changes to the computer.
- The uninstallation wizard will open. Follow the plug and play instructions to continue with the process.
- Click “Finish” to complete the uninstalling the program.
Method 2: Uninstall Programs from the Control Panel
- Search for “Control Panel” press the “Enter” key to open.
- Navigate to “Uninstall a program” found under the programs category.
- This will open a list of programs installed in your PC. Choose the program you want to remove.
- Then click on the “Uninstall” option located at the top of the list. Select “Yes” when asked whether you really need to remove the program.
- The removal process will start and you can see the progress.
- Follow the instruction keenly to completely and safely remove the program.
Windows Vs Mac
On Mac, the installation file will not be an executable .exe file. Mac installer file is a disk image file with .dmg extension. You can simply extract the file like a zip archive and use the application. However, some developers offer installer package which needs to be installed similar to Windows 10 programs.
The uninstallation process is also simple on Mac. You can simply drag and drop the app to trash to delete it from your computer. Learn more on installing and uninstalling apps on Mac.
Conclusion
From time to time, you will need to install or uninstall programs in Windows 10. Luckily, the installation and uninstallation process is similar for almost all application, and you can follow the above simple steps to add or remove any program on your PC.
If you don’t know how to uninstall a program in Linux, we are going to help you out. Maybe a program is causing an error or you just want some free space on your PC. One way or another, one should know how to remove a program in
However, one thing we should know about Linux is that there are not just one way to uninstall (or install, for that matter) packages. It will differ depending on the version we are using.
Systems and package managers
The first thing we need to know when it comes to uninstalling a program in Linux is:
- what is a package system?
- what is a package manager?
- what system and package manager does my Linux use?
However, one thing we should know about Linux is that there are not just one way to uninstall packages.
A package system is a specific format in which software is packaged, distributed, and installed on our system. The package manager is, of course, the program responsible for installing, updating, and uninstalling the software.
Thus, different ‘families’ of distributions share the package system (and tend to share the manager as well); thus, those based on Debian (like Ubuntu and derivatives) have apt as format and apt-get as manager, those based on RedHat (like CentOS, Fedora, and derivatives) have rpm as format and usually have yum as manager (although Fedora uses a ‘fork’ called dnf), and those based on Arch (like Manjaro) use the tar format and the pacman manager.
How to uninstall a program in Linux?
All popular Linux distributions have some graphical tools capable of helping us to use the package manager without the need to enter commands in text mode. In fact, one of these tools is usually installed as standard, but there are also alternative options.
For example, in Ubuntu, we have the ‘Software Center’, which allows us to manage both APT and Snap packages, but we also have the option of installing Synaptic, the traditional graphical package management tool of Debian and all its derivatives (and which only manages APT packages).
The name and the exact operation of these graphical managers differ from one distribution to another.
Let’s say Synaptic graphical manager is running on Ubuntu. We just have to use its internal search engine to find the package we want to uninstall and tell Synaptic to uninstall it.