Install Corebird Twitter Client on Ubuntu 16.10 Desktop. Corebird 1.3.3 is the latest release of Corebird Twitter Client for Linux Ubuntu Systems. It support longer tweets and brings a dark mode UI.
Corebird 1.3.3 is the latest release and brings the following changes:
- Support longer tweets in a few more places
- Properly escape ampersand characters in user mentions to fix GtkLabel warnings about wrong escape characters in tooltips
- Fix tweet length calculations for whitespace-only tweets
- Check for duplicated entries in media arrays. This is apparently a problem on Twitter’s side but led to crashes in Corebird
- Use the correct nsfw status of a tweet, i.e. the one that can actually show images.
- Fix a crash when sending a tweet with multiple images attached
- Fix tweet length calculation of quote tweets. This previously led to tweets getting rejected by the server even though Corebird claimed they were fine.
Install Corebird
Open terminal and run the following commands to install Corebird 1.3 on Ubuntu Systems:
$ sudo add-apt-repository ppa:ubuntuhandbook1/corebird
$ sudo apt-get update
$ sudo apt-get install corebird
Set Up Corebird on Ubuntu
Once installed, open Corebird from Ubuntu Dash. Type Corebird and click on it to open the Twitter Client. For the first time users, you will be asked to authorise Corebird using your Twitter account. All you need is to authorize your Twitter account to use Corebird. Once done, you are ready to use Corebird.
Uninstall Corebird From Ubuntu
If you wish to remove and uninstall corebird, run the command given below:
$ sudo apt install ppa-purge
$ sudo ppa-purge ppa:ubuntuhandbook1/corebird