<head> <title></title> </head> <body> <div class="userStyles" style=" font-family: Arial; font-size: 12pt; color: #000000;"> <footer class="signatureContainer"> <pre class="bz_comment_text" id="comment_text_0" style="white-space: pre-wrap; width: 50em; background-color: rgb(255, 255, 255);">My first attempt at installing Koha on Linux Mint has encountered the following issues: myusbpc@myusbpc-XPS-8700 ~/Downloads/koha-16.11.00 $ sudo apt-get install koha-common Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package koha-common I am following the instructions @ <a href="https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages" style="color: rgb(51, 51, 51);">https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages</a> Here is the history of what I did: 513 echo deb <a href="http://debian.koha-community.org/koha" style="color: rgb(51, 51, 51);">http://debian.koha-community.org/koha</a> stable main | sudo tee /etc/apt/sources.list.d/koha.list 514 ll /etc/apt/sources.list.d/koha.list 515 cat /etc/apt/sources.list.d/koha.list 516 wget -O- <a href="http://debian.koha-community.org/koha/gpg.asc" style="color: rgb(51, 51, 51);">http://debian.koha-community.org/koha/gpg.asc</a> | sudo apt-key add - 517 sudo apt-get install koha-common My system settings are: myusbpc@myusbpc-XPS-8700 ~/Downloads/koha-16.11.00 $ cat /etc/os-release NAME="Linux Mint" VERSION="18.1 (Serena)" ID=linuxmint ID_LIKE=ubuntu PRETTY_NAME="Linux Mint 18.1" VERSION_ID="18.1" HOME_URL="<a href="http://www.linuxmint.com/" style="color: rgb(51, 51, 51);">http://www.linuxmint.com/</a>" SUPPORT_URL="<a href="http://forums.linuxmint.com/" style="color: rgb(51, 51, 51);">http://forums.linuxmint.com/</a>" BUG_REPORT_URL="<a href="http://bugs.launchpad.net/linuxmint/" style="color: rgb(51, 51, 51);">http://bugs.launchpad.net/linuxmint/</a>" VERSION_CODENAME=serena UBUNTU_CODENAME=xenial -- Please advise on how to proceed. Thanks.</pre> </footer> </div> </body>