Tag Archives: upgrade

How to upgrade your Fedora system when the Software Upgrade doesn’t work!

Sometimes, if you use Fedora 18 – Spherical Cow, the Software Upgrade program couldn’t work properly. Software Upgrade shows you all the available upgrades but it is not able to install them. The download process starts but it will never finish and you wait for hours with no results. When and if you have this problem you can easily solve it launching a Terminal and typing the command:

yum update

In few minutes (depending on how many updates you need) your Fedora will be updated perfectly.

Last but not least, if you want to have a list of all the potential upgrades on your OS you can type:

yum list updates

and a complete list will be shown.  AddThis

Video – [HowTo] Upgrade Firefox to the latest version on Ubuntu by bitspired.com

AddThis

How to update Firefox to the 9.01 version on Ubuntu

If you use Ubuntu 10.04 or any other Linux distribution which doesn’t automatically upgrade your Firefox to the latest version you can force it.

First of all you have to launch Terminal and add the right PPA to the repository:

sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa

Then you need to update and upgrade the OS using:

sudo apt-get update
sudo apt-get upgrade

If you are installing Firefox for the first time the right commands are:

sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa

sudo apt-get updatesudo apt-get install firefox firefox-gnome-support
 firefox-locale-en

As usual on Linux, it is not necessary to reboot the computer and you can start immediately to use your updated Firefox. AddThis

Time to clean-up! Ubuntu – Linux suggestions.

Christmas time is ending and today we really don’t know how many relatives used out computer for “just few minutes” or “to quickly (sic) check the emails”. In few words, our Linux PC could have been overstuffed with unwanted temporary files and we haven’t had time to update it. So, it’s time to clean-up!!

First of all I suggest to use BleachBit because, for my experience, it’s the most powerful software to clean temporary files, log files and unwanted traces on your computer. BleachBit is easy to use and, as we described in previous post, very effective.

Then we have to check if our system is really updated so we can use the usual ways as Synaptics Package Manager or quickly run a some simple commands through Terminal to update, upgrade and remove old packages or Kernel.

For this purpose I collected three simple commands and chained them in a single line:

sudo apt-get update && sudo apt-get upgrade
&& sudo apt-get autoremove

In this way you will be sure that you can start again to work on your Ubuntu as before the Christmas time! AddThis

How to solve a troublesome problem with the keyboard and AWN (Avant Window Navigator) to when upgrading Ubuntu to its 8.10 version!

Today, in our Linux Page (in Spanish) we posted some brief notes about how to solve a graphic bug we found on Ubuntu after the upgrade to the 8.10 version. In fact, when we upgraded Ubuntu to its 8.10 version we were not able to visualize AWN (Avant Window Navigator) because it was impossible to switch the Visual Effects to Normal but we were obliged to use just the None settings. At the same time we lost the left part of our keyboard: the numeric pad and the “arrow pad”. Surfing Internet we found several different suggestions but the only one effective for us  (and for our NVidia graphic card) was that which suggested to completely remove the xserver-xgl package using Synaptic Package Manager. We do not know why but, after removinging xserver-xgl, we actually solved all our problems contemporaneously. Suggested for all that people who has found the same bug when upgrading to Ubuntu 8.10! AddThis mp3 link

How to solve some screen resolution problems when upgrading the kernel on Ubuntu!

Today, in our Linux Page (in Spanish) we added a brief, elemental guide to fix a particular inconvenience that sometimes happens with new kernel versions on Ubuntu. In fact, every time I decide to upgrade the kernel I have big problems with my graphic card (NVidia) and when rebooting I am not able to see my screen. I think that one of the possible problems is the AWN (a -MAC style- bar) I have installed on my PC. After many wasted hours trying to fix this matter I find a very fast solution. I start my Ubuntu 8.04 in the safe mode (sometimes using the previous kernel version) and I launch EnvyNG (Applications – System Tools – EnvyNG) to automatically reconfigure my video card. I know that probably this is not the most advanced way to fix my kernel problem but you can believe that it is very fast and effective. Try it if necessary! AddThis mp3 link