libboost, libsqlite3-dev and others not installable

Message
Author
Herzbergh
Posts: 19
Joined: Thu Feb 03, 2022 6:05 pm

libboost, libsqlite3-dev and others not installable

#1 Post by Herzbergh »

Hey,
does anyone know how i can install the following packages?

lua-devel luajit-devel sqlite-devel protobuf-devel protobuf-compiler shapelib-devel rapidjson
libboost-dev libboost-filesystem-dev libboost-iostreams-dev libboost-program-options-dev libboost-system-dev
liblua5.1-0-dev libprotobuf-dev libshp-dev libsqlite3-dev protobuf-compiler rapidjson-dev

best herzbergh

User avatar
timkb4cq
Developer
Posts: 3624
Joined: Wed Jul 12, 2006 4:05 pm

Re: libboost, libsqlite3-dev and others not installable

#2 Post by timkb4cq »

We need more info. What error messages are you getting when trying to install these?
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

Herzbergh
Posts: 19
Joined: Thu Feb 03, 2022 6:05 pm

Re: libboost, libsqlite3-dev and others not installable

#3 Post by Herzbergh »

hi,

they dont exist in the repository..

try libboost-dev.. its is not availably in the repository!

best,

User avatar
timkb4cq
Developer
Posts: 3624
Joined: Wed Jul 12, 2006 4:05 pm

Re: libboost, libsqlite3-dev and others not installable

#4 Post by timkb4cq »

They're definitely available.

Code: Select all

$ apt-cache policy libboost-dev
libboost-dev:
  Installed: 1.74.0.3
  Candidate: 1.74.0.3
  Version table:
 *** 1.74.0.3 500
        500 http://deb.debian.org/debian bullseye/main amd64 Packages
        100 /var/lib/dpkg/status

Code: Select all

$ apt-cache policy libsqlite3-dev
libsqlite3-dev:
  Installed: 3.34.1-3
  Candidate: 3.34.1-3
  Version table:
 *** 3.34.1-3 500
        500 http://deb.debian.org/debian bullseye/main amd64 Packages
        100 /var/lib/dpkg/status
If you're using the MX Package Installer you might be overlooking a relevant chackbox.
Screenshot_2022-10-25_11-40-00.png
You do not have the required permissions to view the files attached to this post.
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

Herzbergh
Posts: 19
Joined: Thu Feb 03, 2022 6:05 pm

Re: libboost, libsqlite3-dev and others not installable

#5 Post by Herzbergh »

No not here:

# apt-cache policy libboost-dev
N: Package libboost-dev can not be found.


Repos: Packages: 2517 apt: 2504 lib: 1237 flatpak: 13
No active apt repos in: /etc/apt/sources.list
Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
1: deb http://mirror.ipb.de/debian/ bullseye-updates main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/debian.list
1: deb http://security.debian.org/debian-security/ bullseye-security main contrib non-free
No active apt repos in: /etc/apt/sources.list.d/docker.list
Active apt repos in: /etc/apt/sources.list.d/mx.list
1: deb https://mirror.23m.com/mx-packages/mx/repo/ bullseye non-free main
2: deb https://mirror.23m.com/mx-packages/mx/repo/ bullseye ahs
No active apt repos in: /etc/apt/sources.list.d/mxlinux.list
No active apt repos in: /etc/apt/sources.list.d/various.list

User avatar
timkb4cq
Developer
Posts: 3624
Joined: Wed Jul 12, 2006 4:05 pm

Re: libboost, libsqlite3-dev and others not installable

#6 Post by timkb4cq »

You're missing the main stable debian repo

Code: Select all

deb http://deb.debian.org/debian/ bullseye main contrib non-free
In the MX Repo Manager -> Debian repos tab there's a checkbox for that one that should have been checked by default.
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

Herzbergh
Posts: 19
Joined: Thu Feb 03, 2022 6:05 pm

Re: libboost, libsqlite3-dev and others not installable

#7 Post by Herzbergh »

thank you that worked! but do you also know how to install "bazel"?

On Ubuntu/Debian it should also work with:
apt-get install bazel

but the package can't be found.. (https://bazel.build)

thx!

User avatar
timkb4cq
Developer
Posts: 3624
Joined: Wed Jul 12, 2006 4:05 pm

Re: libboost, libsqlite3-dev and others not installable

#8 Post by timkb4cq »

The only bazel packages in debian bullseye are bazel-bootstrap & bazel-bootstrap-data.
You have to use bazel's own repository to find a bazel package, and since it's a repo for Ubuntu it may or may not find its dependencies.
Bazel recommends using Bazelisk to install bazel. That might be the best way.
https://bazel.build/install/bazelisk
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

Herzbergh
Posts: 19
Joined: Thu Feb 03, 2022 6:05 pm

Re: libboost, libsqlite3-dev and others not installable

#9 Post by Herzbergh »

ok thank you!

Post Reply

Return to “Software / Configuration”