On 10/10/13 12:42 , Tomaz T. wrote:
> Ok, I added those line here:
> https://www.dropbox.com/s/09hpcp1mdt6545o/sources.jpg
>
> but in update manager have nothing to update, also tried with
> $ sudo apt-get update
> $ sudo apt-get upgrade
>
> what did I missed?

The 'apt-get upgrade' won't move from master to ja3, you need to do that 
by hand.

First run "apt-cache policy linuxcnc", that'll list all versions of the 
"linuxcnc" package that your system knows about.

You should see a couple with version numbers like 
"1:2.6.0~pre0.4781.gbd069fb", and (if you successfully added the scratch 
repo and updated your package list) one with a name like 
"1:2.6.0~pre~joints.axes3~6a281a6".  Yes, that's a beautiful version 
number, no?

Ok, next tell apt that you want *that* one, like this:

sudo apt-get install linuxcnc=1:2.6.0~pre~joints.axes3~6a281a6

It'll ask you if you want to downgrade linuxcnc, say yes.


-- 
Sebastian Kuzminsky

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to