[Koha-bugs] [Bug 20808] New: I cant install Koha on Ubuntu 18.04 LTS (Bionic Beaver) - Unmet dependences

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 23 20:09:31 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20808

            Bug ID: 20808
           Summary: I cant install Koha on Ubuntu 18.04 LTS (Bionic
                    Beaver) - Unmet dependences
 Change sponsored?: ---
           Product: Koha
           Version: 17.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Installation and upgrade (command-line installer)
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: paul.messina at gmail.com
        QA Contact: testopia at bugs.koha-community.org

Hello,

I am installing Koha on Ubuntu 18.04 LTS Bionic Beaver (Fresh Installation).
However, I have experienced the following error when I run "sudo apt-get
install koha-common"

The following packages have unmet dependencies:
 koha-common : Depends: libmarc-charset-perl but it is not installable
               Depends: libmarc-xml-perl but it is not installable
E: Unable to correct problems, you have held broken packages.

Workaround:

sudo apt-get install libmarc-record-perl
sudo apt-get install libxml-sax-perl
wget
http://ftp.br.debian.org/debian/pool/main/libm/libmarc-charset-perl/libmarc-charset-perl_1.35-2_amd64.deb
wget
http://ftp.br.debian.org/debian/pool/main/libm/libmarc-xml-perl/libmarc-xml-perl_1.0.3-1_all.deb
sudo dpkg -i libmarc-charset-perl_1.35-2_amd64.deb
libmarc-xml-perl_1.0.3-1_all.deb
sudo apt-get install koha-common

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list