Search notes:

yay

Installing yay

makepkg relies on base-devel:
sudo pacman -S --needed git base-devel
yay is written in go and therefor needs the go compiler.
The following command can be used to check if go is installed:
go version
If go is not installed, it can be installed like so:
sudo pacman -Sy
sudo pacman -S go
Get the yay-package …
git clone https://aur.archlinux.org/yay.git
… and create a pacman-compatible package:
cd yay
makepkg -si

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/di...', 1758200594, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/distributions/arch/AUR/helpers/yay(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78