红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

compare the linux distribution:Ubuntu and Fedora

compare the linux distribution:Ubuntu and Fedora

I am using ubuntu .  You may wonder why I write this document in English . When I install the ubuntu , it have no choice to let me select the components I want to install , it just install the basic software package .

Yes , Ubuntu is easy to install but no flexible . After I installed it , I found it is hard to install the Chinese input method and activate it , and I use ADSL to access the internet , I think many users use ADSL in China , but unfortunely , Ubuntu doesn't provide a GUI tool for ADSL . You should type :sudo pppoeconf and then sudo pon dsl_provider . Yes , it is still easy but my wife is not skilled in computer , how can she know these commands ?

I am a software developper .  I used Fedora before , but my collegues told me that there are rich resource for ubuntu so I embrace ubuntu .

It made  me a little dispointed , If you use Fedora 6 , It will install most packages for development , and you just type a command: make to compile the source .

BUT ubuntu will not do these tasks for you . I checked the /usr/include , and I can't find the header files that are used by gcc . And the source site : cn.archive.ubuntu.com is not accessable .You should modify the sources.list first .

This is a good reference site : http://www.eit.name/blog/feed.php?go=category_3 .but when I type :sudo apt-get install build-essential autoconf automake1.9 cvs subversion

my god ,apt-get reports : apt-utils: Depends: libapt-pkg-libc6.4-6-3.53 but it is not installable.

I am still researching this bug.

TOP

发新话题