[fpc-pascal] Best method to uninstall fpc and lazarus

Jonas Maebe jonas.maebe at elis.ugent.be
Tue Sep 2 17:35:48 CEST 2008


On 02 Sep 2008, at 16:31, Mattias Gaertner wrote:

> On Tue, 2 Sep 2008 17:13:11 +0200
> "Paul" <paul.blommaerts at telenet.be> wrote:
>
>> Yes, and entered them each seperately in terminal also.
>
> The commands do not work in terminal (because the variables are not
> assigned with export). They work only in a script.

No, that should also work in terminal:

firefly:~ jmaebe$ a=5
firefly:~ jmaebe$ echo $a
5
firefly:~ jmaebe$

The reason it won't work in terminal is because the sudo's are missing  
(but then you should get "permission denied" errors, even with rm -f  
-- except if the directories don't exist because you entered a wrong  
path, in which case nothing will be printed).


Jonas



More information about the fpc-pascal mailing list