Skip to content

Commit

Permalink
Ubuntu from source: consolidate apt deps (#567)
Browse files Browse the repository at this point in the history
Include git in list of generic tools and remove a step from
dependency installation instructions.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Jan 17, 2025
1 parent b3667e8 commit 3083c1b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 80 deletions.
11 changes: 1 addition & 10 deletions citadel/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
Install tools needed by this tutorial:

```bash
sudo apt install python3-pip lsb-release gnupg curl
sudo apt install python3-pip lsb-release gnupg curl git
```

## vcstool and colcon from pip
Expand Down Expand Up @@ -67,15 +67,6 @@ sudo apt-get update
sudo apt-get install python3-vcstool python3-colcon-common-extensions
```

## Git

Ignition libraries use `git` for version control, so it must be available
in the system for `vcstool` to work properly.

```bash
sudo apt-get install git
```

## Getting the sources

The first step is to create a developer workspace in which `vcstool` and
Expand Down
11 changes: 1 addition & 10 deletions dome/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
Install tools needed by this tutorial:

```bash
sudo apt install python3-pip wget lsb-release gnupg curl
sudo apt install python3-pip wget lsb-release gnupg curl git
```

## vcstool and colcon from pip
Expand Down Expand Up @@ -67,15 +67,6 @@ sudo apt-get update
sudo apt-get install python3-vcstool python3-colcon-common-extensions
```

## Git

Ignition libraries use `git` for version control, so it must be available
in the system for `vcstool` to work properly.

```bash
sudo apt-get install git
```

## Getting the sources

The instructions below use some UNIX commands to manage directories but the
Expand Down
11 changes: 1 addition & 10 deletions edifice/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
Install tools needed by this tutorial:

```bash
sudo apt install python3-pip wget lsb-release gnupg curl
sudo apt install python3-pip wget lsb-release gnupg curl git
```

## vcstool and colcon from pip
Expand Down Expand Up @@ -67,15 +67,6 @@ sudo apt-get update
sudo apt-get install python3-vcstool python3-colcon-common-extensions
```

## Git

Ignition libraries use `git` for version control, so it must be available
in the system for `vcstool` to work properly.

```bash
sudo apt-get install git
```

## Getting the sources

The instructions below use some UNIX commands to manage directories but the
Expand Down
11 changes: 1 addition & 10 deletions fortress/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
Install tools needed by this tutorial:

```bash
sudo apt install python3-pip lsb-release gnupg curl
sudo apt install python3-pip lsb-release gnupg curl git
```

## vcstool and colcon from pip
Expand Down Expand Up @@ -67,15 +67,6 @@ sudo apt-get update
sudo apt-get install python3-vcstool python3-colcon-common-extensions
```

## Git

Ignition libraries use `git` for version control, so it must be available
in the system for `vcstool` to work properly.

```bash
sudo apt-get install git
```

## Getting the sources

The instructions below use some UNIX commands to manage directories but the
Expand Down
11 changes: 1 addition & 10 deletions garden/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
Install tools needed by this tutorial:

```bash
sudo apt install python3-pip lsb-release gnupg curl
sudo apt install python3-pip lsb-release gnupg curl git
```

## vcstool and colcon from pip
Expand Down Expand Up @@ -67,15 +67,6 @@ sudo apt-get update
sudo apt-get install python3-vcstool python3-colcon-common-extensions
```

## Git

Gazebo libraries use `git` for version control, so it must be available
in the system for `vcstool` to work properly.

```bash
sudo apt-get install git
```

## Getting the sources

The instructions below use some UNIX commands to manage directories but the
Expand Down
11 changes: 1 addition & 10 deletions harmonic/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
Install tools needed by this tutorial:

```bash
sudo apt install python3-pip python3-venv lsb-release gnupg curl
sudo apt install python3-pip python3-venv lsb-release gnupg curl git
```

## vcstool and colcon from pip
Expand Down Expand Up @@ -52,15 +52,6 @@ sudo apt-get update
sudo apt-get install python3-vcstool python3-colcon-common-extensions
```

## Git

Gazebo libraries use `git` for version control, so it must be available
in the system for `vcstool` to work properly.

```bash
sudo apt-get install git
```

## Getting the sources

The instructions below use some UNIX commands to manage directories but the
Expand Down
11 changes: 1 addition & 10 deletions ionic/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
Install tools needed by this tutorial:

```bash
sudo apt install python3-pip python3-venv lsb-release gnupg curl
sudo apt install python3-pip python3-venv lsb-release gnupg curl git
```

## vcstool and colcon from pip
Expand Down Expand Up @@ -52,15 +52,6 @@ sudo apt-get update
sudo apt-get install python3-vcstool python3-colcon-common-extensions
```

## Git

Gazebo libraries use `git` for version control, so it must be available
in the system for `vcstool` to work properly.

```bash
sudo apt-get install git
```

## Getting the sources

The instructions below use some UNIX commands to manage directories but the
Expand Down
11 changes: 1 addition & 10 deletions jetty/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
Install tools needed by this tutorial:

```bash
sudo apt install python3-pip python3-venv lsb-release gnupg curl
sudo apt install python3-pip python3-venv lsb-release gnupg curl git
```

## vcstool and colcon from pip
Expand Down Expand Up @@ -52,15 +52,6 @@ sudo apt-get update
sudo apt-get install python3-vcstool python3-colcon-common-extensions
```

## Git

Gazebo libraries use `git` for version control, so it must be available
in the system for `vcstool` to work properly.

```bash
sudo apt-get install git
```

## Getting the sources

The instructions below use some UNIX commands to manage directories but the
Expand Down

0 comments on commit 3083c1b

Please sign in to comment.