หน้าเว็บ

About me

Hi, I'm cheer. My interest relates to artificial intelligence, machine learning, computer vision, network communication, security algorithm.

วันอาทิตย์ที่ 11 กรกฎาคม พ.ศ. 2553

Installation software in Linux

Some may get puzzled when to install softwares in Linux OS. No matter distribution is, we simply get software's installation guide, normally named "INSTALL"; hence, we open terminal, then execute following command "nano /INSTALL". You will see what to do to install that software.

What's in "/INSTALL"
1. software dependencies
2. setup guide
3. disclaimer

Among Linux distribution, there are so many easy-to-use and well-facilitating software managements such as
- yum in FreeBSD/xBSD
- apt-get / aptitude in Ubuntu