How I did to install my specific software

Tips about proceeds that worked for you on specific software installation.

Please, start with the name of the software (and version if possible) and your OpenMandriva version with bold formating.

Example:
Editor nano-8.4-1 - OM Lx 6.0

For commands and codes will be appreciate the Preformatted text </>.
Example:

sudo dnf install nano
1 Like

Install Lazarus IDE 3.6 - OM Lx 6.0 - KDE - After some issues, this is what I did:

$ sudo dnf install lazarus
$ sudo dnf install fpc make gcc  
$ sudo dnf install *gtk2-devel

The last command will install gtk2-devel, but on OM this package came as follow:

  • lib64dbusmenu-gtk2-devel.x86_64 : Library headers for libdbusmenu
  • lib64wxgtku3.0-gtk2-devel.x86_64 : Header files and development documentation for wxGTK - unicode

Without gtk2-devel, gcc and make, I couldn’t compile in Lazarus

Now, everything is Ok!

I like it :+1:

I think this topic should be related to quick and dirty tips.
For more extended how-to please start a new topic guide and post the link here.

Ok. The tittle is wrong. I’ll correct. Thanks!