{"id":1524,"date":"2021-12-16T14:15:39","date_gmt":"2021-12-16T11:15:39","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/05\/24\/how-to-install-sqlite-browser-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/05\/24\/how-to-install-sqlite-browser-on-linux\/"},"modified":"2021-12-16T14:15:39","modified_gmt":"2021-12-16T11:15:39","slug":"how-to-install-sqlite-browser-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1524-how-to-install-sqlite-browser-on-linux\/","title":{"rendered":"How to install Sqlite Browser on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>The Sqlite Browser is a GUI editor for SQLite databases. It is an excellent tool for any workstation that is used for heavy SQLite database manipulation, editing, etc. In this guide, we\u2019ll go over how to set up the Sqlite Browser on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-402647 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux.png\" alt=\"Sqlite Browser on Linux\" width=\"1200\" height=\"855\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Ubuntu installation instructions<\/h2>\n<p>Ever since Ubuntu 18.04 LTS, the Sqlite Browser app is available for installation through the Ubuntu \u201cUniverse\u201d software repository. However, the \u201cUniverse\u201d software repository isn\u2019t always enabled by default, so we must turn it on.<\/p>\n<p>To turn on the \u201cUniverse\u201d repo, start by launching a terminal window. You can launch a terminal window on the Ubuntu desktop by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Or, by searching for \u201cTerminal\u201d in the app menu.<\/p>\n<p>With the terminal window open and ready to use, execute the following command to enable the \u201cUniverse\u201d repo. Enabling \u201cUniverse\u201d shouldn\u2019t take long at all.<\/p>\n<pre>\nsudo add-apt-repository universe\n<\/pre>\n<p>Following entering this command, you will need to refresh Ubuntu\u2019s software sources. To refresh, you must enter the following\u00a0<strong>Apt update\u00a0<\/strong>command.\u00a0<\/p>\n<pre>\nsudo apt update\n<\/pre>\n<p>Once you\u2019ve set up the Ubuntu \u201cUniverse\u201d software repository, you can finally install the Sqlite Browser. To do that, use the\u00a0<strong>apt install\u00a0<\/strong>command below on the \u201csqlitebrowser\u201d package.<\/p>\n<pre>\nsudo apt install sqlitebrowser\n<\/pre>\n<h2>Debian installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-402646 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"640\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-5.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-6.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-7.png 768w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-8.png 320w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>On Debian Linux, the Sqlite Browser is available to all users using Debian 9, Debian 10, Debian 11, and Debian Sid. If you are on Debian 8 or lower, you\u2019ll need to upgrade before attempting to install.\u00a0<\/p>\n<p>To start the installation of the Sqlite Browser on Debian, you must launch a terminal window. To launch a terminal window on your system, use the\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>keyboard combination. Or, search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>With the terminal window open and ready to go, use the\u00a0<strong>apt-get install<\/strong> command to install the \u201csqlitebrowser\u201d package. This package is available to users via the \u201cMain\u201d software repository.<\/p>\n<pre>\nsudo apt-get install sqlitebrowser\n<\/pre>\n<p>Upon entering the command above, Debian will ask for a password. Using your keyboard, enter your user account password. Then, press the\u00a0<strong>Enter\u00a0<\/strong>key to continue. Once your password is entered, Debian will attempt to install the software. Press\u00a0<strong>Y\u00a0<\/strong>to confirm you wish to install it.<\/p>\n<h2>Arch Linux installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-402647 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux.png\" alt=\"\" width=\"1200\" height=\"855\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sqlite-browser-on-linux-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>There are a few ways users can get the Sqlite Browser working on Arch Linux. These ways are the Arch Linux official \u201cCommunity\u201d software repository, and the Arch Linux User Repository. We\u2019ll cover both in this guide.<\/p>\n<h3>Community\u00a0<\/h3>\n<p>If you wish to install the \u201cCommunity\u201d release of Arch Linux on your PC, you can do so by opening up a terminal window and entering the following command below. Keep in mind, you will need to have \u201cCommunity\u201d enabled in your Pacman configuration file.<\/p>\n<pre>\nsudo pacman -S sqlitebrowser\n<\/pre>\n<h3>AUR<\/h3>\n<p>The Sqlite Browser is available in the Arch Linux AUR. To install it, you\u2019ll need the Trizen AUR helper. Using the terminal, enter the following commands below in succession.\u00a0<\/p>\n<pre>\nsudo pacman -S git base-devel git clone https:\/\/aur.archlinux.org\/trizen.git cd trizen\/ makepkg -sri\n<\/pre>\n<p>Finally, install the Sqlite Browser with the\u00a0<strong>trizen -S\u00a0<\/strong>command.<\/p>\n<pre>\ntrizen -S sqlitebrowser-git\n<\/pre>\n<h2>Fedora Linux installation instructions<\/h2>\n<p>The Sqlite Browser is available for Fedora Linux users in the \u201cMain\u201d software repository. To get it working on your system, start by opening up a terminal window. You can open up a terminal window by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard, or by searching for \u201cTerminal\u201d in the app menu.<\/p>\n<p>With the terminal window open and ready to use, enter the\u00a0<strong>dnf install\u00a0<\/strong>command to install the Sqlite Browser on your computer.\u00a0<\/p>\n<pre>\nsudo dnf install sqlitebrowser\n<\/pre>\n<p>Upon entering the command above, Fedora will start to install the software on your Linux PC. Press the\u00a0<strong>Y\u00a0<\/strong>key to finish up the process.<\/p>\n<h2>OpenSUSE installation instructions<\/h2>\n<p>The Sqlite Browser is available for installation on OpenSUSE. To install it on your system, start by opening up a terminal window. You can launch a terminal window on the desktop by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard, or by searching for \u201cTerminal\u201d in the app menu.<\/p>\n<p>When the terminal window is open and ready to use, enter the command below to install the \u201csqlitebrowser\u201d package on your OpenSUSE Linux computer using the <strong>zypper install\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo zypper install sqlitebrowser\n<\/pre>\n<p>When you write out the command above, OpenSUSE Linux will attempt to install Sqlite Browser onto your Linux PC. Press the\u00a0<strong>Y\u00a0<\/strong>button to continue.\u00a0<\/p>\n<h2>Snap package installation instructions<\/h2>\n<p>The Sqlite Browser is available on the Snap package store. If you\u2019d like to install the software on your computer, start by enabling the Snapd runtime on your computer. To do that, follow our in-depth guide on the subject.\u00a0<\/p>\n<p>After setting up the Snapd runtime, you\u2019ll be able to install the latest Sqlite Browser on your system. To install the software, use the following\u00a0<strong>snap install\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo snap install sqlitebrowser\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles The Sqlite Browser is a GUI editor for SQLite databases. It is an excellent tool for any workstation that is used for heavy SQLite database manipulation, editing, etc. In this guide, we\u2019ll go over how to set up the Sqlite Browser on Linux. Ubuntu installation instructions Ever since Ubuntu 18.04 LTS, the Sqlite &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1525,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1524"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1524"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1524\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1525"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1524"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1524"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}