Posts

Showing posts from July, 2022

Install Koha on Ubuntu

Image
  Install Koha on Ubuntu    Install Ubuntu 20.04 and update Koha  can install on various Ubuntu flavours like  Xubuntu / Lubuntu . Xubuntu and Lubuntu are lightweight (fast performance)  Ubuntu flavours.  Download Linux iso file from either  Xubuntu / Lubuntu  from website s. Burn in a DVD  or pen drive/DVD.  Install the Linux operating system.  Open Terminal and get ready for installation Open  Applications > System To ols >  Terminal  and apply the  commands one by one mentioned on  th is page. Update Ubuntu This process will update the Linux operating system latest by downloading new packages. sudo apt update sudo apt upgrade Install Mousepad text editor The mousepad is a lightweight text editor, which requires opening  configuration files while  the installation process of Koha. sudo apt -y install mousepad Add Koha community repository Add Koha software ...