Hello Linux Geeksters. As you may know, BookWrite is an open source software that helps the users to write books, having full screen support, among other features. The latest version available is BookWrite 0.9.1, which has got support for Ubuntu 14.04 recently.
In this article I will show you how to install BookWrite 0.9.1 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 Qiana, Linux Mint 16 Petra, Linux Mint 14 Nadia, Linux Mint 13 Maya and Elementary OS 0.2 Luna.
Because it is available via the GetDeb PPA, installing BookWrite 0.9.1 on Ubuntu, Linux Mint and Elementary OS is easy. Follow the instructions for your system exactly, in order to get a successful installation.
How to install BookWrite 0.9.1 on Ubuntu 14.04 and Linux Mint 17:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install bookwrite
Optional, to remove bookwrite, do:
$ sudo apt-get remove bookwrite
How to install BookWrite 0.9.1 on Ubuntu 13.10 and Linux Mint 16:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu saucy-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install bookwrite
Optional, to remove bookwrite, do:
$ sudo apt-get remove bookwrite
How to install BookWrite 0.9.1 on Ubuntu 12.10 and Linux Mint 14:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu quantal-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install bookwrite
Optional, to remove bookwrite, do:
$ sudo apt-get remove bookwrite
How to install BookWrite 0.9.1 on Ubuntu 12.04, Linux Mint 13 and Elementary OS 0.2:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu precise-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install bookwrite
Optional, to remove bookwrite, do:
$ sudo apt-get remove bookwrite
How to install BookWrite 0.9.1 on Ubuntu 10.04:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu lucid-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install bookwrite
Optional, to remove bookwrite, do:
$ sudo apt-get remove bookwrite