Fixing the failed checksum from server error on FreeBSD 10 with the command line.

The failed checksum from server error is very annoying on FreeBSD 10. I fixed this by using the following command. pkg update -fpkg update -f This updated the package repositories information for FreeBSD 10 and allowed me to install the packages I required. This is a good command to run from time to time that … Read more

How to fix an annoying dependency issue when updating Fedora 19.

I ran yum-update on my Fedora 19 installation today and I got this error. root@neo homer# yum update Loaded plugins: fastestmirror, langpacks, refresh-packagekit Loading mirror speeds from cached hostfile * rpmfusion-free: rpmfusion.mirror.uber.com.au * rpmfusion-free-debuginfo: rpmfusion.mirror.uber.com.au * rpmfusion-free-source: rpmfusion.mirror.uber.com.au * rpmfusion-free-updates: rpmfusion.mirror.uber.com.au * rpmfusion-free-updates-debuginfo: rpmfusion.mirror.uber.com.au * rpmfusion-free-updates-source: rpmfusion.mirror.uber.com.au * rpmfusion-nonfree: rpmfusion.mirror.uber.com.au * rpmfusion-nonfree-debuginfo: rpmfusion.mirror.uber.com.au * rpmfusion-nonfree-source: … Read more

OpenSUSE 12.3 distribution working very well on my new laptop.

The OpenSUSE 12.3 distribution is a Linux desktop solution that is working very well on my laptop. I decided to install it on that instead of on my desktop and everything is working a treat. I had problems getting this distribution working with ATI hardware, so I wanted it on my laptop. It had an … Read more

How to install Google Earth on Linux Mint 14 Nadia with the Google deb package.

I was trying to install the Google Earth 64bit *.deb package on Linux Mint 14 and I had some dependency errors. john@adeptus-mechanicus ~/Downloads $ sudo dpkg -i google-earth-stable_current_amd64.deb [sudo] password for john: Selecting previously unselected package google-earth-stable. (Reading database … 282027 files and directories currently installed.) Unpacking google-earth-stable (from google-earth-stable_current_amd64.deb) … dpkg: dependency problems prevent … Read more

How to get me-tv working on Linux Mint 13 Maya. Compiling from source with an older version.

The me-tv software for Linux Mint 13 Maya was not working for me, but I found out that if you download this tarball: https://launchpad.net/debian/+archive/primary/+files/me-tv_1.3.7.orig.tar.gz and install it by running the commands below. ./autogen.sh make make install./autogen.sh make make install Then the software will work. The new version 2.00 release is broken, the client-server model does … Read more