Tuesday, April 3, 2012

tehnic stuff

1 how t0 install   sudo aptitude update && sudo aptitude install rar unrar
2 netbeans from konsole:   sudo sh /home/princess/Downloads/netbeans-7.1-ml-linux.sh
3 To install the Chromium Browser via the Konsole:
  1. Hit Alt+F2 on you keyboard.
  2. In the “Run Command” dialog, type: “konsole” and hit the [enter] key.
  3. Then you will type the following code:
    sudo apt-get update
    then press the [enter] key. This will update the list of packages available for installation.
  4. Finally, type the following code:
    sudo apt-get install google-chrome-stable
    then press the [enter] key. This will install Google’s Chrome, Web Browser.
Again, see how easy it is to use Linux.
FYI: These steps should also work for Ubuntu.

No comments:

Post a Comment