0

I'm a brand new user to Ubuntu and need some help installing programs. I can't get them to install and I don't know why. I download them from their websites, such as google chrome download, but after that I can't do anything. I'm starting to think it's because I'm "Trying Ubuntu". Is this true? Thanks for helping! :)

Nick
  • 1
  • 1
  • 1
  • What did you attempt for i.e. installing Chrome? –  Aug 13 '16 at 00:18
  • Are you running from a live USB or CD? – Organic Marble Aug 13 '16 at 00:48
  • 1
    You can install applications while "trying" ubuntu just like you normally would (although the performance might not be as great, depending on the size of your flash drive and how much RAM you have). I would guess your issue stems from the fact that software doesn't work the same way in Windows and Linux. You can't install Windows built software in Linux and vice versa. You need to use the version built specifically for the platform you are using. – Seth Aug 13 '16 at 04:50
  • Here's the issue. I would like to do it via software center. I can't because it's not available or not on my PC. I don't know why, but when I try and install it through the terminal, I get this: Reading package lists... Done Building dependency tree
    Reading state information... Done Package software-center is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

    E: Package 'software-center' has no installation candidate

    – Nick Aug 13 '16 at 18:14

2 Answers2

1

For most applications: Click on the Ubuntu Software Center icon (see below) to install applications. You should rarely, if ever, download software directly from the internet, with Google Chrome being the notable exception. The main reasons for using software from the software-center are stability, security, and compatibility, since it has programs that are built specifically for Ubuntu.

Ubuntu Software Center

For Google Chrome: You need to download the .deb file from the Chrome website [64 bit .deb (for Debian/Ubuntu)]. It will end up in your Downloads folder. Open Files (Nautilus), go to Downloads, and double-click the .deb file. It will open Ubuntu Software Center and install your program.

Files Icon Downloads Folder Google Chrome Installer

wjandrea
  • 14,236
  • 4
  • 48
  • 98
Kat Amsterdam
  • 2,721
  • 1
  • 17
  • 17
-1

The easiest way to install applications in Ubuntu for me is by opening a terminal and type. Sudo apt-get install application name

LLR
  • 117