0

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.

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
  • 913