PDA

View Full Version : Can't apt-get myphpadmin?!!?



JockVSJock
05-22-2004, 05:31 PM
Trying to apt-get myphpadmin, and keep timing out against ftp2.de.debian.org

Any other repisitories that I can add to my apt get sources file?

thanks

rusty
05-22-2004, 06:59 PM
I had the same problem last week:

http://knoppix.net/forum/viewtopic.php?t=10538&highlight=&sid=913e8abc101232852048cefdf4c2e92d

JockVSJock
05-23-2004, 01:13 AM
I had the same problem last week:

http://knoppix.net/forum/viewtopic.php?t=10538&highlight=&sid=913e8abc101232852048cefdf4c2e92d

Thanks for the answer.

How is one to know what a good apt-get source is or to keep their source file up to date?

thanks

mzilikazi
05-23-2004, 01:49 PM
How is one to know what a good apt-get source is or to keep their source file up to date?

thanks

apt-spy

man apt-spy says:

apt-spy is a program that tests a series of Debian archive mirrors for
bandwith. It writes an /etc/apt/sources.list with the fastest server.


You can select which of the many Debian sites to benchmark by geograph-
ical location.

JockVSJock
05-23-2004, 03:00 PM
How is one to know what a good apt-get source is or to keep their source file up to date?

thanks

apt-spy

man apt-spy says:

apt-spy is a program that tests a series of Debian archive mirrors for
bandwith. It writes an /etc/apt/sources.list with the fastest server.


You can select which of the many Debian sites to benchmark by geograph-
ical location.


I am familiar with apt-spy but didn't know a person could use it to update source list.

When I did try to update source list using apt-spy, then ran apt-get update, and apt-get install myphpadmin, its output is now telling me that myphpadmin isn't a package that I can get....

bizarre.

mzilikazi
05-24-2004, 12:46 AM
apt-cache search php|grep admin;)

JockVSJock
05-24-2004, 02:57 AM
VERY KEWL!!!

Thanks!

roger_girardin
05-24-2004, 03:25 AM
lol

http://www.phpmyadmin.net/home_page/

it's a php script

you don't need any install method

just put the folder in your www rep

mzilikazi
05-24-2004, 03:51 AM
lol

http://www.phpmyadmin.net/home_page/

it's a php script

you don't need any install method


No you don't need an installer for alot of things. You chose to use that word. Packaging systems simply make life easier. What's faster?

Command line interface:

apt-get install phpmyadmin

OR

How many clicks (and how much time) does it take......
Click your link, (search for the file), click the file (hopefully you don't need a mirror too!), then you copy the script over. What if you're working on a remote box? You may very well be hosed if you need a browser. The point is, by the time you find the file w/ a browser apt-get already has it installed.

Additionally, let's not forget that we have now also learned a new and valuable way to use or friend the Debian package management system affectionately know as apt. Now the next time JockVSJock wants a package but doesn't know exactly what it's called he can find it alot easier.

By the way, what is
www rep??