This essay describes the surprising results of a brief trial with a group of new computer users about the relative ease of the command line interface versus the GUIs now omnipresent in computer interfaces. It comes from practical experience I have of teaching computing to complete beginners or newbies as computer power-users often term them.
Permalink for comment
To read all comments associated with this story, please click here.
I simply would not care if I had to make install every single app on my box, but the problem is that packages and even make installs often fail or break other software. When I am installed there is not one database that tracks what was installed and where.
If there was one method of packaging and installing software in Linux that worked 100% of the time _anyone_ could learn and use it even if it were time consuming and complex.
apt-get (debian - but for the love of god use backports or the sid/'unstable' tree)
or if you prefer to compile;
emerge (gentoo - not that I use it)
I simply would not care if I had to make install every single app on my box, but the problem is that packages and even make installs often fail or break other software. When I am installed there is not one database that tracks what was installed and where.
If there was one method of packaging and installing software in Linux that worked 100% of the time _anyone_ could learn and use it even if it were time consuming and complex.
apt-get (debian - but for the love of god use backports or the sid/'unstable' tree)
or if you prefer to compile;
emerge (gentoo - not that I use it)