Skip to content

Instantly share code, notes, and snippets.

@pokisin
Last active March 20, 2024 20:26
Show Gist options
  • Star 41 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save pokisin/fc4bf37a5ced0e6f7fe6e45333e37b4f to your computer and use it in GitHub Desktop.
Save pokisin/fc4bf37a5ced0e6f7fe6e45333e37b4f to your computer and use it in GitHub Desktop.
Uninstall git, ubuntu

Uninstall git

To remove just git package itself from Ubuntu 14.04 execute on terminal:

$ sudo apt-get remove git

Uninstall git and it's dependent packages

To remove the git package and any other dependant package which are no longer needed from Ubuntu Trusty.

$ sudo apt-get remove --auto-remove git

Purging git

If you also want to delete configuration and/or data files of git from Ubuntu Trusty then this will work:

$ sudo apt-get purge git

To delete configuration and/or data files of git and it's dependencies from Ubuntu Trusty then execute:

$ sudo apt-get purge --auto-remove git
@crkjalive
Copy link

por fin encontré como desinstalar, claro que quería actualizar, pero desinstalo y vuelvo a instalar y listo

@avosa
Copy link

avosa commented Mar 13, 2021

Niiiiiiiiiiiiiiiiiiiiiiiiiiiiiiice, really!!!!!!!!!!!!!!!!!!!!!

Copy link

ghost commented Apr 26, 2021

Thanks. This worked for me.

@Sneha-lab311
Copy link

Thanks for the guidance. It worked flawlessly.

@AmanM13
Copy link

AmanM13 commented Jun 14, 2021

Thanks!

@jamilabarasa
Copy link

Thanks!

@alikaramniya
Copy link

Thanks :)

@edureka2021
Copy link

thanks

@EventPlaceAfrik
Copy link

Merci cela fonction --EventplaceAfrik--

@kennie-larkson
Copy link

Thanks this worked

@kordonskanastya
Copy link

Thanks!

@tonistorres
Copy link

top!!!

@ilkay-alti
Copy link

Thanks

@Chart2712
Copy link

THANK YOU¡¡¡¡

@qwert420
Copy link

qwert420 commented Oct 4, 2021

thanks !!!!!!

@slls-sheyla
Copy link

Thank you \o/

@BharathWINGBD
Copy link

thanks bro its working!!!

Copy link

ghost commented Jan 22, 2022

:D thks

@jcsporto
Copy link

Muito obrigado!

@huntercl
Copy link

thank you !!

@maen08
Copy link

maen08 commented Apr 22, 2022

great help

@aniceto-jolela
Copy link

Good man!

@rmstudies
Copy link

Show

@Isra0210
Copy link

Great Helpful!!!

@ngoiefranssen
Copy link

Nice !

@bc05
Copy link

bc05 commented Feb 16, 2023

Wow, nice!

@MANISANKARDIVI
Copy link

bro, what is the command for , redhat version and amazon linux version

@NaveenT127
Copy link

thanks :)

@njonikizito
Copy link

thanks, it worked on version 22.1

@vinniyh
Copy link

vinniyh commented Oct 31, 2023

NICE!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment