Skip to content

A scritp that install required packages and aplication afetr fresh ubunu install

Notifications You must be signed in to change notification settings

KoNarRobotics/Linux-ubuntu-installation-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Linux-ubuntu-installation-script

A handy script that configures a fresh ubuntu 24.04 installation with all the usefull for developer packages and applications.

How to use

  1. Clone the repository

FOR ROS developers

  1. Run the script (only once)
./install-script.sh

FOR Embedded developers.

  1. Run the script (only once) (if you also need ros2 jazzy, uncomment the relevant lines inside the script for ros2 installation)
./install-script-embed.sh
  1. You will be prompted to enter your password for sudo commands
  2. The script will install all the packages and applications
  3. Enjoy your fresh ubuntu installation.

If you need to re-run the script

FOR ROS developers

Then find the line that says.

## BASH ALIASES

FOR Embedded developers

Then find the line that says.

## PROFILE PATHS

and comment out the echo command that follows it, to avoid duplicating the aliases in your .bashrc file.

Software

  • Ros2 Jazzy
  • Docker
  • VSCode
  • Discord
  • KiCad
  • and more...

About

A scritp that install required packages and aplication afetr fresh ubunu install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%