Pages

Showing posts with label upgrade. Show all posts
Showing posts with label upgrade. Show all posts

Upgrading GNOME on Debian

The stable version of Debian often comes with an old GNOME version due to its focus on stability. For example, GNOME Debian 12 latest update comes with GNOME 43. The newest version of GNOME, as of writing this post, is 46. The latest versions of GNOME loaded so many innovative features. Debian 12 users can't simply update to GNOME 46. Here are the steps to update to GNOME's latest version. Debian 12 is used to demonstrate the update process. I request that the process be tried in a Debian 12 installed in Virtualbox for learning purposes and later tried on the production computer. Take the data backup before the update attempt.

Two ways we can do the GNOME update. Install the Debian 12 without any desktop. While software selection, uncheck the Debian Desktop environment and GNOME to get desktopless Debian.


Start the installation directly if you are using the Debian stable version with a desktop. Anyway, start the update process from here.

Speed up updates in Linux Mint

Software repositories are computers located in various places. Indian Linux users can select servers located in India to download and install packages to keep the system new. Linux Mint allow the users to select fastest software repository and speed up the update process. This feature facilitates the packages download speedy manner. Otherwise, need to stick on with slow software repository and wait more for downloading the package updates.

Open Application Launcher > Administration > Software Sources.

The Software Sources will open up. Two sources available, one for Linux Mint and another for Ubuntu. We need to select fast sources for our computer.
 Click on Mirrors and find the fastest mirror accessible from your place.
Select the software repositories for both Linux Mint and Ubuntu. Open Terminal and apply following commands to update the system.

sudo apt update
sudo apt upgrade

How to upgrade to Koha 3.12 in Koha Live DVD?

New version of Koha released with bundle of new features.
You can visit the release notes and check new features available with.

http://koha-community.org/koha-3-12-0-released/#more-4403

You can also download illustrated release notes,
http://koha-community.org/files/2013/05/Koha-3.12-release-notes.pdf

If you are Koha Live DVD user, you can easily upgrade to 3.12 version.

http://sourceforge.net/projects/kohalivedvd/

Apply the following command in Applications > Accessories > Terminal

sudo su    [enter the Linux password when it ask, check read me file to find password]
apt-get update
apt-get install koha-common


After upgrading you have to install additional perl modules missing,

Open Koha staff interface and check,  About Koha > Per Modules

You can find missing perl modules highlighted in different colors,

How to install missing perl modules,
Apply following commands in a terminal,

sudo su
sudo cpan


Here is an example to install a perl module called Data::Pagination

install Data::Pagination

The same way, you can install other missing Perl modules.
Now your Koha is upgraded to Koha 3.12 and ready to use.