Results 1 to 8 of 8

Thread: Kanji in Ubuntu bash 10.04 x86 Minimal

  1. #1
    Join Date
    Oct 2011
    Beans
    4

    Question Kanji in Ubuntu bash 10.04 x86 Minimal

    I need to see kanji on my terminal command, I have now installed this
    apt-get install ttf-takao-mincho
    apt-get install ttf-takao
    apt-get install ttf-dejima-mincho ttf-hanazono ttf-kochi-mincho ttf-vlgothic ttf-mikachan

    Added to /etc/apt/sources.list
    deb http://archive.ubuntulinux.jp/ubuntu-ja hardy/

    after
    apt-get install ubuntu-ja-keyring
    apt-get update
    mkdir /usr/share/fonts/truetype/msjapanesefonts
    cd /usr/share/fonts/truetype/msjapanesefonts
    wget http://www.linux.ryukent.co.uk/download/msgothic.zip
    wget http://www.linux.ryukent.co.uk/download/msmincho.zip
    unzip msgothic.zip
    rm msgothic.zip
    unzip msmincho.zip
    rm msmincho.zip -y

    fc-cache -f -v
    -bash: fc-cache: command not found

    https://help.ubuntu.com/community/Japanese_Input_and_Fonts_in_Ubuntu_8.10_using_SCIM


    came up here, then do not know how to follow?

  2. #2
    Join Date
    Jun 2010
    Beans
    53

    Re: Kanji in Ubuntu bash 10.04 x86 Minimal

    fc-cache command requires fontconfig

    apt-get install fontconfig

  3. #3
    Join Date
    Oct 2011
    Beans
    4

    Re: Kanji in Ubuntu bash 10.04 x86 Minimal

    I was able to empty the cache, which most would fail me to do to see kanji in bash

  4. #4
    Join Date
    Jun 2010
    Beans
    53

    Re: Kanji in Ubuntu bash 10.04 x86 Minimal

    So does that mean you were successful? it works? I'm having a hard time deciphering your reply..

  5. #5
    Join Date
    Oct 2011
    Beans
    4

    Re: Kanji in Ubuntu bash 10.04 x86 Minimal

    I cannot see kanjis of unrar files in bash.
    If I can see them in utorrent. but it is the only program

  6. #6
    Join Date
    Jun 2010
    Beans
    53

    Re: Kanji in Ubuntu bash 10.04 x86 Minimal

    .
    Last edited by AskTell; October 28th, 2011 at 10:59 PM. Reason: hastly posted

  7. #7
    Join Date
    Oct 2011
    Beans
    4

    Re: Kanji in Ubuntu bash 10.04 x86 Minimal

    sorry sir , perhaps not understood, why use a translator.
    the problem is global.
    Not a problem with winrar. or other progam.
    BASH where I need to see kanji

  8. #8
    Join Date
    Jun 2010
    Beans
    53

    Re: Kanji in Ubuntu bash 10.04 x86 Minimal

    have your tried this link?
    http://ubuntuforums.org/showthread.php?t=975144

    I found it linked at the bottom of this link
    https://help.ubuntu.com/community/Ja....10_using_SCIM

    Japanese Supportyou're probably already using

    Last edited by AskTell; October 28th, 2011 at 11:08 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •