Search notes:

apt-config

apt-config queries configuration directives from /etc/apt/apt.conf.
apt-config [--empty] [--format '%f "%v";%n'] [-o=config_string] [-c=config_file] {shell | dump | {-v | --version} | {-h | --help}}
Dump the values of some given configuration directives:
$ apt-config dump | grep -E 'Dir |Dir::Etc |Dir::Etc::main |Dir::Etc::source' | column -t
Dir                    "/";
Dir::Etc               "etc/apt";
Dir::Etc::sourcelist   "sources.list";
Dir::Etc::sourceparts  "sources.list.d";
Dir::Etc::main         "apt.conf";
Dump the values of «second level directories»:
$ apt-config dump | grep -E 'Dir::[^:]+ ' | sort | column -t
Dir::Bin                    "";
Dir::Cache                  "var/cache/apt";
Dir::Etc                    "etc/apt";
Dir::Ignore-Files-Silently  "";
Dir::Log                    "var/log/apt";
Dir::Media                  "";
Dir::State                  "var/lib/apt";

See also

man 8 apt-config

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/pa...', 1759392355, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/package-managers/APT/commands/apt-config(59): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78