-
yisohoo
-
RE: I can not install anything on my Linux machine
-
almost any linux distribution has its own package manager,like yum in RedHat,
apt-get in ubuntu,pacman in ArchLinux,etc. it makes installing easier.of course
you can use them.but every linux distribution support source installing,it means
you must download the source code and compile the code,it is more complicated
and takes more time,but it is a common way.
-
18 Jun 09
almost any linux distribution has its own package manager,like yum in RedHat,
apt-get in ubuntu,pacman in ArchLinux,etc. it makes installing easier.of course
you can use them.but every linux distribution support source installing,it means
you must download the source code and compile the code,it is more complicated
and takes more time,but it is a common way.