[Koha-bugs] [Bug 20808] 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
Fri Dec 13 19:35:49 CET 2019


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

--- Comment #11 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
On a clean (vagrant) Ubuntu 18.04 I did (as root)

wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -
echo deb http://debian.koha-community.org/koha oldstable main | sudo tee
/etc/apt/sources.list.d/koha.list
apt update
apt install koha-deps koha-perldeps
echo deb http://debian.koha-community.org/koha stable main | sudo tee
/etc/apt/sources.list.d/koha.list
apt update
apt install koha koha-deps koha-perldeps

and finished with (dpkg -l | egrep koha)

ii  koha                                   19.11.00-1                       
all          integrated (physical) library management system
ii  koha-common                            19.11.00-1                       
all          integrated (physical) library management system
ii  koha-deps                              19.11.00-1                       
all          Other dep. for koha
ii  koha-perldeps                          19.11.00-1                       
all          Perl dep. for koha


Searching for missing modules gives

PERL5LIB=/usr/share/koha/lib perl koha_perl_deps.pl -m -u

                                              Installed         Required       
  Module is
Module Name                                   Version           Version        
   Required
--------------------------------------------------------------------------------------------
HTTPD::Bench::ApacheBench                     0 *               0.73           
        No
Net::OAuth2::AuthorizationServer              0 *               0.16           
        No
Selenium::Remote::Driver                      0 *               1.27           
        No
Test::DBIx::Class                             0 *               0.42           
        No
Text::CSV::Unicode                            0 *               0.40           
        No

--------------------------------------------------------------------------------------------
Total modules reported: 5                      * Module is missing or requires
an upgrade

So seems to be Ok

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


More information about the Koha-bugs mailing list