May 29
I was new to the world of Linux and I was having a few problems configured. I want to be able to remotely ssh into this computer from any computer. I also find it imperative to install g++ and a make into it. I am having difficulty installing all of these because it seems everything is a prerequisite for the other thing.
But now I have a solution.
- Open Ubuntu.
- Insert cd linux Ubuntu.
- Open terminal (Application then chose Accessories then Terminal).
- Write those commands follows:
- sudo apt-cdrom add
- sudo apt-get update
- sudo apt-get install build-essentil
Related Posts: