Re: how to uninstall a specific application



Hi all,

> The 'uninstall' target is not implemented in GARNOME yet. As long as you
> still have the GARNOME build tree around, you can uninstall manually
> though -- provided the package actually implements uninstall:
> 
>   cd <meta-garball>/<garball>
>   cd work/main.d/*/
>   make uninstall
> 
> If you cleaned the garball already, you'd likely have to build it (the
> old version) again to run the package provided 'make uninstall'. This
> sure is feasible only, if you cleaned a particular garball only, rather
> than the entire tree...

In case you delete the source tree and want to uninstall, you can also
do it more quickly:

cd <meta-garball>
make configure
cd work/main.d/package-name
make uninstall

(so actually building is not necessary)

You may need to set your environment before you uninstall (PATH,
LD_LIBRARY_PATH and XDG* env. variables at least). This is very
important if you have more than one GNOME (garnome) installed. The
libraries and path could collide otherwise.

regards,
VIX

-- 
  Ing. Ivan Noris
  System engineer, Business Global Systems, a.s.
  info & public key: http://www.bgs.sk/people/noris
  ___________________________________________________
  "Semper cautus - semper paratus - semper idem Vix."



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]