why installing a new application in linux is so complex..?

7,537

Solution 1

If you are referring to using package managers [either terminal or GUI], then it is fairly easy.

If you are referring to compiling software from source, then that is a bit more complex but you will find it easier.

You will find both easier as time goes on.

Solution 2

If you aren't used to something it doesn't mean it is more complex.

In fact installing under Ubuntu is easier!

By default package management is held by Ubuntu Software Center where you install an application with one click on Install button instead of Next - Next - Install - OK in Windows OS.

Solution 3

Actually Linux makes it a lot easier to install software. The problem is that most people are so hung up (used to) the Microsoft way that they find hard to install it on Linux.

Most Linux distros give you a repository of applications that you can install at the tip of you fingers. You can use command line commands to download and install from repos, the software center (gui interface for repos), distro specific packages (like deb or rpm) that can be installed via command line or by double clicking on them, source packages that can be compiled and installed, other user's repos (like ppa for Ubuntu), and more.

Again, it's not that is hard to install, is just that most people are not familiar with it.

Keep at it and ask the right questions. You only have to gain from it.

Share:
7,537

Related videos on Youtube

Prime Tech
Author by

Prime Tech

Updated on September 18, 2022

Comments

  • Prime Tech
    Prime Tech almost 2 years

    Why installing or uninstalling a new application in linux is so complex? why there is no installer like windows installer which would help users without prior knowledge about linux command line (like me) to install new programs..?

    • Panther
      Panther over 9 years
      apt-get update && apt-get install foo or on a rpm system yum install foo. Not really all that hard. See also - see also help.ubuntu.com/community/InstallingSoftware
    • D.Zou
      D.Zou over 9 years
      which application are you having trouble with? and don't worry, it gets easier.
    • ThiagoCMC
      ThiagoCMC over 9 years
      Have you used Ubuntu Software Center? It is by far, much superior than Windows or Mac "installation systems". It is a front-end for "apt-get / dpkg", which is stable, very well documented, standardized, supports upgrades or downgrades... Also, you can download, for example, google-chrome-stable.deb and double click on it, to install it, easier, than running random *.exe files on Windows.
    • Prime Tech
      Prime Tech over 9 years
      I've already said I'm new to ubuntu. That may be the reason I felt it so hard to install or change any program. Thanks for your answers.
    • Daniel
      Daniel over 9 years
      @bodhi.zazen: "apt-get update && apt-get install foo or on a rpm system yum install foo. Not really all that hard." -- It's hard enough for a non-tech-savvy user especially if they never used a similar operating system before. They tend to be scared of the keyboard, so an installer where you can click next using your mouse is more comfortable. The software center does help with this to a point. Unfortunately, if they stick with ubuntu long enough they'll end up bumping into an application that is not there.
    • Panther
      Panther over 9 years
      @Daniel- I think you are confusing new with complex. If a user is not willing to give a new OS time to learn new things they will become frustrated and fail. Newer versions of Windows, 8 in particular, are not very easy or intuitive either. For example, I found it difficult to print from MS word because they have changed the menues from the way it was when I used Windows 95. You need to be more open minded when you stat a new OS and read the documentation.
  • michael
    michael over 9 years
    Hopefully this particular new user isn't starting with Arch linux....
  • muru
    muru over 9 years
    @michael_n pacman isn't that hard.