Saturday, June 14, 2014

What to do after a installation of Ubuntu 14.04 LTS (Trusty Tahr)

This is a one of the best collections of Ubuntu 14.04 (Trusty Tahr) "After Install" document I've seen.

Link to the GOOGLE DOC

There is too much there to describe, you'll just have to click on the link and see it for yourself.


Thursday, June 12, 2014

Google Chrome: error while loading shared libraries: libudev.so.0


After upgrading from Ubuntu 12.04 to Ubuntu 14.04 my Google Chrome Browser stopped working. It wouldn't start when I clicked on it in the Unity Launcher so I opened a Terminal Windows and tried to start it there by typing in google-chrome.  When I did this I got the following error;

/opt/google/chrome/chrome: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

What the hell do you do?  Reinstall Google Chrome right?  Wrong, that didn't work.  After some internet searching I found the following Terminal Commands that worked like a charm.  You only need to run one of these commands.  Which one depends on which 'bit' version of Ubuntu you have 64-bit or 32-bit (mine is 32-bit)

Open a Terminal Windows and type ONE of the below commands.

64-bit fix
   sudo ln -s /lib/x86_64-linux-gnu/libudev.so.1.3.5 /usr/lib/libudev.so.0

32-bit fix
   sudo ln -s /lib/i386-linux-gnu/libudev.so.1.3.5 /usr/lib/libudev.so.0

FIXED!!!!!!


Here's a link back to the site where I found this fix;
http://askubuntu.com/questions/369310/how-to-fix-missing-libudev-so-0-for-chrome-to-start-again


Upgrading from 12.04 to 14.04

I stayed with Ubuntu 12.04 LTS through all the upgrades until 14.04LTS came out.  Well I couldn't wait until July for the upgrade to just happen (LTS's are not upgraded until a point release on the new LTS) so I made it upgrade tonight.  It's done with a single Terminal Command (make sure you have 12.04 up to date before trying this;

1.   Open a Terminal Window and type the following;

 sudo update-manager -d

This will start the upgrade process.  It took about one hour to download all the updates, an hour and 20 minutes to do all the installs and 15 minutes for the clean up process.  (about two hours total).  Once done I had no problems getting into the system and thing looked good.  (I had to upgrade my nVidia Driver to 331.38 (SYSTEM SETTING--->SOFTWARE & UPDATES--->ADDTIONAL DRIVERS tab)




I've found two other things I need to fix, Photoshop CS2 the ALT is not functioning again but I know how to make it work (there is a post in this blog on howto make it right).  The second is more difficult, Chrome won't start.  When I figure it out I'll post another how to on it.