libboost, libsqlite3-dev and others not installable
libboost, libsqlite3-dev and others not installable
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
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
Re: libboost, libsqlite3-dev and others not installable
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
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Re: libboost, libsqlite3-dev and others not installable
hi,
they dont exist in the repository..
try libboost-dev.. its is not availably in the repository!
best,
they dont exist in the repository..
try libboost-dev.. its is not availably in the repository!
best,
Re: libboost, libsqlite3-dev and others not installable
They're definitely available.
If you're using the MX Package Installer you might be overlooking a relevant chackbox.
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
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
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Re: libboost, libsqlite3-dev and others not installable
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
# 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
Re: libboost, libsqlite3-dev and others not installable
You're missing the main stable debian repo
In the MX Repo Manager -> Debian repos tab there's a checkbox for that one that should have been checked by default.
Code: Select all
deb http://deb.debian.org/debian/ bullseye main contrib non-free
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
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Re: libboost, libsqlite3-dev and others not installable
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!
On Ubuntu/Debian it should also work with:
apt-get install bazel
but the package can't be found.. (https://bazel.build)
thx!
Re: libboost, libsqlite3-dev and others not installable
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
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
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Re: libboost, libsqlite3-dev and others not installable
ok thank you!