0

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?

  • Ordinarily Ubuntu software is not installed by downloading. Most of the time when I am asked this by friends new to ubuntu, they are trying to install software not compatible with Ubuntu. It would help us to help you if you could name the software you are trying to install. – gyropyge Jun 07 '15 at 02:51
  • @gyropyge im going to install_flash_player_11_linux.x86_64.tar.gz – Gayan_Nanayakkara Jun 07 '15 at 02:51

2 Answers2

1

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.

gyropyge
  • 2,558
  • 1
  • 16
  • 11
  • Thank you.Can u give me answer for my second question? – Gayan_Nanayakkara Jun 07 '15 at 02:58
  • I don't know enough about your installation to tell you where your software will install. I would assume that if you install your software in the conventional manner, it will install in the conventional location in your home folder. I've never particularly tried to install software in unconventional locations. How experienced are you with Ubuntu? – gyropyge Jun 07 '15 at 02:59
  • about 5 hours., – Gayan_Nanayakkara Jun 07 '15 at 03:05
  • I see. Let me assure you that your experience with Ubuntu can be fun and easy or difficult and challenging. If you follow my lead it will be fun and easy. I have more than 10 years experience, and I've composed many guides to even some of the most difficult procedures. I even have a guide to installing Microsoft Internet Explorer in Ubuntu, but I advise against doing so. – gyropyge Jun 07 '15 at 03:09
  • Maybe if you could explain to me why it matters to you where the software will install physically. Most people don't ask that. – gyropyge Jun 07 '15 at 04:08
0

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