Adding the nfinityX™ source list to the server’s apt source lists.
Login onto the server
Using a shell login onto the server you will be installing nfinityX™ onto. If the root login is not enabled you may have to login with a standard account and switch to the root account by using the command:
su root
The system will request the root password to allow access
Download source list
To down load the nfinityX™ source list use the following command :
wget http://software.nfinityx.com/nfinityX.list
This will download the source list to the current directory on the server.
Add nfinityX™ source list to the servers apt list of sources
Move the downloaded source list ( nfinityX.list ) to /etc/apt/sources.list.d/ as seen above.
Update aptitude sources
Update the aptitude libraries with the following command
aptitude update
As seen in the diagram above, the source list has been added to the available source lists
Search the apt library
If the install was successful you should be able to search the repository for the nfinityX™ software using the command below:
aptitude search nfinityX
You should get an output similar to the one in the above diagram.