Sunday, February 14, 2010

How to instal twitter Client Pino in ubuntu


Pino is a Client for Twitter in GNU/Linux. It is a Gnome application

How To install Pino in Ubuntu
First You have to add PPA for Pino

open a terminal
$ sudo apt-add-ppa repository: vala-team/ppa
$ sudo add-apt-repository ppa:troorl/pin

Now

$ sudo apt-get update
$ apt-get install pino

6 comments:

  1. It doesn't work.. it shows the following error message when i typed

    $sudo apt-add-ppa repository: vala-team/ppa

    sudo: apt-add-ppa: command not found

    ReplyDelete
  2. see this link it will help you
    http://shibuvarkala.blogspot.com/2010/02/easy-way-to-add-ppa-repositories-in.html

    ReplyDelete
  3. sudo apt-add-ppa repository: vala-team/ppa

    should be:
    sudo add-apt-repository ppa:vala-team/ppa

    that's why the command isn't reconized

    ReplyDelete
  4. sudo add-apt-repository ppa:troorl/pin

    should be
    sudo add-apt-repository ppa:troorl/pino

    (notice the "o" at the end)

    ReplyDelete
  5. Thanks mate,
    i has no idea after adding paa what should i do.

    ReplyDelete
  6. Doesn't work. First time I tried gave me a 404 on both repositories when running apt-get update. Removed them and tried adding them again and got a 401 on both.

    ReplyDelete