From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,dd4f7e7332b1185f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news2.glorb.com!wn11feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: Uninstalling prev version of gnat Reply-To: anon@anon.org (anon) References: X-Newsreader: IBM NewsReader/2 2.0 Message-ID: <9yLVl.319326$4m1.4718@bgtnsc05-news.ops.worldnet.att.net> Date: Thu, 04 Jun 2009 08:25:41 GMT NNTP-Posting-Host: 12.64.120.203 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1244103941 12.64.120.203 (Thu, 04 Jun 2009 08:25:41 GMT) NNTP-Posting-Date: Thu, 04 Jun 2009 08:25:41 GMT Organization: AT&T Worldnet Xref: g2news2.google.com comp.lang.ada:6213 Date: 2009-06-04T08:25:41+00:00 List-Id: Install only adds the next version to your system. So try this: Note: Do not delete "/usr/gnat" or any "/usr/gnat" subdirectories because this contains the 2009 GNAT files. All other gnat files can be delete. 4.3.3 binaries: rm /usr/bin/gnat* 4.3.3 rts files do find / -name ada.ads then rm -r //gnat/gcc/i686-pc-linux-gnu/4.3.3 But the best way is to delete all GNAT files and then reinstall the one you want. Thios way you do not have any extra files floating around. In , "RasikaSrinivasan@gmail.com" writes: >all > >My system is Ubuntu 9.04 > >Following shows my installation version : >---------------------- >srini@srini-laptop:~/Projects/Ada/lib$ which gnatmake >/usr/bin/gnatmake >srini@srini-laptop:~/Projects/Ada/lib$ gnatmake --version >GNATMAKE 4.3.3 >Copyright (C) 1995-2007, Free Software Foundation, Inc. >This is free software; see the source for copying conditions. >There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A >PARTICULAR PURPOSE. >------------------------ > >Today (without checking above and making some wrong assumptions) I >installed the 09 version of gnat as shown here : > >--------------- >srini@srini-laptop:~/Projects/Ada/lib$ which gnatmake >/usr/gnat/bin/gnatmake >srini@srini-laptop:~/Projects/Ada/lib$ gnatmake --version >GNATMAKE GPL 2009 (20090519) >Copyright (C) 1995-2009, Free Software Foundation, Inc. >This is free software; see the source for copying conditions. >There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A >PARTICULAR PURPOSE. >------------------------- > >I would like to uninstall my previous version and I had assumed the >install of the GPL 2009 will take care of that. > >any case, Is there any gotchas involved in keeping both versions? Is >there an easy way to uninstal the previous version? > >thanks for any clues, > >srini >I originally had gnat 4.3.3