Installation

One can install IBus-Braille using any of the following methods, If you are using any other Ubuntu based distribution, you can install using PPA

Using Coco-Patcher

If you are using Accessible-Coconut, use Coco-Patcher in System tools menu.
Make sure system is connected to the internet, then install or update using script named “update-ibus-braille-and-sharada-braille-writer“.

Using PPA

If you are using Ubuntu based distribution, use Ubuntu PPA. Run the following commands:

sudo add-apt-repository ppa:nalin-x-linux/libbraille-input
sudo add-apt-repository ppa:nalin-x-linux/ibus-braille
sudo apt-get install -y ibus-braille libbraille-input

Using .deb packages

If you are using any other Debian based distribution, download latest deb package of both libbraille-input and ibus-braille from SourceForge page and install it in the same order.

Compiling from source

Compiling libbraille-input

git clone https://github.com/zendalona/libbraille-input.git
cd libbraille-input
./configure

make

make install

Compiling ibus-braille

git clone https://github.com/zendalona/ibus-braille.git
cd ibus-braille
./configure

make

make install

The owner of this website has made a commitment to accessibility and inclusion, please report any problems that you encounter using the contact form on this website. This site uses the WP ADA Compliance Check plugin to enhance accessibility.