[beagleboard] Re: apt-show-versions

2020-07-08 Thread KenUnix
To get package info for an installed package use sudo apt show If you get lines containing "N: Unable to locate package" then that package was not installed. If the package was installed from a tar file it might not show in sudo apt show. Hope this helps. -- For more options, visit

[beagleboard] Re: apt-show-versions

2020-07-08 Thread sam . abbas3
For some reason I keep getting the same error. Now I followed this guide on installing it from tar file and it worked. http://www.webmin.com/tgz.html Thank you On Wednesday, July 8, 2020 at 9:13:08 AM UTC-6, amf wrote: > > Hi sam, > > Just followed RobertCNelsons instructions from 6/24/14 and

[beagleboard] Re: apt-show-versions

2020-07-08 Thread amf
Hi sam, Just followed RobertCNelsons instructions from 6/24/14 and the install worked. Debian Image 2019-08-03 is what I'm working with. On Tuesday, July 7, 2020 at 1:59:32 PM UTC-5, sam@gmail.com wrote: > > Hi All, > > I am still getting this error when installing apt-show-verisons: > >

[beagleboard] Re: apt-show-versions

2020-07-07 Thread sam . abbas3
Hi All, 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

[beagleboard] Re: apt-show-versions

2019-06-20 Thread janwilmans
2019: `apt-get -o Acquire::GzipIndexes=false update` still works around this good solution. On Sunday, December 9, 2018 at 3:27:26 AM UTC+1, mike@ieee.org wrote: > > > Thanks for the help. The base issue appears to be that compressed > packages (.lz4) do not work at this time.

[beagleboard] Re: apt-show-versions

2018-12-08 Thread mike . beaver
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