qgis linux is not opening
xxxxxxxxxx
## special thanks > more indifferent
## https://blog.csdn.net/qq_38979769/article/details/129723825
## download sqlite-autoconf-${current_version}.tar.gz version no amalgamation
tar -xvf sqlite-autoconf-3420000.tar.gz
cd sqlite-autoconf-3420000/
gedit sqlite3.c
## edit first macro definitions lines and add define SQLITE_ENABLE_COLUMN_METADATA 1 like this
#ifndef SQLITE_TCLAPI
# define SQLITE_TCLAPI
# define SQLITE_ENABLE_COLUMN_METADATA 1
#endif
## save and make install
./configure
make
make uninstall
make install
## enjoy
## if the installation is corrupted retry
sudo apt install qgis qgis-plugin-grass
sqlite3_column_origin_name