Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu from source: consolidate apt deps #567

Merged
merged 2 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading