From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!aioe.org!Nk+3gcWp7UG8G05s3m3vmg.user.46.165.242.75.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Un-installing GNAT Date: Mon, 13 Jun 2022 08:40:55 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <20220612121328.4178b106720d468f06f2d22c@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: gioia.aioe.org; logging-data="57511"; posting-host="Nk+3gcWp7UG8G05s3m3vmg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (darwin) X-Notice: Filtered by postfilter v. 0.9.2 Cancel-Lock: sha1:sYO41TBj3f/xgtfd4zh7gCsJv30= Xref: reader02.eternal-september.org comp.lang.ada:63981 List-Id: Rod Kay writes: > On 13/6/22 09:38, Luke A. Guest wrote: >> On 12/06/2022 21:53, Simon Wright wrote: >>> "Luke A. Guest" writes: >>> >>>> On 12/06/2022 20:31, Simon Wright wrote: >>>> >>>>>> How do I uninstall? TIA .. >>>>> rm -rf $HOME/opt >>>> >>>> Hope he doesn't have anything else in there he wants to keep. >>> >>> oops, sorry, OP :-( >> rm -rf / :) > > sudo rm -fr / :D I was once in /other-volume & wanted to rm -rf bin; typed rm -rf /bin (must've been logged in as root); long session restoring the Sun workstation's /bin from tape. Fortunately all our work was on /another-volume.