Linux for Developers [Ubuntu 14.04]


Hello !! Are you a developer / coder confused about moving on to Linux. Good news for you. You can easily code in your favorite programming language in Linux distributions.

Here are some IDE ( Integrated development environment ) which can be used in Linux. I am using and testing all of them in Ubuntu 14.04.

                                 MonoDevelop | NetBeans | Android Studio | phpStorm 


 MonoDevelop : 

Cross platform IDE for C#, F#, Visual Basic .NET, C/C++, Java, ASP .NET and many more

Installation Process :
  • Open Terminal Window [ Ctr+Alt+T ]
    • sudo su 
    • Enter your ADMIN password 
  • Install The IDE
    • sudo apt-get update
    • sudo apt-get install monodevelop
  •  Viola MONO-DEVELOP is Ready for you 




NetBeans 

An Awesome and a robust IDE for developers. Cross platform IDE for Java, HTML5, php,  C/ C++ ,  Groovy .
Installation Process :
  • Download the installer:
                                            Download and Install
         You can Also Download form Netbeans Download Page 
  • Open Terminal (Ctrl+Alt+T) and go to Downloads folder. 
    •   cd Downloads  
  • Netbeans  will ask for permission to install so do the following. 
            chmod +x ~/Downloads/netbeans-8.0.2-linux.sh
        This name “netbeans-8.0.2-linux.sh” can be different according to your                   version of the IDE.
  • when you are done doing that you now have the full permission :) Do the following 
    • ./netbeans-8.0.2-linux.sh
  • When You are done You will see This




Android Studio

Built on IntelliJ IDEA Community Edition, the popular Java IDE by JetBrains. Similar to Eclipse and Best for Android Apps Development 

Requirements: 
  • GNOME or KDE desktop
  • GNU C Library (glibc) 2.15 or later
  • 2 GB RAM minimum, 4 GB RAM recommended
  • 400 MB hard disk space
  • At least 1 GB for Android SDK, emulator system images, and caches
  • 1280 x 800 minimum screen resolution
  • Oracle® Java Development Kit (JDK) 7
Tested on Ubuntu® 14.04, Trusty Tahr (64-bit distribution capable of running 32-bit applications).

Installation Process :
  • To add the Android Studio PPA, run the command:
             sudo add-apt-repository ppa:paolorotolo/android-studio
  • Now  update package lists and install the script:
            sudo apt-get update

            sudo apt-get install android-studio
  • stay out It will take several minutes to download 
  • Go to Download directory and get the permission using terminal (Ctrl+Alt+T) 
            chmod +x ~/Downloads/AndroidStudio/opt/android-                                         studio/bin/studio.sh
           ./studio.sh
   Yahoo!! You are done with installing Android Studio :) 





PhpStorm 


  • Install PhpStorm
            tar -xvf PhpStorm-9.0.2.tar.gz
            cd PhpStorm-141.2462/bin
           ./phpstorm.sh
  • Done with Installation :) 





Previous
Next Post »
0 Komentar