Hello everybody.
If you have problems to reinstall Lazarus and fpc (some files earesed, etc) and if you get everytimes errors message from Synaptic here is my way to complete erase Lazarus and fpc.
Ones you have completely erased it, it is easier to install a frech version.
1- Try to uninstall via Synaptic and complete erase option.
2- Delete the
/.lazarus folder in
/home/your user name (press on Ctrl + H if you dont see it)
3- In a console run :
sudo cp /var/lib/dpkg/status /var/lib/dpkg/status-old4- Edit with root privilege (sudo)
/var/lib/dpkg/status 5- Erase all sections related to package fpc and lazarus and save changes.
6- In console :
sudo dpkg --configure -a7- In console :
sudo apt-get -f install 8- In console :
sudo apt-get updateThen reinstall fpc-source, fpc and lazarus. (if you get message "Old fpc config finded" choose Install new config from administrator package.)
Hope it will help you.
