Vlos help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nebula
    Banned
    • Sep 2005
    • 33

    #1

    Vlos help

    I just switched to Vlos Linux thnx to mr.pickles, who helped me. Anyways i need some help with the terminal commands. I was looking for a C compiler and i dont know which command it is to install and compile a C compiler. Emerge (something?) If you know plz post it and tell me. thnx.

    -Nebula
  • pr0zac0x2a
    General Purpose Register
    • Oct 2004
    • 120

    #2
    So for the first lesson, to learn how to use a command, use 'man' followed by the command you wish to learn about. In this case 'man emerge' will tell you how to use it.

    As far as finding the package you wish to install using emerge. If you check the man page, you'll see the --search tag allows you to seach for packages. As you are looking for the gcc package do: emerge --search "gcc". Find the package you want and type emerge <package name>.

    Good luck.

    Oh yeah, google is your friend.

    -zac
    %54%68%69%73%20%69%73%20%6E%6F%74%20%68%65%78

    Comment

    • Nebula
      Banned
      • Sep 2005
      • 33

      #3
      Thnx! alot. And i looked on Google, but didnt have much luck...

      Comment

      • pr0zac0x2a
        General Purpose Register
        • Oct 2004
        • 120

        #4
        Originally posted by Nebula
        Thnx! alot. And i looked on Google, but didnt have much luck...
        For linux problems, you'll probably get better results if you do your searches at:
        http://www.google.com/linux

        Cheers.

        -zac
        %54%68%69%73%20%69%73%20%6E%6F%74%20%68%65%78

        Comment

        Working...