Hi, I installed a Debian using the netinst CD. "apt-get install mysql-server" was successfull, while "apt-get install git" seems to work (it declares to install git and gnuit), but git is not installed. "which git" and "locate git" do not report any useful information. Repeating "apt-get install git" says that the latest version of git is installed. How can I solve this? Thanks. Stefano
Le 12/01/2011 12:42, Stefano Bargioni a écrit :
Hi, I installed a Debian using the netinst CD. "apt-get install mysql-server" was successfull, while "apt-get install git" seems to work (it declares to install git and gnuit), but git is not installed. "which git" and "locate git" do not report any useful information. Repeating "apt-get install git" says that the latest version of git is installed. How can I solve this? Thanks. Stefano _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
apt-get install git-core should do the job -- Henri-Damien LAURENT
True. "apt-get install git" installs something else. Warning for the authors of "Koha 3 Library Management System": page 11 suggests to use that wrong command. Thank you, Henri-Damien. sb On Jan 12, 2011, at 13:40 , LAURENT Henri-Damien wrote:
Le 12/01/2011 12:42, Stefano Bargioni a écrit :
Hi, I installed a Debian using the netinst CD. "apt-get install mysql-server" was successfull, while "apt-get install git" seems to work (it declares to install git and gnuit), but git is not installed. "which git" and "locate git" do not report any useful information. Repeating "apt-get install git" says that the latest version of git is installed. How can I solve this? Thanks. Stefano _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
apt-get install git-core should do the job -- Henri-Damien LAURENT _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Stefano Bargioni wrote:
True. "apt-get install git" installs something else. Warning for the authors of "Koha 3 Library Management System": page 11 suggests to use that wrong command.
I am/was a sponsor of the other git package (GNU Interactive Tools, which is a fine console ncurses file manager if you want one) and it is currently transitioning to the name "gnuit". Unforced name changes are pretty slow, but eventually, the command will be correct ;-) But in the meantime, it should be changed. Who are the authors of "Koha 3 Library Management System"? Is that one of those books whose publisher asked me to fact-check but never answered my reply? At the moment, I'd say that all the best books about Koha are online! Regards, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. Past Koha Release Manager (2.0), LMS programmer, statistician, webmaster. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire for Koha work http://www.software.coop/products/koha
I asked:
But in the meantime, it should be changed. Who are the authors of "Koha 3 Library Management System"? Is that one of those books whose publisher asked me to fact-check but never answered my reply?
I had a reply off-list to say it's by Savitra Sirohi and Amit Gupta. Hope that helps, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. Past Koha Release Manager (2.0), LMS programmer, statistician, webmaster. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire for Koha work http://www.software.coop/products/koha
participants (3)
-
LAURENT Henri-Damien -
MJ Ray -
Stefano Bargioni