Changes between Version 1 and Version 2 of Mozilla


Ignore:
Timestamp:
12/09/05 21:08:59 (20 years ago)
Author:
Daniel Kahn gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Mozilla

    v1 v2  
    44
    55ubuntu comes by default with [wiki:Firefox] already.  But we probably want both browsers.
     6
     7note that (due to upgrades sent down the `breezy-updates` channel) it's necessary to have `breezy-updates` `universe` repository listed in `/etc/apt/sources.list`.
     8
     9I added the following two lines to the sources.list repository on `metis`:
     10{{{
     11deb http://us.archive.ubuntu.com/ubuntu breezy-updates universe multiverse
     12deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates universe multiverse
     13}}}
     14
     15the full mozilla install went like this:
     16
     17{{{
     18[dkg@metis ~]$ sudo apt-get install mozilla latex-xft-fonts mozilla-chatzilla
     19Reading package lists... Done
     20Building dependency tree... Done
     21The following extra packages will be installed:
     22  mozilla-browser mozilla-mailnews mozilla-psm
     23The following NEW packages will be installed:
     24  latex-xft-fonts mozilla mozilla-browser mozilla-chatzilla mozilla-mailnews mozilla-psm
     250 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
     26Need to get 11.3MB of archives.
     27After unpacking 36.0MB of additional disk space will be used.
     28Do you want to continue [Y/n]?
     29Get:1 http://us.archive.ubuntu.com breezy-updates/main mozilla-browser 2:1.7.12-1ubuntu1 [9180kB]
     30Get:2 http://us.archive.ubuntu.com breezy-updates/universe mozilla-mailnews 2:1.7.12-1ubuntu1 [1692kB]
     31Get:3 http://us.archive.ubuntu.com breezy-updates/main mozilla-psm 2:1.7.12-1ubuntu1 [179kB]
     32Get:4 http://us.archive.ubuntu.com breezy-updates/universe mozilla 2:1.7.12-1ubuntu1 [1028B]
     33Get:5 http://us.archive.ubuntu.com breezy-updates/universe mozilla-chatzilla 2:1.7.12-1ubuntu1 [158kB]
     34Get:6 http://us.archive.ubuntu.com breezy/main latex-xft-fonts 0.1-5 [95.3kB]
     35Fetched 11.3MB in 4s (2465kB/s)       
     36
     37Preconfiguring packages ...
     38Selecting previously deselected package mozilla-browser.
     39(Reading database ... 59993 files and directories currently installed.)
     40Unpacking mozilla-browser (from .../mozilla-browser_2%3a1.7.12-1ubuntu1_i386.deb) ...
     41Selecting previously deselected package mozilla-mailnews.
     42Unpacking mozilla-mailnews (from .../mozilla-mailnews_2%3a1.7.12-1ubuntu1_i386.deb) ...
     43Selecting previously deselected package mozilla-psm.
     44Unpacking mozilla-psm (from .../mozilla-psm_2%3a1.7.12-1ubuntu1_i386.deb) ...
     45Selecting previously deselected package mozilla.
     46Unpacking mozilla (from .../mozilla_2%3a1.7.12-1ubuntu1_i386.deb) ...
     47Selecting previously deselected package mozilla-chatzilla.
     48Unpacking mozilla-chatzilla (from .../mozilla-chatzilla_2%3a1.7.12-1ubuntu1_i386.deb) ...
     49Selecting previously deselected package latex-xft-fonts.
     50Unpacking latex-xft-fonts (from .../latex-xft-fonts_0.1-5_all.deb) ...
     51Setting up mozilla-browser (1.7.12-1ubuntu1) ...
     52Updating mozilla chrome registry...done.
     53
     54Setting up mozilla-mailnews (1.7.12-1ubuntu1) ...
     55Updating mozilla chrome registry...done.
     56
     57Setting up mozilla-psm (1.7.12-1ubuntu1) ...
     58Updating mozilla chrome registry...done.
     59
     60Setting up mozilla (1.7.12-1ubuntu1) ...
     61Setting up mozilla-chatzilla (1.7.12-1ubuntu1) ...
     62Updating mozilla chrome registry...done.
     63
     64Setting up latex-xft-fonts (0.1-5) ...
     65Regenerating fonts cache...done.
     66
     67[dkg@metis ~]$
     68}}}