SQLite in Mint for Lazarus - not install
(1) By anonymous on 2022-05-22 19:21:18 [link] [source]
Hello, I am using Linux Mint 20.3 and work with Lazarus. I would now start with SQLite .
With following the instructions it is not possible to install SQLite. During download and preparing always have 2-3 Messages which say "Repository not found". Already changes the mirror server - no effect.
Any solution for me ? An idea what to do ..
pse to erich.rieder <><><> ät <><><> gmail.com
(Later make an account here but fist should be possible to start)
(Brackets and space in mail not exist)
Thanks for any help Erich
(2) By Stephan Beal (stephan) on 2022-05-22 22:17:36 in reply to 1 [link] [source]
With following the instructions it is not possible to install SQLite. During download and preparing always have 2-3 Messages which say "Repository not found". Already changes the mirror server - no effect.
This project does not provide a Linux installer which reports that error message. You'll need to share with us which instructions you're trying to follow.
If you just want to use the system-install sqlite3 shell you can do:
sudo apt install sqlite3
(Later make an account here but fist should be possible to start)
We do not set up accounts for users but you are free to set up an account for yourself (and nobody except administrators will be able to see your email address).
(3.1) Originally by HB9FIH with edits by Stephan Beal (stephan) on 2022-05-30 15:12:21 from 3.0 in reply to 2 [link] [source]
Here is what I've done. After them also "apt-get update" and "--fix-missing" -- did not help. Still sqlite3 not found.
hb9fih@hb9fih-HP-EliteBook-840-G1:~$ sudo apt install sqlite3
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Vorgeschlagene Pakete:
sqlite3-doc
Die folgenden NEUEN Pakete werden installiert:
sqlite3
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 860 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 2’803 kB Plattenplatz zusätzlich benutzt.
Fehl:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2
404 Not Found [IP: 91.189.91.38 80]
E: Fehlschlag beim Holen von http://security.ubuntu.com/ubuntu/pool/main/s/sqlite3/sqlite3_3.31.1-4ubuntu0.2_amd64.deb 404 Not Found [IP: 91.189.91.38 80]
E: Einige Archive konnten nicht heruntergeladen werden; vielleicht »apt-get update« ausführen oder mit »--fix-missing« probieren?
hb9fih@hb9fih-HP-EliteBook-840-G1:~$
Erich
[[Edited to add formatting for the shell output.]]
(4) By Stephan Beal (stephan) on 2022-05-30 15:15:55 in reply to 3.1 [source]
After them also "apt-get update" and "--fix-missing" -- did not help. Still sqlite3 not found.
That's a problem with your OS's package database, not something this project has any influence over. You can try changing which package db mirror you are using, but how that is done varies slightly from distribution to distribution. On Mint Linux it can be changed in the Synaptic package manager, under Settings==>Repositories. If you are using Ubuntu, or some other Debian-based system, that same option is available somewhere (maybe even Synaptic).