Times New Roman for OpenOffice.org 3.2

Asked by Ali Sinan TUZUN

I can't find the font Times New Roman / Arial etc

I use Ubuntu 10.10 and OpenOffice.org 3.2

I checked some relevant questions.

Multiverse repositories are enabled on Synaptic. I can't find package msttcorefonts. I wrote "sudo aptitude update" on Terminal. Pressed "Enter", when I wrote my password (my computer password for Ubuntu, I hope it's the write password). I didn't see anything, the characters didn't appeared. Pressed "Enter" again but then it wrote "command not found"

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu openoffice.org Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

Please install the ubuntu-restricted-extras package... from Applications→Ubuntu software center or from terminal:

open a Terminal from the menu Applications->Accessories->Terminal

**Tip: right click with mouse on the top terminal windows title caption and select the menu item "Always on Top"
doing this you will force the terminal window to stay on top of the other windows and you will find very easy
to copy single row from this web page into the terminal...
Something more about using the terminal https://help.ubuntu.com/community/UsingTheTerminal

Then type or better copy and paste a row a time then press enter:
(Tip: select the single row to copy from this page then right click and select copy then click into the terminal window
and to quick paste click with middle button of mouse )

Copy and paste the rows below, copy and paste one row a time (see the **Tip) then press enter:

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install ubuntu-restricted-extras

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

New to Ubuntu: read the Ubuntu Manual, it's very informative: http://ubuntu-manual.org/
Click on the "download Button" to download the latest PDF version.
The online help https://help.ubuntu.com/10.04/index.html

Revision history for this message
Ali Sinan TUZUN (alisinan-tuzun) said :
#3

Thanks marcobra (Marco Braida), that solved my question.