Tagged Questions
3
votes
1answer
110 views
How to automate execution of sequence of commands in ubuntu?
I am new to LINUX operating system. I am using ROS (Robotic Operating System) where I type few commands in separate terminal windows for doing the setup.
ie Before I run my program, I have to ...
0
votes
0answers
10 views
query related tobroken package [duplicate]
Possible Duplicate:
How do I resolve unmet dependencies?
I'm unable to update or install new packages. wheneer i try to do so,it comes out with output that you have held broken packages. ...
1
vote
3answers
462 views
Can someone spell out what this wget command to install Heroku toolbelt does?
I'm getting familiar with the terminal commands, and I came across this command to install the Heroku toolbelt:
wget -qO- https://toolbelt.heroku.com/install.sh | sh
Now from here I gather that ...