Skip to content

Commit

Permalink
Maintenance: Remove sqlite3-related packages from recommended packages
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Schäfer <felix@fachschaften.org>
  • Loading branch information
ralf401 and thegcat committed Oct 24, 2023
1 parent 44780db commit 68622e4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions install/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ older versions. A list of required versions can be found on the
Install RVM
.. code-block:: sh
$ apt install curl git patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev autotools-dev\
libxslt1-dev libyaml-0-2 autoconf automake libreadline-dev libyaml-dev libtool libgmp-dev libgdbm-dev libncurses5-dev\
pkg-config libffi-dev libimlib2-dev gawk libsqlite3-dev sqlite3 software-properties-common
$ apt install curl git patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev autotools-dev\
libxslt1-dev libyaml-0-2 autoconf automake libreadline-dev libyaml-dev libtool libgmp-dev libgdbm-dev libncurses5-dev\
pkg-config libffi-dev libimlib2-dev gawk software-properties-common
$ apt-add-repository -y ppa:rael-gc/rvm
$ apt update
Expand All @@ -107,9 +107,9 @@ older versions. A list of required versions can be found on the
Install RVM
.. code-block:: sh
$ apt install curl git patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev autotools-dev\
libxslt1-dev libyaml-0-2 autoconf automake libreadline-dev libyaml-dev libtool libgmp-dev libgdbm-dev libncurses5-dev\
pkg-config libffi-dev libimlib2-dev gawk libsqlite3-dev sqlite3
$ apt install curl git patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev autotools-dev\
libxslt1-dev libyaml-0-2 autoconf automake libreadline-dev libyaml-dev libtool libgmp-dev libgdbm-dev libncurses5-dev\
pkg-config libffi-dev libimlib2-dev gawk
$ gpg --keyserver keyserver.ubuntu.com --recv-keys\
409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
Expand All @@ -130,7 +130,7 @@ older versions. A list of required versions can be found on the
.. code-block:: sh
$ yum install epel-release
$ yum install patch autoconf automake bison bzip2 gcc-c++ libffi-devel libtool make patch readline-devel ruby sqlite-devel\
$ yum install patch autoconf automake bison bzip2 gcc-c++ libffi-devel libtool make patch readline-devel ruby\
zlib-devel glibc-headers glibc-devel openssl-devel git imlib2 imlib2-devel
$ gpg --keyserver keyserver.ubuntu.com --recv-keys\
Expand All @@ -151,8 +151,8 @@ older versions. A list of required versions can be found on the
Install RVM
.. code-block:: sh
$ zypper install patch autoconf automake bison bzip2 gcc-c++ libffi-devel libtool make patch readline-devel sqlite3-devel\
sqlite3 zlib-devel glibc-devel openssl-devel git imlib2 imlib2-devel gdbm-devel libyaml-devel
$ zypper install patch autoconf automake bison bzip2 gcc-c++ libffi-devel libtool make patch readline-devel\
zlib-devel glibc-devel openssl-devel git imlib2 imlib2-devel gdbm-devel libyaml-devel
$ gpg --keyserver keyserver.ubuntu.com --recv-keys\
409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
Expand Down

0 comments on commit 68622e4

Please sign in to comment.