How to Add PPA to Software Source?

Asked by Navin Talati

I want to install Psensor. As a part of its procedure it is recommended
to add "ppa:jfi/ppa" to Software Sources, update and then search for and
instal "psensor" from USC. (See Para as under)
-----------------------------------------------------------------------------------------------------------------------
The para:-
"Download
Psensor is available for Ubuntu 9.10, 10.04, 10.10 and 11.04. Standalone .deb
installers can be downloaded @ wpitchoune.net/psensor/files/ubuntu/
A PPA is also available for the same set of Ubuntu versions, however the most recent
release is only available for Ubuntu 11.04.
Add ‘ppa:jfi/ppa’ to your Software Sources, update and then search for and install
‘psensor’ from the Ubuntu Software Centre."
------------------------------------------------------------------------------------------------------------------------
My question is:-
HOW TO DO THIS?
Please guide me and oblige.
Navin Talati / 19-8-2011

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
enubuntu
Solved:
Last query:
Last reply:
Revision history for this message
enubuntu (mr.tennents) said :
#1

Hi, read this:
https://help.launchpad.net/Packaging/PPA/InstallingSoftware

in your case, do this:
1. Open a terminal hitting CTRL+ALT+T
2. Enter this and press enter:
sudo add-apt-repository ppa:jfi/ppa
3. Run this in terminal:
sudo apt-get update
4. Open Ubuntu Software Center and search for Psensor.

Revision history for this message
Best enubuntu (mr.tennents) said :
#2

Sorry I've problem with internet. I propose answer again:

Hi, read this:
https://help.launchpad.net/Packaging/PPA/InstallingSoftware

in your case, do this:
1. Open a terminal hitting CTRL+ALT+T
2. Enter this and press enter:
sudo add-apt-repository ppa:jfi/ppa
3. Run this in terminal:
sudo apt-get update
4. Open Ubuntu Software Center and search for Psensor or install it by terminal:
sudo apt-get install psensor

Revision history for this message
Navin Talati (n-m-talati) said :
#3

Thank you sir.
I did exectly as per your guidance.
I feed input through the terminal
Found "Psensor" working.
My problem SOLVED.
Thanks once again.
Navin Talati v/ 20-8-2011

Revision history for this message
Navin Talati (n-m-talati) said :
#4

Thanks Enrico "eNry" Carafa, that solved my question.