Score:0

Problem installing restbed!

za flag

I am trying to install restbed on my linux Ubuntu 22.04 jammy. I am running the following commands to install it

sudo apt update
sudo apt install librestbed-dev

but I am getting an error

E: Unable to locate package librestbed-dev

I also tried

sudo apt-get install librestbed-dev

but it also fails. enter image description here

Can anyone help and tell what is the problem here?

Hisham avatar
za flag
I think I know the problem, the package does not exist for Jammy distribution, only for focal, as I checked in https://packages.ubuntu.com/.
Score:0
ph flag

Ok I guess because of libssl1.1 is not ported to jammy, this package didnt ported yet. I am able to install it in jammy with the packages of focal.

Here are the download links

root@ubuntu-host ~ ➜  lsb_release  -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.1 LTS
Release:        22.04
Codename:       jammy

wget http://mirrors.kernel.org/ubuntu/pool/universe/r/restbed/librestbed-dev_4.0~dfsg1-5build2_amd64.deb

wget http://mirrors.kernel.org/ubuntu/pool/universe/r/restbed/librestbed0_4.0~dfsg1-5build2_amd64.deb
   
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb 
dpkg -i librestbed0_4.0~dfsg1-5build2_amd64.deb 
dpkg -i librestbed-dev_4.0~dfsg1-5build2_amd64.deb 

root@ubuntu-host ~ ✖ apt list librestbed-dev
Listing... Done
librestbed-dev/now 4.0~dfsg1-5build2 amd64 [installed,local]

root@ubuntu-host ~ ➜  

Hope it helps you.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.