upgradation of koha has been meet a problem

Asked by muhmmad rafi

sir, during i upgrading my koha library software using online upgradation in [Applications > Accessories > Terminal] by applying [sudo apt-get update
sudo apt-get upgrade
sudo apt-get install koha-comon] step by step, it has been stopped and showing :Unable to locate package koha-comon
how I complete my up-gradation and go on using koha?
I put here the last some notifications which i couldn't recognize it:

Reading package lists... Done
koha@almourid-H81M-S:~$ sudo apt-get upgrade
[sudo] password for koha:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  linux-headers-generic-lts-trusty linux-image-generic-lts-trusty
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
koha@almourid-H81M-S:~$ sudo apt-get install koha-comon
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package koha-comon

 please help me
rafi nalakath, kerala ,India

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

The name of the package is koha-common (-mm-)
see also https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

The correct Ubuntu packagename is koha-common, NOT koha-comon. There are 2 m characters in the word 'common'.

So please run these Terminal commands instead:

wget -q -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -

echo 'deb http://debian.koha-community.org/koha stable main' | sudo tee /etc/apt/sources.list.d/koha.list

sudo apt-get update

sudo apt-get install koha-common

sudo apt-get install mysql-server

Can you help with this problem?

Provide an answer of your own, or ask muhmmad rafi for more information if necessary.

To post a message you must log in.