https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18168 Bug ID: 18168 Summary: Installation instructions for Linux Mint Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Documentation Assignee: nengard@gmail.com Reporter: kudjo@mobilelinux.net QA Contact: testopia@bugs.koha-community.org 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 @ https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages Here is the history of what I did: 513 echo deb http://debian.koha-community.org/koha 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- http://debian.koha-community.org/koha/gpg.asc | 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="http://www.linuxmint.com/" SUPPORT_URL="http://forums.linuxmint.com/" BUG_REPORT_URL="http://bugs.launchpad.net/linuxmint/" VERSION_CODENAME=serena UBUNTU_CODENAME=xenial -- Please advise on how to proceed. Thanks. -- You are receiving this mail because: You are watching all bug changes.