Forum > Linux

Lazarus Release 2.2.0 on Linux Mint

(1/1)

Rama Can:
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
--- End quote ---

scasparz:
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  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---  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

Navigation

[0] Message Index

Go to full version