Linux

How to uninstall Perl in Linux

If you want to remove Perl from Linux, it’s straightforward. All you have to do is, follow my steps and Perl will remove from your system correctly.

Uninstall Perl from Linux

  • Open the terminal 

First, you need to open your terminal. You can use the ctrl + alt + t keyboard shortcut to open the terminal in Linux.

  • Remove Perl 

To uninstall Perl from Linux use this command: sudo apt remove perl -y

perl

You must need to do this with the root access. For that, you just need to put your password. In the command -y stands for yes.

Read More: How to change the Jupyter Notebook theme

After these two steps, Perl will be removed from your Linux system properly.

What is your reaction?

0
Excited
0
Happy
0
In Love
0
Not Sure
0
Silly

Leave a reply

Your email address will not be published. Required fields are marked *