How to Remove Python from Linux | Remove Python3 on Ubuntu 21.04 | Ubuntu Linux Python

preview_player
Показать описание
How to Remove Python from your Linux | Remove Python3 on Ubuntu 21.04 | Ubuntu Linux Python
Do you want to remove Python3 or Python3-pip from your Ubuntu 21.04 or any other Linux Distro ? Removing Python is easy & Simple from Command Line on Ubuntu Linux or any other Linux Distro. Python3 can be removed from Ubuntu Linux Distro in command line Terminal app. You must be a root user to execute the sudo apt remove command.

Tags: Ubuntu 21.04 , Python, Python3, Remove Linux Package , Terminal
Рекомендации по теме
Комментарии
Автор

" Remove at our Own Risk " This is not for Begineer. This might unstable your Linux Distro or even can make it unbootable.

TechSolutionz
Автор

WARNING! This video is not the solution but origin of multiple problems. You'll lose every default app on your system including 'TERMINAL'. Video up-loader has carelessly uploaded this video without any warning in video. Luckily I got everything back by using command 'sudo apt-get install ubuntu-desktop' in vscode's terminal as suggested in one of the comments.
Dear @TechSolutionZ take this video down asap or reupload woth warning at beginning of video, nobody reads comments before installing.

trial
Автор

Why would you ever remove python3 ? People, do not do this, you lose many of your applications doing so.

flemtone
Автор

Can You do it without removing other dependencies that has nothing to do with python?, I know how to uninstall it, but every time I do, Ubuntu gets screwed and I have to reinstall it.

xinkaelusher
Автор

So that messed my system, here's the help to retrieve the GUI

sudo apt-get update
sudo apt-get install --no-install-recommends ubuntu-desktop

Then, enable GUI.

sudo systemctl isolate graphical.target

Also, you can set to automatically start GUI on boot.

sudo systemctl set-default graphical.target

smritisingh
Автор

i got an error no such file or directory and also import error

fatimaqueen
Автор

this will make u fall in trouble if you r a beginner -- this will remove gui lockscreen manager gdm3 gnome shell etc etc itc can be recovred but why facing unusual trouble

akashgiri
Автор

Yes i didn't see the comments and i did remove the python and now my TERMINAL + other app are gone, I can't find them anywhere.

sumitkerketta