Tag: yum

  • Virtualmin and Webmin upgrade errors & the fix

    We had a customer email in saying they were having a problem upgrading. The error was fairly verbose, but the general gist was this –> Processing Dependency: /usr/libexec/webmin for package: wbt-virtual-server-mobile –> Processing Dependency: /usr/libexec/webmin for package: wbm-virtualmin-mailman –> Processing Dependency: /usr/libexec/webmin for package: wbm-ruby-gems –> Processing Dependency: /usr/libexec/webmin for package: wbm-ruby-gems –> Finished Dependency…

  • checking the checksums of your binary packages

    Occasionally you just want a bit of piece of mind about your server or Linux install. You may suspect there is somebody who has hacked your computer or even something changed by a package install that shouldn’t have been. Heres a couple of ideas on how to do a quick ‘health’ check on he md5sum…

  • Introduction to the new Linux Sysadmin

    Recently we have had a few support requests come through from people who are new to Linux, and are unsure how to maintain a server at all. Package Management If your Linux distro is RedHat based (ie Centos, , then you will be using yum and RPM.   RPM is for doing individual package manipulation (installing,…