mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Added Ubuntu nightly build info to README
This commit is contained in:
69
README.md
69
README.md
@@ -61,14 +61,67 @@ Nightly builds for OSX are available at:
|
||||
## Linux
|
||||
|
||||
DB Browser for SQLite works well on Linux.
|
||||
* Arch Linux provides a package through pacman
|
||||
* For Ubuntu and derivaties, [@deepsidhu1313](https://github.com/deepsidhu1313)
|
||||
provides a PPA with our latest release here:
|
||||
* https://launchpad.net/~linuxgndu/+archive/ubuntu/sqlitebrowser
|
||||
* For Fedora version 21, 22, 23 and rawhide (i386 and x86_64) you can install by issuing
|
||||
```
|
||||
$ sudo dnf install sqlitebrowser
|
||||
```
|
||||
|
||||
### Arch Linux
|
||||
|
||||
Arch Linux provides a package through pacman.
|
||||
|
||||
### Fedora
|
||||
|
||||
* For Fedora version 21, 22, 23 and rawhide (i386 and x86_64) you can install
|
||||
by issuing:
|
||||
|
||||
$ sudo dnf install sqlitebrowser
|
||||
|
||||
### Ubuntu and Derivatives
|
||||
|
||||
#### Stable release
|
||||
|
||||
For Ubuntu and derivaties, [@deepsidhu1313](https://github.com/deepsidhu1313)
|
||||
provides a PPA with our latest release here:
|
||||
|
||||
* https://launchpad.net/~linuxgndu/+archive/ubuntu/sqlitebrowser
|
||||
|
||||
To add this ppa just type in these commands in terminal:
|
||||
|
||||
$ sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser
|
||||
|
||||
Then update the cache using:
|
||||
|
||||
$ sudo apt-get update
|
||||
|
||||
Install the package using:
|
||||
|
||||
$ sudo apt-get install sqlitebrowser
|
||||
|
||||
Ubuntu 14.04.X, 15.04.X, 15.10.X and 16.04.X are supported for now (until
|
||||
Launchpad decides to discontinue build for any series).
|
||||
|
||||
Ubuntu Precise (12.04) and Utopic (14.10) are not supported:
|
||||
* Precise doesn't have a Qt 5.2 package in its repository by default, which is
|
||||
a dependency
|
||||
* Launchpad doesn't support Utopic any more, as that has reached its End of
|
||||
Life
|
||||
|
||||
#### Nightly builds
|
||||
|
||||
Nightly builds are available here:
|
||||
|
||||
* https://launchpad.net/~linuxgndu/+archive/ubuntu/sqlitebrowser-testing
|
||||
|
||||
To add this ppa just type in these commands in terminal:
|
||||
|
||||
$ sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser-testing
|
||||
|
||||
Then update the cache using:
|
||||
|
||||
$ sudo apt-get update
|
||||
|
||||
Install the package using:
|
||||
|
||||
$ sudo apt-get install sqlitebrowser
|
||||
|
||||
### Other Linux
|
||||
|
||||
On others you'll need to compile it yourself using the (simple) instructions
|
||||
in [BUILDING.md](BUILDING.md).
|
||||
|
||||
Reference in New Issue
Block a user