From 5e6cf20a10729a61f7d2778d2d3d359102d27ab7 Mon Sep 17 00:00:00 2001 From: Rakesh Ghatvisave Date: Wed, 26 May 2021 00:36:51 +0800 Subject: [PATCH 1/2] Delisted Ubuntu 16.04 --- docs/00_install/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/00_install/index.md b/docs/00_install/index.md index 517a6d7a3b8..c54c5c90497 100644 --- a/docs/00_install/index.md +++ b/docs/00_install/index.md @@ -20,7 +20,6 @@ The EOSIO software supports the following environments for development and/or de * CentOS Linux 7.x * Ubuntu 20.04 * Ubuntu 18.04 -* Ubuntu 16.04 **macOS** * macOS 10.14 (Mojave) or later From 382c2a461ce06a846047c4c4fa88b7a10cee3f53 Mon Sep 17 00:00:00 2001 From: Rakesh Ghatvisave Date: Wed, 26 May 2021 00:38:16 +0800 Subject: [PATCH 2/2] delisted Ubuntu 16.04 --- docs/00_install/00_install-prebuilt-binaries.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/00_install/00_install-prebuilt-binaries.md b/docs/00_install/00_install-prebuilt-binaries.md index e8396fb7bc3..9f43d98c173 100644 --- a/docs/00_install/00_install-prebuilt-binaries.md +++ b/docs/00_install/00_install-prebuilt-binaries.md @@ -28,11 +28,6 @@ brew remove eosio wget https://github.com/eosio/eos/releases/download/v2.1.0-rc1/eosio_2.1.0-rc1-ubuntu-18.04_amd64.deb sudo apt install ./eosio_2.1.0-rc1-ubuntu-18.04_amd64.deb ``` -#### Ubuntu 16.04 Package Install -```sh -wget https://github.com/eosio/eos/releases/download/v2.1.0-rc1/eosio_2.1.0-rc1-ubuntu-16.04_amd64.deb -sudo apt install ./eosio_2.1.0-rc1-ubuntu-16.04_amd64.deb -``` #### Ubuntu Package Uninstall ```sh sudo apt remove eosio