Results 1 to 10 of 10

Thread: Installing software from a PPA

  1. #1
    Join Date
    Dec 2010
    Beans
    7

    Installing software from a PPA

    I use a fitbit; a souped up pedometer that syncs an online profile through a base station. Unfortunately the base station needs to be plugged into a computer that is running a software programmer that was written for Windows or Mac. I found out that someone wrote a linux version of this software.

    That's great! If only I knew how to install it.

    I run the latest version of Ubuntu but the only way I know how to install software is through the built in Ubuntu Software Center or when companies make really easy links (like Google for installing Chrome).

    Would someone be able to get me started? Apparently its also available as a PPA if that makes it easier.

  2. #2
    Join Date
    Oct 2008
    Location
    Philippines
    Beans
    1,195
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Installing software from a PPA

    Hi gpaper, you can add the libfitbit PPA to your Ubuntu using this command through a Terminal

    Code:
    sudo add-apt-repository ppa:cwayne18/fitbit
    then run

    Code:
    sudo apt-get update
    to refresh. Then proceed installing libfitbit by

    Code:
    sudo apt-get install libfitbit
    Last edited by zeroseven0183; October 31st, 2012 at 04:56 AM. Reason: added "through a Terminal"
    advocating Free and Open Source Software, supporting the Open Web
    fight for your right to party and get your free cloud storage now

  3. #3
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Installing software from a PPA

    The fitbit PPA is only available for Precise 12o4.

  4. #4
    Join Date
    Dec 2010
    Beans
    7

    Re: Installing software from a PPA

    jerrrys: I just confirmed that this is the version I am running.

    zeroseven0183: Thanks, but when I opened up terminal and typed in the first command I get:

    sudo: add-apt: command not found

  5. #5
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Installing software from a PPA

    That should be:

    sudo add-apt-repository ppa:cwayne18/fitbit

    Also if you notice in the PPA (in blue) "read about installing"

    https://launchpad.net/~cwayne18/+archive/fitbit

    The rest should work fine

  6. #6
    Join Date
    Oct 2008
    Location
    Philippines
    Beans
    1,195
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Installing software from a PPA

    Wooppps. Missed the hyphen between apt and repository.

    Thanks jerrrys for the quick correction.
    advocating Free and Open Source Software, supporting the Open Web
    fight for your right to party and get your free cloud storage now

  7. #7
    Join Date
    Feb 2010
    Location
    Nr BrandsHatch, S'oaks UK
    Beans
    1,241
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Installing software from a PPA

    Should not that be:
    Code:
    sudo apt-add-repository ppa:xxxxx
    ??

    Chao!, bogan.
    Last edited by bogan; October 31st, 2012 at 07:25 PM. Reason: coding
    "Better Solutions may bring Worsened Problems": After Lao Tse, b. circa 405BC. a contemporary of Confucius, who died circa 600BC.
    They did things differently in those days, apparently!!

  8. #8
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Installing software from a PPA

    Quote Originally Posted by bogan View Post
    Should not that be:
    Code:
    sudo apt-add-repository ppa:xxxxx
    ??

    Chao!, bogan.
    It doesn't matter which you use.
    The program used to be called apt-add-repository but has been changed to add-apt-repository in 12.10 and newer. However, there is a symlink in place so that you can still use either.
    Code:
    rob@raring:~$ ls -lh /usr/bin/*repository 
    -rwxr-xr-x 1 root root 7.9K Oct 29 14:00 /usr/bin/add-apt-repository
    lrwxrwxrwx 1 root root   18 Oct 29 14:00 /usr/bin/apt-add-repository -> add-apt-repository
    Cheesemill

  9. #9
    Join Date
    Jul 2007
    Location
    Florida
    Beans
    101
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing software from a PPA

    I have successfully added the ppa and installed the library libfitbit, but now how do I get the program active to cause it to sync my fitbit device with wi-fi to fitbit.com?
    HP 220-1050XT, Intel(R) Core i5 2400S Quad CPU @ 3.3 GHz, 6Gb DDR3 Ram, 1Tb HD, AMD Radeon HD 6450 Graphics 1Gb, 21.5" LCD, Beats Audio

  10. #10
    Join Date
    Oct 2013
    Beans
    1

    Re: Installing software from a PPA

    Quote Originally Posted by rmockler View Post
    I have successfully added the ppa and installed the library libfitbit, but now how do I get the program active to cause it to sync my fitbit device with wi-fi to fitbit.com?
    I think I am at this point too, now what? reboot?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •