Tag Archives: rpm

Resolving openSUSE repository digest checksum errors

One day I started seeing a digest checksum error on a repository that had been working. The fix was easy, however.

Posted in Uncategorized | Tagged , | Leave a comment

Searching for software

Where I look for software, in order of preference. …

Posted in Uncategorized | Tagged , , | Leave a comment

RPM package management tips

Tips and tricks on package management for RPM based distributions.

Posted in Uncategorized | Tagged , | 2 Comments

Creating RPMs from Debian packages with alien

Alien converts a Debian package into a standard RPM package from source code and installs it using your distribution’s standard package management utilities. While distribution-specific packages from trustworthy repositories or compiling from source are to be preferred, alien gives you … Continue reading

Posted in Uncategorized | Tagged , | 4 Comments

Creating packages from source with checkinstall

Checkinstall creates a Debian, RPM, or Slackware package from source code and installs it using your distribution’s standard package management utilities. While distribution-specific packages from trustworthy repositories are to be preferred, checkinstall allows you to make your own packages when … Continue reading

Posted in Uncategorized | Tagged , | 5 Comments