comp.lang.ada
 help / color / mirror / Atom feed
* Un-installing GNAT
@ 2022-06-12 18:13 Sidney Reilley
  2022-06-12 19:31 ` Simon Wright
  2022-06-13 17:00 ` Sidney Reilley
  0 siblings, 2 replies; 8+ messages in thread
From: Sidney Reilley @ 2022-06-12 18:13 UTC (permalink / raw)


I DLed "gnat-2021-20210519-x86_64-linux-bin" 
onto my Linux distro box.

It's installed in $HOME/opt/....

How do I uninstall? TIA ..
-- 
sid
** Bottom-posting, text-only is the netiquette way! **

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Un-installing GNAT
  2022-06-12 18:13 Un-installing GNAT Sidney Reilley
@ 2022-06-12 19:31 ` Simon Wright
  2022-06-12 19:49   ` Luke A. Guest
  2022-06-13 17:00 ` Sidney Reilley
  1 sibling, 1 reply; 8+ messages in thread
From: Simon Wright @ 2022-06-12 19:31 UTC (permalink / raw)


Sidney Reilley <sidney.reilley.ii@gmail.com> writes:

> I DLed "gnat-2021-20210519-x86_64-linux-bin" 
> onto my Linux distro box.
>
> It's installed in $HOME/opt/....
>
> How do I uninstall? TIA ..

rm -rf $HOME/opt

(and check your shell initialization scripts, not that a missing
directory will slow things down much)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Un-installing GNAT
  2022-06-12 19:31 ` Simon Wright
@ 2022-06-12 19:49   ` Luke A. Guest
  2022-06-12 20:53     ` Simon Wright
  0 siblings, 1 reply; 8+ messages in thread
From: Luke A. Guest @ 2022-06-12 19:49 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Un-installing GNAT
  2022-06-12 19:49   ` Luke A. Guest
@ 2022-06-12 20:53     ` Simon Wright
  2022-06-12 23:38       ` Luke A. Guest
  0 siblings, 1 reply; 8+ messages in thread
From: Simon Wright @ 2022-06-12 20:53 UTC (permalink / raw)


"Luke A. Guest" <laguest@archeia.com> 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 :-(

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Un-installing GNAT
  2022-06-12 20:53     ` Simon Wright
@ 2022-06-12 23:38       ` Luke A. Guest
  2022-06-13  1:25         ` Rod Kay
  0 siblings, 1 reply; 8+ messages in thread
From: Luke A. Guest @ 2022-06-12 23:38 UTC (permalink / raw)


On 12/06/2022 21:53, Simon Wright wrote:
> "Luke A. Guest" <laguest@archeia.com> 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 / :)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Un-installing GNAT
  2022-06-12 23:38       ` Luke A. Guest
@ 2022-06-13  1:25         ` Rod Kay
  2022-06-13  7:40           ` Simon Wright
  0 siblings, 1 reply; 8+ messages in thread
From: Rod Kay @ 2022-06-13  1:25 UTC (permalink / raw)


On 13/6/22 09:38, Luke A. Guest wrote:
> On 12/06/2022 21:53, Simon Wright wrote:
>> "Luke A. Guest" <laguest@archeia.com> 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Un-installing GNAT
  2022-06-13  1:25         ` Rod Kay
@ 2022-06-13  7:40           ` Simon Wright
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Wright @ 2022-06-13  7:40 UTC (permalink / raw)


Rod Kay <rodakay5@gmail.com> writes:

> On 13/6/22 09:38, Luke A. Guest wrote:
>> On 12/06/2022 21:53, Simon Wright wrote:
>>> "Luke A. Guest" <laguest@archeia.com> 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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Un-installing GNAT
  2022-06-12 18:13 Un-installing GNAT Sidney Reilley
  2022-06-12 19:31 ` Simon Wright
@ 2022-06-13 17:00 ` Sidney Reilley
  1 sibling, 0 replies; 8+ messages in thread
From: Sidney Reilley @ 2022-06-13 17:00 UTC (permalink / raw)


On Sun, 12 Jun 2022 12:13:28 -0600
Sidney Reilley <sidney.reilley.ii@gmail.com> wrote:

> I DLed "gnat-2021-20210519-x86_64-linux-bin" 
> onto my Linux distro box.
> 
> It's installed in $HOME/opt/....
> 
> How do I uninstall? TIA ..

@Luke, @Simon, @Rod

LOL!  Maybe a noob to Ada, but /not/ to Linux! :-)
Thx all for the input!!
--
Sid

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-06-13 17:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-12 18:13 Un-installing GNAT Sidney Reilley
2022-06-12 19:31 ` Simon Wright
2022-06-12 19:49   ` Luke A. Guest
2022-06-12 20:53     ` Simon Wright
2022-06-12 23:38       ` Luke A. Guest
2022-06-13  1:25         ` Rod Kay
2022-06-13  7:40           ` Simon Wright
2022-06-13 17:00 ` Sidney Reilley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox