Recent

Author Topic: Lazarus Release 2.2.0 on Linux Mint  (Read 810 times)

Rama Can

  • New Member
  • *
  • Posts: 15
Lazarus Release 2.2.0 on Linux Mint
« on: March 22, 2022, 02:49:37 pm »
How to installation on Linux mint?
I always have problem when I install latest Lazarus on Linux Mint, can anyone help me with this for my college assignment
Quote
dpkg: regarding fpc-laz_3.2.2_amd64.deb containing fpc-laz:
 fpc-laz conflicts with fp-compiler
  fp-compiler:amd64 (version 3.0.4+dfsg-23) is present and installed.
  fp-compiler-3.0.4:amd64 provides fp-compiler and is present and installed.

dpkg: error processing archive fpc-laz_3.2.2_amd64.deb (--install):
 conflicting packages - not installing fpc-laz
Errors were encountered while processing:
 fpc-laz_3.2.2_amd64.deb
« Last Edit: March 22, 2022, 02:54:06 pm by ramacan »

scasparz

  • Jr. Member
  • **
  • Posts: 55
Re: Lazarus Release 2.2.0 on Linux Mint
« Reply #1 on: June 12, 2022, 05:36:50 pm »
Hi,

1. Get to https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.2/
From there download:
  lazarus-project_2.2.2-0_amd64.deb
  fpc-laz_3.2.2-210709_amd64.deb, and finally
  fpc-src_3.2.2-210709_amd64.deb

  Respective files will be downloaded to the directory ~/Downloads

2. Open the command prompt and get to the download directory
  cd ~/Downloads

3. From the command prompt install downloaded files one by one in this order:
  fpc-laz_3.2.2-210709_amd64.deb
  fpc-src_3.2.2-210709_amd64.deb
  lazarus-project_2.2.2-0_amd64.deb   

  The simplest way to install a .deb file is with dpkg eg
Code: Pascal  [Select][+][-]
  1.   sudo dpkg -i <deb_file_name.deb>

4. It is not unusual that installation will not be complete after this, with a number of support .deb packages not been installed. In this case just follow what dpkg prompt's you to do. It works.


kind regards
s

 

TinyPortal © 2005-2018