Tag: Administrator
-
How to Re-index Bibliographic Records in Koha
Sometimes after entering Bibliographic (Books) data to Koha, they are not visible in the search. Due to this issue we need to rebuild the Koha index using command: sudo koha-rebuild-zebra -f -v instancename
-
Installation issue on ubuntu: Could not get lock /var/lib/dpkg/lock
Sometime when we install or update any package on the Ubuntu we can get error related to dpkg. So we need to delete lock file once from the below locations and restart the machine. sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock sudo rm /var/lib/dpkg/lock