Installing
- 
2. Downloading IDA FreewareDownload IDA Freeware for Ubuntu GNU/Linux 
- 
3. Installing IDA FreewareThen to Set up IDA Freeware on Ubuntu 
 First, access the Download location by default with:cd ~/Downloads To Check it’s there List the contents with: ls . | grep idafree The grep Command refine the output List showing only the Entries matching the Keyword. 
 But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser.
 Then give Execution Permission:chmod +x ./idafree*.run Finally, to Setup IDA Freeware: sudo ./idafree*.run Now, follow IDA Freeware Installation Wizard 
 First, choose :  Agree to the License:   Set the Target Folder:   And again to Start Installation:   In few moments the Setup is sucessfully Achieved:   Congratulations :) 
- 
4. Amending User’s PathAgain Append IDA Freeware into the Path 
 So execute:echo 'export PATH=$PATH:/opt/idafree' >> ~/.bashrc Finally, Reload the Bash User’s Path simply with: bash 
Contents
