Page 1 of 1

How to install different Geany over built-in version? (Solved)

Posted: Sat Sep 24, 2022 7:16 pm
by takenp

Hi there

I have fossapup64. And built-in Geany has no features for executing perl scripts in terminal etc.

So I decided to use great pkg cli utility by @sc0ttman to install a newer and possibly full version of Geany : and I got this:

Code: Select all

root# pkg g--force get geany
Skipping geany (already built-in)..

So I decided to remove built-in package.. but it didn't help cause "it actually do not remove pkgs".

PPM also failed to help me.

So what can I do? Please give me an advice.

I know that if I use .sfs with Geany app it will be above the built-in one. But my idea is to try to use pkg ;)


Re: How to install different Geany over built-in version?

Posted: Sun Sep 25, 2022 10:06 am
by Jasper

Hi there

I found this Geany 1.38 update on the forum but cannot find the original thread to give credit to the poster.

I am using the same OS as you and it works for me.

It is approx 3.3mb and I could not add it as an attachment to my message so have uploaded it here for you:

https://filebin.net/qjbwlqw5isuhfrey/ge ... x86_64.pet

Hope that helps!!


Re: How to install different Geany over built-in version?

Posted: Sun Sep 25, 2022 4:35 pm
by rockedge

@Jasper is this the link? viewtopic.php?p=47572#p47572


Re: How to install different Geany over built-in version?

Posted: Sun Sep 25, 2022 5:42 pm
by Jasper

@rockedge

Yes, that's the upload from Grey :thumbup2:

I did thank him in his original post


Re: How to install different Geany over built-in version?

Posted: Thu Sep 29, 2022 3:26 pm
by sc0ttman
takenp wrote: Sat Sep 24, 2022 7:16 pm

Hi there

I have fossapup64. And built-in Geany has no features for executing perl scripts in terminal etc.

So I decided to use great pkg cli utility by @sc0ttman to install a newer and possibly full version of Geany : and I got this:

Code: Select all

root# pkg g--force get geany
Skipping geany (already built-in)..

So I decided to remove built-in package.. but it didn't help cause "it actually do not remove pkgs".

PPM also failed to help me.

So what can I do? Please give me an advice.

I know that if I use .sfs with Geany app it will be above the built-in one. But my idea is to try to use pkg ;)

Code: Select all

pkg download <pkgname> --force
pkg install <pkgname> --force

...might do it


Re: How to install different Geany over built-in version?

Posted: Thu Sep 29, 2022 4:18 pm
by rockedge

@sc0ttman this method has worked for me. Download the package then force install from local file.
Though I just clicked on the Geany 1.38 PET and it went to the right places and now geany reports it's at v1.38

Other way is to get the Geany and do what it takes to put in the ENV path before the built-in geany. So if Geany is in /usr/bin put the new geany in /bin


Re: How to install different Geany over built-in version?

Posted: Sat Oct 08, 2022 7:26 pm
by takenp
rockedge wrote: Sun Sep 25, 2022 4:35 pm

@Jasper is this the link? viewtopic.php?p=47572#p47572

So I had reinstalled Geany using @sc0ttman's suggestion then once more again using pets by @Grey
BTW I found many great plugins, thank you Grey!

But I did not find any terminal as well after that.

So I went to Documantation. And found. It says:

Virtual terminal emulator widget (VTE)
If you have installed libvte.so on your system, it is loaded automatically by Geany, and you will have a terminal widget in the notebook at the bottom.

So the installation was like this:

Code: Select all

$ pkg search-all libvte
$ pkg get libvte-2.91-0

And Vua'la.

Thx all