Hello everybody,
I am new to orocos and I followed the rtt installation instructions from the website. I use ubuntu (dapper), so I thought I could execute the given commands
$ wget -q -O - http://people.mech.kuleuven.be/~psoetens/gpg/key.gpg | sudo apt-key add -
$ sudo wget -q http://www.fmtc.be/sources.list.d/fmtc.list -O /etc/apt/sources.list.d/fmtc.list
to set the repository and then I could proceed with
$ apt-get source orocos-rtt
etc.
That does not work. Why? It tells me, that it cannot find the sources. How can I set the repository?
Best,
Irene

ubuntu rtt installation newbie question
On Tuesday 22 April 2008 16:35:43 markelic wrote:
> Hello everybody,
> I am new to orocos and I followed the rtt installation instructions from
> the website. I use ubuntu (dapper), so I thought I could execute the given
> commands
>
>
> $ wget -q -O - http://people.mech.kuleuven.be/~psoetens/gpg/key.gpg | sudo
> apt-key add - $ sudo wget -q http://www.fmtc.be/sources.list.d/fmtc.list -O
> /etc/apt/sources.list.d/fmtc.list
>
> to set the repository and then I could proceed with
>
> $ apt-get source orocos-rtt
> etc.
>
> That does not work. Why? It tells me, that it cannot find the sources. How
> can I set the repository?
Did you do an apt-get update ? Also, all the 'apt-get' commands must be
prefixed with 'sudo'.
like :
(The manual is thus not entirely correct !)
Peter