分页: 1 / 2

Please help me for the follow questions. Thanks very much!

发表于 : 2006-10-24 19:36
lj860603
Please help me for the follow questions. Thanks very much!

不知道为什么,分六步安装到最后一步我选择"手动分区表"后,就没有出现给我分区的界面,就是说什么也没有.然后我又重新install,到最后一步选择了"最大连续空间"(就是第二项),结果就可以装了.我想问下,这样装可不可以啊?还是一定要手工分区??

另外我在终端控制台装不了MC,输入:apt-get install mc

然后控制台显示"无法找到软件包MC",怎么办?555~~~

Re: Please help me for the follow questions. Thanks very muc

发表于 : 2006-10-24 19:45
goldfox_79
lj860603 写了:Please help me for the follow questions. Thanks very much!

不知道为什么,分六步安装到最后一步我选择"手动分区表"后,就没有出现给我分区的界面,就是说什么也没有.然后我又重新install,到最后一步选择了"最大连续空间"(就是第二项),结果就可以装了.我想问下,这样装可不可以啊?还是一定要手工分区??

另外我在终端控制台装不了MC,输入:apt-get install mc

然后控制台显示"无法找到软件包MC",怎么办?555~~~
第一个问题:不知道

第二哥问题:使用apt-get之前设置源了吗,是否更新了源($sudo apt-get update)?我在cn99的源里可以找到mc。

发表于 : 2006-10-24 19:46
lj860603
还有怎么输入中文?(偶现在用的是朋友的机器). 十分感谢.

发表于 : 2006-10-24 19:47
lj860603
先谢谢楼上的朋友啦!呵呵,偶看看你的帮助先.

发表于 : 2006-10-24 19:56
goldfox_79
lj860603 写了:还有怎么输入中文?(偶现在用的是朋友的机器). 十分感谢.
scim或者fcitx

个人建议使用fcitx $sudo apt-get fcitx

发表于 : 2006-10-24 20:05
lj860603
goldfox_79 写了:
lj860603 写了:还有怎么输入中文?(偶现在用的是朋友的机器). 十分感谢.
scim或者fcitx

个人建议使用fcitx $sudo apt-get fcitx
Thanks very much.

But I still cann't install fcitx. The error information is :

linuxken@linuxken-laptop:~$ sudo apt-get fcitx
E: 无效的操作 fcitx

Why?

发表于 : 2006-10-24 20:16
jaguar00
sudo apt-get install fcitx

装mc是可以的。

你应该先把wiki里面的新手指南看完,很简单,一步一步的做。就能解决你以上的问题。


ps:如果你不介意,我想你标题是错误的^_^。不应该用for,而是with。 plz help me with the following questions.

发表于 : 2006-10-24 20:26
lj860603
Thanks to all of you very much^_^

I will have a try.

发表于 : 2006-10-24 21:03
goldfox_79
lj860603 写了:
goldfox_79 写了:
lj860603 写了:还有怎么输入中文?(偶现在用的是朋友的机器). 十分感谢.
scim或者fcitx

个人建议使用fcitx $sudo apt-get fcitx
Thanks very much.

But I still cann't install fcitx. The error information is :

linuxken@linuxken-laptop:~$ sudo apt-get fcitx
E: 无效的操作 fcitx

Why?
不好意思,是我写漏了 apt-get install

发表于 : 2006-10-24 21:24
lj860603
不好意思,是我写漏了 apt-get install
=======================
hehe, it doesn't matter.

I have installed fcitx and mc^_^

But I still don't know how to use Chinese, what should I do?

Thanks.

发表于 : 2006-10-24 21:26
karron

发表于 : 2006-10-24 21:28
goldfox_79
lj860603 写了:不好意思,是我写漏了 apt-get install
=======================
hehe, it doesn't matter.

I have installed fcitx and mc^_^

But I still don't know how to use Chinese, what should I do?

Thanks.
安装fcitx之后在终端中输入命令
$sudo sh -c " echo 'export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE="fcitx" ; fcitx ' > /etc/X11/Xsession.d/95xinput "
$sudo chmod +755 /etc/X11/Xsession.d/95xinput
就OK了。

按ctrl+空格键启动fcitx

发表于 : 2006-10-24 21:52
lj860603
Thanks to goldfox_79^_^

But it still have error infoemation:

linuxken@linuxken-laptop:~$ sudo sh -c " echo 'export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE="fcitx" ; fcitx ' > /etc/X11/Xsession.d/95xinput "
linuxken@linuxken-laptop:~$ sudo chmod +755 /etc/X11/Xsession.d/95xinput
chmod: 无效模式:‘+755’
请尝试执行‘chmod --help’来获取更多信息。

What should I do ?

goldfox_79, I really appreciate you for your help^_^

发表于 : 2006-10-24 21:55
karron
不要+号

发表于 : 2006-10-24 21:56
goldfox_79
lj860603 写了:Thanks to goldfox_79^_^

But it still have error infoemation:

linuxken@linuxken-laptop:~$ sudo sh -c " echo 'export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE="fcitx" ; fcitx ' > /etc/X11/Xsession.d/95xinput "
linuxken@linuxken-laptop:~$ sudo chmod +755 /etc/X11/Xsession.d/95xinput
chmod: 无效模式:‘+755’
请尝试执行‘chmod --help’来获取更多信息。

What should I do ?

goldfox_79, I really appreciate you for your help^_^
再次不好意思,应该是"chmod 755"