I have downloaded software in download folder.How can I install it?
I created /Home and / partition in ubuntu.Let me know what is the partition this software is going to install?
I have downloaded software in download folder.How can I install it?
I created /Home and / partition in ubuntu.Let me know what is the partition this software is going to install?
Thank you for replying to my comment. Please install the software in the conventional manner using the Ubuntu Software Center. THIS LINKED PAGE includes a button that expedites the process.
Can you please provide more information. Did you download a .deb package? Did you download source code?
Assuming you downloaded a .deb file you should install the software by following this answer.
Assuming you downloaded source code for a large project. Uncompress it in your where ever you downloaded it. Then build it usually by typing" ./configure in a terminal. When that complete type: make. When that finishes typically typing: sudo make install will copy the binaries to the proper directories.
If it is something else, more information is required.
Good luck