On this small tutorial, we show how to install latest version of Corebird in the main Linux distros, using a Terminal as our main tool to install.
Brief introduction…
Corebird it's a desktop Twitter client that is having considerable success among Linux users with an Twitter account. Much of his success belong to the many features included, such as multi-account support, and not least, the excellent integration with the main desktop environments.
Open your terminal, then copy and paste the follow command lines.
To install on Arch based systems
yaourt corebird
To install on Ubuntu 15.10 based systems
wget https://launchpad.net/ubuntu/+archive/primary/+files/corebird_1.1-1_i386.deb
sudo gdebi corebird_1.1-1_i386.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/corebird_1.1-1_amd64.deb
sudo gdebi corebird_1.1-1_amd64.deb
To install on Fedora based systems
sudo yum corebird
or
sudo dnf install corebird
To install on openSuse based systems
su zypper install corebird








