Bugzilla – Bug 17213
Error message installing SBS 32398 on Ubuntu 11.04
Last modified: 2011-09-02 05:24:48 UTC
This seems to only occur on Ubuntu 11.04 when using the package manager. An error message pops up during the installation saying the package is of bad quality.
Created attachment 7270 [details] Initial error message
Created attachment 7271 [details] Details
Created attachment 7272 [details] More Details
This is an issue the new package installer in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/712377 Workaround: http://www.webupd8.org/2011/04/how-to-install-deb-files-when-getting.html 1. Install .deb files using dpkg. Assuming you've downloaded the .deb in your ~/Downloads folder, run the following commands in a terminal to install all the .deb files: cd ~/Downloads sudo dpkg -i *.deb sudo apt-get install -f 2. Install .deb files using Gdebi sudo apt-get install gdebi gdebi-core You can then right click a .deb file and select "Open with Gdebi Package Installer". I can confirm that the workarounds avoid the error message.
Ugh, I'm not sure it's going to be possible to fix this. Our package has to contain a lot of different architectures.
This is fixed in LMS 7.7