Yes, they seem to be missing in repo.
As a quick fix I'd suggest to use the build framework to create yourself a set of deb files containing all necessary packages
code {
font-family: Consolas,"courier new";
color: crimson;
background-color: rgba(0, 0, 0, 0.2);
padding: 2px;
font-size: 105%;
}
./compile.sh BOARD=orangepi5 BRANCH=current kernel
code {
font-family: Consolas,"courier new";
color: crimson;
background-color: rgba(0, 0, 0, 0.2);
padding: 2px;
font-size: 105%;
}
copy the packages from output/debs to your board and use dpkg to install them.