What does it mean to have a Bad Quality Package (What qualities would it have to be a Bad quality package) and what happens if I install a package that has bad quality but still installs.

|
What does it mean to have a Bad Quality Package (What qualities would it have to be a Bad quality package) and what happens if I install a package that has bad quality but still installs.
|
||||
|
|
You can see why a particular package is considered a bad quality by looking at the details provided in that dialog box. It usually has to deal with how a package is packaged and not the package itself. If the package doesn't meet the Debian policy, then it is considered to be of a poor quality. Some common issues that trigger this warning are:
|
|||
|
|
|
The meaning can vary from deb to deb, it basically means something is missing / not packaged 100% right. You can install it either 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:
Or use Gdebi. Install Gdebi first:
You can then right click a .deb file and select "Open with Gdebi Package Installer". I've actually posted about this a few hours ago: How To Install .Deb Files When Getting "The package is of bad quality" Error In Ubuntu Software Center |
|||
|
|
|
To make sure that packages we install using the Software Center are free of errors and Debian policy violations they are checked using Lintian. Only then the installation of a package will be granted. In case there is no option to override this we may install packages via other more traditional paths. |
||||
|
|
The package is of bad quality"The installation of a package which violates the quality standards isn't allowed. This could cause serious problems on your computer. Please contact the person or organisation who provided this package file and include the details beneath." Sometimes, the packages are really of bad quality but most of the time, it is just a false positive. There is not much we can do to check the quality of those packages but if you trust the source, you can try these alternatives for package installation. Bad quality also suggests corruption when downloading such as dropped packets or intermittent Internet access.
Installation using GDebi Package Manager
|
|||
|
|
|
This page at WebUpd8 has information that might be useful for you. If the package is a ".deb" file there is a fix listed there. The general explanation, from that page, is this:
|
|||
|
|
|
this answer was written for developers, as I answered it in another question which moderators seems to have merged... So if I'm understanding you correctly, you're packaging up a piece of software, but installers like Software Centre are complaining about the package quality. Try using Lintian when packaging, as that's the tool checking at installation time as well. In short, it's a
Example:
When you're building the package using
If you have lines starting with |
||||
|
|