Develop Chinese input Environment as .uncForum: Other Help Topics Topic: Develop Chinese input Environment as .unc started by: dreamcarrior Posted by dreamcarrior on Nov. 04 2007,21:32
hi, Robert,Thanks to your book that I now know more about how to create extensions for DSL. So the story is that I am trying to create an extension (preferably .unc for lower end computers) for chinese input environment such as xcin. (ref. < http://seba.studentenweb.org/thesis/linux.php) > What I need is chinese fonts (surprisely it is already included in dsl-4.0), an input method editor like xcin, and proper locales (>= 2.2.4-1). In order to install xcin from "apt-get install xcin", the locales needs to be (>= 2.2.4-1), so I tried "apt-get upgrade locales" and the following is what I got:
The question now is "Is there anyway we can get around the problem and install xcin?" "Can locales be separated as extensions?" "Can locales be upgraded using extensions?" "Can any of the files or directories embeded in the CD image appended or modified using extensions (like mount --bind)?" Thank you for your assistance!! Posted by stupid_idiot on Nov. 05 2007,10:53
You can get the files from the Debian package manually. The Debian package can be downloaded from the Debian Sarge repository. (DSL's glibc is the same version as Sarge.)Download page is here: < http://packages.debian.org/sarge/locales/all/download > First make a directory, then extract files into it using 'dpkg-deb':
Re:
Re:
Posted by ^thehatsrule^ on Nov. 05 2007,14:13
Posted by stupid_idiot on Nov. 06 2007,01:40
You can choose whether to install it or not. 'apt-get install' will download and install. 'apt-get -d install' or 'apt-get --download-only install' will download but not install. Regardless of which choice you make, packages will be downloaded to '/var/cache/apt/archives/'. |