Note

The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.

Difference between revisions of "Translations:GNOME First Steps/13/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "Os repositórios do Funtoo Linux incluem dois "meta-pacotes" ebuild que podem ser usados para instalar o Gnome. Um deles, {{c|gnome-light}} instala um desktop Gnome básico co...")
(No difference)

Revision as of 17:10, November 22, 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (GNOME First Steps)
The Funtoo Linux repositories include two ebuild "meta packages" that can be used to install Gnome. One of them, {{c|gnome-light}} installs a bare-bones gnome desktop with few "extra" applications and games that can be found in the {{c|gnome-extra}} and {{c|games-*}} portage categories, respectively. If you are interested in having a Gnome desktop with extra applications like a photo viewer, text editor, sound player, font viewer, etc, immediately after installing the Gnome packages, consider emerging the {{c|gnome}} package instead of {{c|gnome-light}}.
{{Note|Individual Gnome applications can be installed on top of a {{c|gnome-light}} installation, allowing you to only install the applications you need and limit unnecessary bloat.}}
Below are two lists comparing some of the different packages installed by default with a {{c|gnome-light}} and {{c|gnome}} installation:
{{TableStart}}
<tr class="info"><th>{{c|gnome-light}}</th><th>{{c|gnome}}</th></tr>
<tr><td>'''Includes:'''
* {{c|gnome-terminal}}
* {{c|nautilus}} (the default Gnome file manager)
* {{c|gnome-shell}} (can be removed using the -gnome-shell {{c|USE}} flag at installation)
* {{c|gnome-control-center}}
</td><td> '''Includes:'''
* {{c|gnome-terminal}}
* {{c|nautilus}}
* {{c|gnome-shell}}
* {{c|gnome-control-center}}
* {{c|gnome-contacts}}
* {{c|eog}} (an image viewing application)
* {{c|gnome-weather}}
* {{c|gnome-maps}}
... and many other applications.
</td></tr>
<tr><td> '''Best for:'''
* Users who want a smaller installation that uses less disk space
* Users who are comfortable installing additional packages that they require when the need arises
</td><td>'''Best for:'''
* Users who want a full-featured Gnome desktop right after installation
* Users who don't mind extra resources being used by additional applications installed on the system
</td></tr>
<tr><td>'''How to install:'''
{{c|emerge gnome-light}}
</td><td>'''How to install:'''
{{c|emerge gnome}}
</td></tr>
{{TableEnd}}

Os repositórios do Funtoo Linux incluem dois "meta-pacotes" ebuild que podem ser usados para instalar o Gnome. Um deles, gnome-light instala um desktop Gnome básico com alguns aplicativos e jogos "extras" que podem ser encontrados em gnome-extra e games-* como categorias do portage, respectivamente. Se você estiver interessado em ter uma área de trabalho Gnome completa, com aplicativos extras, como visualizador de fotos, editor de texto, reprodutor de som, visualizador de fontes, etc., imediatamente após instalar os pacotes Gnome, considere a possibilidade de emergir o pacote gnome em vez de gnome-light.

   Note

Aplicativos individuais do Gnome podem ser instalados em cima de uma instalação do gnome-light, permitindo que você instale apenas os aplicativos que você precisa e limite inchaço desnecessário.

Abaixo estão duas listas comparando alguns dos diferentes pacotes instalados por padrão com uma instalação gnome-light e gnome:

gnome-lightgnome
Includes:
  • gnome-terminal
  • nautilus (the default Gnome file manager)
  • gnome-shell (can be removed using the -gnome-shell USE flag at installation)
  • gnome-control-center
Includes:
  • gnome-terminal
  • nautilus
  • gnome-shell
  • gnome-control-center
  • gnome-contacts
  • eog (an image viewing application)
  • gnome-weather
  • gnome-maps

... and many other applications.

Best for:
  • Users who want a smaller installation that uses less disk space
  • Users who are comfortable installing additional packages that they require when the need arises
Best for:
  • Users who want a full-featured Gnome desktop right after installation
  • Users who don't mind extra resources being used by additional applications installed on the system
How to install:

emerge gnome-light

How to install:

emerge gnome