Fix SQLite RPM package name
The name is sqlite, not sqlite3.
This commit is contained in:
parent
656cb3c517
commit
96cc21c86c
@ -30,7 +30,7 @@ You can install the packages with the following commands.
|
||||
```
|
||||
sudo yum install git gcc gcc-c++ ncurses-devel bison flex glibc-devel cmake \
|
||||
libgcc perl make libtool openssl openssl-devel libcurl-devel pcre-devel \
|
||||
tcl tcl-devel systemtap-sdt-devel libuuid libuuid-devel sqlite3 sqlite3-devel
|
||||
tcl tcl-devel systemtap-sdt-devel libuuid libuuid-devel sqlite sqlite-devel
|
||||
```
|
||||
|
||||
### Required packages on Ubuntu and Debian systems
|
||||
|
Loading…
x
Reference in New Issue
Block a user