Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Can anyone tell how to install Toggl desktop client on Ubuntu?

share|improve this question

2 Answers

up vote 1 down vote accepted

Just download the installer .deb file based on your OS architecture (32bit or 64bit) and run it on your computer. See the support page for more help

Toggl on Launchpad

share|improve this answer
Is there a PPA for it? – ObsessiveSSOℲ Sep 12 '12 at 22:54

Open terminal ( Ctrl + Alt + T) and run the following commands

 sudo add-apt-repository ppa:official-toggl/ppa
 sudo apt-get update
 sudo apt-get install desktop-Toggl 

This will install Toggl Desktop Client

share|improve this answer
I've tried add repository, but I've got an exception: Error: need a repository as argument – RIV Sep 14 '12 at 6:04
2  
Sorry there was space in between "ppa: official" Now i corrected it to sudo add-apt-repository ppa:official-toggl/ppa It should work fine now. For more details about toggl ppa. Visit this page – devav2 Sep 14 '12 at 6:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.