Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install ros

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt install curl
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
sudo apt update
sudo apt install ros-melodic-desktop-full
#sudo apt install ros-melodic-desktop
#sudo apt install ros-melodic-ros-base
Comment

install ros

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt install curl
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
sudo apt update
sudo apt install ros-melodic-desktop-full
#sudo apt install ros-melodic-desktop
#sudo apt install ros-melodic-ros-base
Comment

PREVIOUS NEXT
Code Example
Shell :: linux kill ssh connection 
Shell :: how to copy a Directory and its content in ubuntu 
Shell :: bash start two processes at the same time 
Shell :: list directories linux 
Shell :: jenkinsfile run curl in a function 
Shell :: static address raspberry 
Shell :: moodle update cli 
Shell :: Why github ask me username/password instead of SSH authentication? 
Shell :: git go to commit id 
Shell :: docker run multiple commands in dockerfile 
Shell :: mvn clean install does not running test 
Shell :: uninstall adobe creative cloud 
Shell :: git diff ignore file 
Shell :: linux clear command 
Shell :: create rails app 
Shell :: git interactive rebase 
Shell :: linux install software 
Shell :: add line to beginning of file shell script 
Shell :: rabbitmqctl 
Shell :: export function in shell script 
Shell :: bash search history 
Shell :: docker compose commands 
Shell :: composer download 
Shell :: How to connect to remote computer with public and local ip 
Shell :: Install/Deploy Sourcegraph with Docker 
Shell :: How to make digit 9 a constant in Inputmask 
Shell :: ve-restore-user database only 
Shell :: bash change variable in while loop 
Shell :: rsyslogd verify service is running 
Shell :: adb link server in react native 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =