Results 1 to 7 of 7

Thread: installing microsoft fonts on edgy

  1. #1
    Join Date
    Jan 2007
    Beans
    31

    installing microsoft fonts on edgy

    how do i get this to work? in googling i found that i need to enable the universal repository, but even after doing this i still haven't been able to get it working...

    matt@matt-linux:~$ sudo aptitude install msttcorefonts
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Reading extended state information
    Initializing package states... Done
    Building tag database... Done
    No candidate version found for msttcorefonts
    No packages will be installed, upgraded, or removed.
    0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0B of archives. After unpacking 0B will be used.
    Writing extended state information... Done

  2. #2
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: installing microsoft fonts on edgy

    PLease enable multiverse repositories :
    Code:
    ~ $ aptitude show msttcorefonts
    Package: msttcorefonts
    State: installed
    Automatically installed: no
    Version: 1.2ubuntu3
    Priority: optional
    Section: multiverse/x11
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  3. #3
    Join Date
    Jan 2007
    Beans
    31

    Re: installing microsoft fonts on edgy

    even after adding these two lines to the sources list...

    deb http://archive.ubuntu.com/ubuntu edgy multiverse
    deb-src http://archive.ubuntu.com/ubuntu edgy multiverse

    still get the same message...

  4. #4
    Join Date
    Oct 2006
    Beans
    290
    Distro
    Ubuntu 6.10 Edgy

    Re: installing microsoft fonts on edgy

    I don't know if this counts but you could copy the font files from c:/fonts or maybe it's c:/windows/fonts into your ~/.fonts directory. That's if you have a windows partition and it's mounted.
    http://www.youtube.com/watch?v=MyiacxtIzYk
    tr -d wokj <<<'<j3 obkjaowsoh <k3'

  5. #5
    Join Date
    Sep 2006
    Location
    Calgary, Canada
    Beans
    4,394
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: installing microsoft fonts on edgy

    If you search for msttcorefonts in synaptic, do they show up? If not, you have the wrong repositories set up.

  6. #6
    Join Date
    Jan 2007
    Beans
    31

    Re: installing microsoft fonts on edgy

    Quote Originally Posted by highneko View Post
    I don't know if this counts but you could copy the font files from c:/fonts or maybe it's c:/windows/fonts into your ~/.fonts directory. That's if you have a windows partition and it's mounted.
    OK, a few things...

    1) I was able to install the package when I used the add/remove applications...not sure why it wouldn't let me when I was trying to do it thru the terminal.

    2) As for copying the fonts to ~./fonts, I've been trying to do that and get the message that it's not a valid folder. Why is this? I'd like to copy over some other fonts, but haven't been able to get that to work...

  7. #7
    Join Date
    Oct 2006
    Beans
    290
    Distro
    Ubuntu 6.10 Edgy

    Re: installing microsoft fonts on edgy

    Quote Originally Posted by crackers8199 View Post
    OK, a few things...

    1) I was able to install the package when I used the add/remove applications...not sure why it wouldn't let me when I was trying to do it thru the terminal.

    2) As for copying the fonts to ~./fonts, I've been trying to do that and get the message that it's not a valid folder. Why is this? I'd like to copy over some other fonts, but haven't been able to get that to work...
    You gotta make the folder first. I should have mentioned it maybe. It would have been a long reply if I was gonna completely explain tho.
    Code:
    # First make the hidden folder named ".fonts" in the home directory:
    mkdir ~/.fonts
    # Copy the files. Replace the word "Example" with the mounted folder you choose for windows:
    # The location of the windows fonts may be different for you. I have a mounted vista.
    sudo cp /Example/Windows/Fonts/* ~/.fonts
    # Then maybe you should change the permissions or ownership of the moved font files:
    sudo chown $USER:$USER ~/.fonts/*
    # Then the permissions to -rw-r--r--:
    sudo chmod 644 ~/.fonts/*
    That should do it. I didn't follow a tutorial when doing this. I just thought it would make sense and did it. It has been working fine and I have many new fonts for programs like gimp. Good luck.
    http://www.youtube.com/watch?v=MyiacxtIzYk
    tr -d wokj <<<'<j3 obkjaowsoh <k3'

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
  •