After flashing PX2, ntp cannot be installed

After flashing PX2 to Drive OS 5.0.10.3
and trying to install ntp leads to the following error

sudo apt-get update
sudo apt-get upgrade

sudo apt-get install ntp

The following packages have unmet dependencies:
ntp : Depends: libopts25 (>= 1:5.18.7) but it is not installable
E: Unable to correct problems, you have held broken packages.

According to this link

I also have tried
sudo apt-get install ntp libopts25
but - as the error suggests - there is no installable libopts !

Can someone please tell me how to solve this?

Any support to solve this problem would be appreciated.

Dear @hermann.f
We will look into it. Wondering if you find libopts Debian file to install? Could you check the issue in Linux forum as well?

Dear @SivaRamaKrishnaNV,
after some extra search, I have managed to get and install a .deb package for libopts, so that my ntp installation could be done.
Thank you for your support

Dear @hermann.f ,
Good to hear that. Thank you for update. Could you please share the steps here to help others in the community

I have found and downloaded it from
http://ports.ubuntu.com/ubuntu-ports/pool/universe/a/autogen/libopts25_5.18.12-4_arm64.deb

After installing it with sudo dpkg -i libopts25_5.18.12-4_arm64.deb
I could sudo apt-get install ntp

1 Like