On Thu, Mar 03, 2011 at 09:34:20PM +1300, Marshland Engineering wrote: > it says to sudo apt-get install git-core gitk git-gui (I presume I run > the line from the terminal page.)but I get the message Couldn't find > package gitk
Have you been able to "sudo apt-get install" anything else? Because if you have some repositories listed in /etc/apt/sources.list , then that shouldn't occur, 'cos it's there to be had: $ apt-cache search gitk gitk - fast, scalable, distributed revision control system (revision tree visualizer) You could try a: $ sudo apt-get update because it's always good to get with the latest, and there's a small chance that a stale package list at your end is gumming the works. Otherwise, if you could: $ egrep '^deb' /etc/apt/sources.list > /tmp/fred then attach /tmp/fred to a post to the list, we could see what your system has apt pointed at, and even try out your list. I'm better at guessing when I don't have to guess so much. :-) Erik -- Marriage is the sole cause of divorce. ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
