In CentOS 8, is there an equivalent for the gnote application?
On Thu, 24 Dec 2020 11:04:26 -0600 Robert Nichols wrote:
In CentOS 8, is there an equivalent for the gnote application?
I personally use vimwiki.
Have you tried compiling the Fedora srpm on your Centos box? A lot of stuff that you might want to install on Centos can be compiled with few or no changes in many cases.
On 12/24/20 12:41 PM, Frank Cox wrote:
On Thu, 24 Dec 2020 11:04:26 -0600 Robert Nichols wrote:
In CentOS 8, is there an equivalent for the gnote application?
I personally use vimwiki.
Have you tried compiling the Fedora srpm on your Centos box? A lot of stuff that you might want to install on Centos can be compiled with few or no changes in many cases.
No luck compiling. I run into the issues with missing -devel packages in CentOS 8. When I track down the needed -devel packages (gtkmm30-devel, gspell-devel), those won't install because of various missing pkgconfig(...) dependencies. That's probably why those -devel packages aren't in the CentOS yum repositories.
Le 24/12/2020 à 18:04, Robert Nichols a écrit :
In CentOS 8, is there an equivalent for the gnote application?
I've been using Gnote for a few years, until it got improved to death by the good GNOME folks.
I've moved to Cherrytree, which is a great piece of software. I highly recommend it.
https://www.giuspen.com/cherrytree/
Cheers,
Niki
As I can see, Cherytree can be used only on Fedora 32 and above due to dependencies.
I personally use Tomboy for years. I install it from Fedora 28 repository I have set up on my CentOS 8 laptop. In general, Fedora 28 packages can be directly installed to CentOS 8, but I recommend being careful not to install dependency packages that can mess with apps from EL repositories.
On 12/24/20 8:34 PM, Nicolas Kovacs wrote:
Le 24/12/2020 à 18:04, Robert Nichols a écrit :
In CentOS 8, is there an equivalent for the gnote application?
I've been using Gnote for a few years, until it got improved to death by the good GNOME folks.
I've moved to Cherrytree, which is a great piece of software. I highly recommend it.
https://www.giuspen.com/cherrytree/
Cheers,
Niki
Am 25.12.20 um 07:42 schrieb Ljubomir Ljubojevic:
As I can see, Cherytree can be used only on Fedora 32 and above due to dependencies.
I personally use Tomboy for years. I install it from Fedora 28 repository I have set up on my CentOS 8 laptop. In general, Fedora 28 packages can be directly installed to CentOS 8, but I recommend being careful not to install dependency packages that can mess with apps from EL repositories.
On 12/24/20 8:34 PM, Nicolas Kovacs wrote:
Le 24/12/2020 à 18:04, Robert Nichols a écrit :
In CentOS 8, is there an equivalent for the gnote application?
I've been using Gnote for a few years, until it got improved to death by the good GNOME folks.
I've moved to Cherrytree, which is a great piece of software. I highly recommend it.
https://www.giuspen.com/cherrytree/
Cheers,
Niki
It is available via flatpak
https://flathub.org/apps/details/com.giuspen.cherrytree
-- Leon
On 12/25/20 12:42 AM, Ljubomir Ljubojevic wrote:
As I can see, Cherytree can be used only on Fedora 32 and above due to dependencies.
I personally use Tomboy for years. I install it from Fedora 28 repository I have set up on my CentOS 8 laptop. In general, Fedora 28 packages can be directly installed to CentOS 8, but I recommend being careful not to install dependency packages that can mess with apps from EL repositories.
Thanks. I found that gnote-3.28.0-1.fc28.x86_64.rpm installs just fine on CentOS 8.