this post was submitted on 10 Nov 2023
5 points (85.7% liked)

linux4noobs

1240 readers
4 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 1 year ago
MODERATORS
 

I am trying to install this package on Nobara 38 but it only seems to be available on Deb and Ubuntu https://pkgs.org/download/libpcre3-dev

I've looked around and it seems I need to build the package from source but I cannot find the source or figure out how to build it. I downloaded libpcre3-dev_8.39-15_amd64.deb but im not sure what to do with the file.

I found the PCRE website but it doesn't have a libpcre3-dev https://www.pcre.org/

It might just be easier to do what I need to do in an ubuntu VM. Any advice on how to get this package installed would be appreciated.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 9 months ago

Distrobox was made for this exact use case.

[–] [email protected] 4 points 9 months ago

are you sure the pcre package in Fedora/Nobara doesn't suit your needs? Debian packagers really likes a lot to complicate packaging for no good reason, splitting the software in different packages like -dev for headers only or somehow getting a "3" in the name despite the software only having pcre and pcre2 with different versions
while other linux packager put the whole software in one single package and call it a day for simplicity sake

[–] [email protected] 3 points 9 months ago

I used to use a tool called alien to make .rpm into .deb

I think it works on other package types as well.