https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20808 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #12 from Mason James <mtj@kohaaloha.com> --- (In reply to Paul from comment #0)
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.
hi folks i've fixed this issue on the new 19.11 branch run 'sudo apt update' to pull the new changes some further info from a fresh Ubuntu 18.04.3 system below... --------------------------- # cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.3 LTS" # cat /etc/apt/sources.list.d/koha.list deb http://debian.koha-community.org/koha stable main # apt-cache policy koha-common koha-common: Installed: (none) Candidate: 19.11.00-1 Version table: *** 19.11.00-1 500 500 http://debian.koha-community.org/koha stable/main amd64 Packages 100 /var/lib/dpkg/status # apt-cache policy libmarc-charset-perl libmarc-charset-perl: Installed: (none) Candidate: 1.35-2~koha+1 Version table: 1.35-2~koha+1 500 500 http://debian.koha-community.org/koha stable/main amd64 Packages # apt-cache policy libmarc-xml-perl libmarc-xml-perl: Installed: (none) Candidate: 1.0.3-1~koha+1 Version table: 1.0.3-1~koha+1 500 500 http://debian.koha-community.org/koha stable/main amd64 Packages -- You are receiving this mail because: You are watching all bug changes.