Skip to content

Commit

Permalink
generic-machine docs: Do not suggest to use the icub.eu apt repo and …
Browse files Browse the repository at this point in the history
…install icub-common repo (#374)
  • Loading branch information
traversaro authored Dec 5, 2024
1 parent 4e985a6 commit e06480c
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions docs/icub_operating_systems/other-machines/generic-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,33 +54,6 @@ Also install (optional, but very useful) the following packages:

Enable the **non-free** and **contrib** sources, by editing the file `/etc/apt/sources.list`

## iCub software repository and common packages

!!! warining "in case of icub dedicated server"
skip this step in case of [iCub Dedicated Server](icub-server-from-scratch.md)

Configure the iCub software repository, by creating the file `/etc/apt/sources.list.d/icub.list` and add the next line into it and save.

- for a Debian 10 (Buster) machine :

`deb http://www.icub.eu/debian buster contrib/science`

- for a Ubuntu 20.04 LTS (Focal) machine :

`deb http://www.icub.eu/ubuntu focal contrib/science`

Download the packages signature

`sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 57A5ACB6110576A6`

After adding a new source, remember to update the packages list:

`apt-get update`

Install the following packages from icub repository

` icub-common`

## Network configuration

You have two options:
Expand Down

0 comments on commit e06480c

Please sign in to comment.