I'm attempting to install Xiphos and when I follow the links I get to this page which is a mystery to me: https://launchpad.net/~unit193/+archive/ubuntu/crosswire
What do I do with this??
Thanks
I'm attempting to install Xiphos and when I follow the links I get to this page which is a mystery to me: https://launchpad.net/~unit193/+archive/ubuntu/crosswire
What do I do with this??
Thanks
all you have to do is
go to a terminal by pressing ctrl+alt+T then copy pat this commands to it one after another
sudo apt-get update
sudo apt-get install Xiphos
or you can search xiphos in Ubuntu software center.
What do I do with this??
The "mystery" page you see is a Personal Package Archives (PPA) page:
PPAs are for non standard software/updates. They are generally used by people who want the latest and greatest. If you are going extra lengths to get this kind of software, then you are expected to know what you are doing. The selection in the Software Centre is ample for most human beings. To know more about PPAs, see What are PPAs and how do I use them?
If you want to install xiphos
from a PPA, open your terminal and type the following commands:
sudo add-apt-repository ppa:unit193/crosswire
sudo apt-get update
sudo apt-get install xiphos
Note: You do not have to add PPA in order to install xiphos
. Open 'ubuntu Software Center' and search for Xiphos Bible Guide
. Click on the search results and hit 'Install'.
apt-cache search some-prog
or just check software center app – Sergiy Kolodyazhnyy Aug 15 '15 at 19:36