Discussion:
[Lazarus] Howto uninstall Lazarus and reinstall
Terry A. Haimann via Lazarus
2018-05-27 20:04:09 UTC
Permalink
My Lazarus install seems messed up.  It is version 1.8.2 and it was
installed from the download and after downloading from the website it
auto install by what I am assuming is dpk. Frree Pascal seems to be
fine.

I am running Linux Mint 18.3

What would be my best method to remove Lazarus and reinstall.
--
Mattias Gaertner via Lazarus
2018-05-27 22:43:38 UTC
Permalink
On Sun, 27 May 2018 15:04:09 -0500
Post by Terry A. Haimann via Lazarus
My Lazarus install seems messed up.
Why 'seems'?
What is the error message?
Post by Terry A. Haimann via Lazarus
 It is version 1.8.2 and it was
installed from the download and after downloading from the website it
auto install by what I am assuming is dpk.
Do you mean deb?
Post by Terry A. Haimann via Lazarus
Frree Pascal seems to be
fine.
I am running Linux Mint 18.3
What would be my best method to remove Lazarus and reinstall.
Uninstall:
dpkg --purge lazarus

Maybe you messed up your configs. Rename or remove ~/.lazarus

Mattias
--
Terry A. Haimann via Lazarus
2018-05-28 01:22:33 UTC
Permalink
Post by Mattias Gaertner via Lazarus
On Sun, 27 May 2018 15:04:09 -0500
My Lazarus install seems messed up. 
Why 'seems'?
What is the error message?
I am getting many duplicate errors like the following:

Note: Duplicate unit "ZDbcLogging" in "zcore 7.1", orphaned ppu
"/home/terry/zeosdbo/ZEOSDBO-7.1.3a-stable/packages/lazarus/lib/x86_64-
linux/ZDbcLogging.ppu"

So I think I messed up the zeosdbo install.

Also this line isn't compiling, so I think a library might be missing.

Chart2PieSeries1.AddPie(SaveRec.EV, State, clRed);
Post by Mattias Gaertner via Lazarus
 It is version 1.8.2 and it was
installed from the download and after downloading from the website it
auto install by what I am assuming is dpk.
Do you mean deb?
Yes.
Post by Mattias Gaertner via Lazarus
Frree Pascal seems to be
fine.
I am running Linux Mint 18.3
What would be my best method to remove Lazarus and reinstall.
dpkg --purge lazarus
Maybe you messed up your configs. Rename or remove ~/.lazarus
Mattias
--
Luca Olivetti via Lazarus
2018-05-28 06:37:30 UTC
Permalink
Post by Terry A. Haimann via Lazarus
Note: Duplicate unit "ZDbcLogging" in "zcore 7.1", orphaned ppu
"/home/terry/zeosdbo/ZEOSDBO-7.1.3a-stable/packages/lazarus/lib/x86_64-
linux/ZDbcLogging.ppu"
So I think I messed up the zeosdbo install.
No, zeos packaging is somewhat messy but, in spite of those warnings, it
works (but I'm using 7.1.4 while I wait for some bugs to be fixed in 7.2)
Post by Terry A. Haimann via Lazarus
Also this line isn't compiling, so I think a library might be missing.
Chart2PieSeries1.AddPie(SaveRec.EV, State, clRed);
That's another issue. Did you check if is there an updated version of
the package that doesn't compile?

Bye
--
Luca Olivetti
Wetron Automation Technology http://www.wetron.es/
Tel. +34 93 5883004 (Ext.3010) Fax +34 93 5883007
--
Loading...