1

since I am new to this society but I a using Ubuntu for last one and a half year.I was not facing any problems because it is best. My problem is that how to get g++ packages install in my computer in an offline way for 14.04 LTS version because I do not have any internet connections.Thank you to all the respected one's and thank you for making me as one of your family member.

  • Download the packages in anither PC with internet connection? Perhaps you should have been more explicit with your goal and requirements. You can [edit] the question anytime to improve it. –  Jan 18 '18 at 13:58

1 Answers1

0

Download g++ package for offline installation here. You can install the package with this command:

sudo dpkg -i /path/to/deb/file

For more packages, visit https://packages.ubuntu.com/trusty/g++.

Wraith
  • 893
  • Hello Vaibhav,Nice to see that Indian replied to it quickly. But I am getting confused which file or packages should be downloaded and how to work on it ahead. – Abhishek Dighe Jan 18 '18 at 14:55