I googled and found many posts that says to add a repository to install ppstream.
But I haven't get a success. So how do I install ppstream on Ubuntu 10.10?
I googled and found many posts that says to add a repository to install ppstream.
But I haven't get a success. So how do I install ppstream on Ubuntu 10.10?
There are two ways to add ppstream to your system either by installing the deb file which you can download from there site
Or you can add this ppa ppa:cnav/ppa
there are many ways to add a ppa source to Ubuntu which are listed here
Once this has been added and your sources have been updated you can search and install ppstream from Ubuntu Software Center.
you can update your software sources by using this command sudo apt-get update
in the terminal or by pressing alt+f2 and filling the command in the box provided.
Edit
To install using apt-get install first open a terminal by either searching for it with the dash or if you are using the classic interface it is located in the accessories menu.
When you have opened terminal use this command
sudo apt-get update && sudo apt-get install ppstream
If you see any errors please add them to your question or a comment so we can help further.
Hope this helps