Skip to content

Commit

Permalink
Update README to reflect new package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Emory Barlow committed Nov 20, 2018
1 parent 85b0ef4 commit 7556dbf
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,33 @@ $ brew remove eosio
```
#### Ubuntu 18.04 Debian Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.ubuntu-18.04-x86_64.deb
$ sudo apt install ./eosio-1.4.4.ubuntu-18.04-x86_64.deb
$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio_1.4.4-1-ubuntu-18.04_amd64.deb
$ sudo apt install ./eosio_1.4.4-1-ubuntu-18.04_amd64.deb
```
#### Ubuntu 16.04 Debian Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.ubuntu-16.04-x86_64.deb
$ sudo apt install ./eosio-1.4.4.ubuntu-16.04-x86_64.deb
$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio_1.4.4-1-ubuntu-16.04_amd64.deb
$ sudo apt install ./eosio_1.4.4-1-ubuntu-16.04_amd64.deb
```
#### Debian Package Uninstall
```sh
$ sudo apt remove eosio
```
#### RPM Package Install
#### Centos RPM Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.x86_64-0.x86_64.rpm
$ sudo yum install ./eosio-1.4.4.x86_64-0.x86_64.rpm
$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4-1.el7.x86_64.rpm
$ sudo yum install ./eosio-1.4.4-1.el7.x86_64.rpm
```
#### RPM Package Uninstall
#### Centos RPM Package Uninstall
```sh
$ sudo yum remove eosio.cdt
```
#### Fedora RPM Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4-1.fc27.x86_64.rpm
$ sudo yum install ./eosio-1.4.4-1.fc27.x86_64.rpm
```
#### Fedora RPM Package Uninstall
```sh
$ sudo yum remove eosio.cdt
```
Expand Down

0 comments on commit 7556dbf

Please sign in to comment.