PDA

View Full Version : Quick Repositories Question.


VolvoPunch
July 19th, 2007, 11:58 PM
I am using Xubuntu and i want to know how i can tie apt-get into the http://packages.ubuntu.com/ site. Don't ever want to have to install software by visiting a site i just want to use apt-get because it keeps everything clean. How can i do this. :)

splintercellguy
July 20th, 2007, 12:28 AM
apt-get should already come with all the Ubuntu repos. There's little reason for you to be installing prior or beta packages.

grishenko2000
July 20th, 2007, 12:31 AM
Try[ URL="http://ubuntuguide.org/wiki/Dapper#How_to_add_extra_repositories"]http://ubuntuguide.org/wiki/Dapper#How_to_add_extra_repositories[/URL]

Frak
July 20th, 2007, 12:42 AM
Synaptic, does the same thing.

Wim Sturkenboom
July 20th, 2007, 01:03 AM
Synaptic, does the same thing.

And if you don't have X running ??

Frak
July 20th, 2007, 01:05 AM
apt-get or aptitude
sudo apt-get update
sudo apt-get cache search <package to search for here>

VolvoPunch
July 20th, 2007, 10:32 AM
I have updated my sources.list file and run apt-get update yet i still cannot download and install zabbix-server-mysql using apt-get install. Althrough i find the package on the Ubuntu package site. Is there a Debian source i can add to my list and pull packages from?

Frak
July 20th, 2007, 10:33 AM
Have you enabled extra repo's

VolvoPunch
July 20th, 2007, 10:39 AM
Have you enabled extra repo's

By extra repo's do you mean have i removed the # sign in front of all the addresses in the sources.list file. If so yes i have.

Frak
July 20th, 2007, 10:42 AM
By extra repo's do you mean have i removed the # sign in front of all the addresses in the sources.list file. If so yes i have.
Go here (http://www.ubuntu-nl.org/source-o-matic/). And replace your source.list with the one this creates.

VolvoPunch
July 20th, 2007, 11:02 AM
Go here (http://www.ubuntu-nl.org/source-o-matic/). And replace your source.list with the one this creates.

How come i did not know about this before? I will certainly give this a try when i get home.

VolvoPunch
July 21st, 2007, 04:59 PM
That site worked! Thanks :guitar: Now the server is off and running!