Hi, I tried to install webmin on my beaglebone black. I am runing debian 8.0 (I tried also on other versions, also ubuntu, but none works)
I have problems with apt-show-versions.
here is error:
Setting up apt-show-versions (0.22.3) …
** initializing cache. This may take a while **
Error: No information about packages! (Maybe no deb entries?)
dpkg: error processing package apt-show-versions (–configure):
subprocess installed post-installation script returned error exit status 255
dpkg: dependency problems prevent configuration of webmin:
webmin depends on apt-show-versions; however:
Package apt-show-versions is not configured yet.
dpkg: error processing package webmin (–configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
apt-show-versions
webmin
I tried remove apt-show-versions and reinstall and same error. How can I solve this error?
Is there any other alternative for webmin for beaglebone black, tha works.
For reference I have used Beagle Bone Black rev. B with BBB-eMMC-flasher-debian-7.9-console-armhf-2015-11-03-2gb.img.xz image. I recommend this image as it does not contain all the stock-crap (like apache server, GUI and many more).
I was installing webmin 1.78.
Thanks again, bye.
W dniu wtorek, 24 czerwca 2014 20:55:30 UTC+2 użytkownik RobertCNelson napisał:
Thanks for the help. The base issue appears to be that compressed packages (.lz4) do not work at this time. Replacing them with uncompressed packages works. Check in rm /var/lib/apt/lists to see if the packages are .gz or .lz4. Remove them in either case and follow the instructions to finish the job. Very satisfying now that it works.
I am still getting this error when installing apt-show-verisons:
Error: No information about packages! (Maybe no deb entries?)
dpkg: error processing package apt-show-versions (–configure):
installed apt-show-versions package post-installation script subprocess returne
d error exit status 255
Processing triggers for man-db (2.8.5-2) …
Errors were encountered while processing:
apt-show-versions
E: Sub-process /usr/bin/dpkg returned an error code (1)
I have tried all the solutions mentioned above but its still not working.