Passar para Portugues

Iniciado por leandrosb, 14 de Dezembro de 2006, 08:59

tópico anterior - próximo tópico

leandrosb

ja fiz os comandos:

apt-get update
apt-get upgrade


mas quando vou baixar os pacotes pro pt-br da o seguinte erro:
Citar
root@200:/home/leandro# apt-get install language-pack-kde-pt
Lendo Lista de Pacotes... Pronto
Construindo Árvore de Dependências... Pronto
E: Impossível achar pacote language-pack-kde-pt

root@200:/home/leandro# apt-get install kde-i18n-ptbr
Lendo Lista de Pacotes... Pronto
Construindo Árvore de Dependências... Pronto
O pacote kde-i18n-ptbr não está disponível, mas é referenciado por outro pacote.
Isso pode significar que o pacote está faltando, ficou obsoleto ou
está disponível somente a partir de outra fonte
No entanto, os pacotes a seguir o substituem:
  koffice-i18n-ptbr
E: O pacote kde-i18n-ptbr não tem candidato para instalação

root@200:/home/leandro# apt-get install language-pack-pt-base
Lendo Lista de Pacotes... Pronto
Construindo Árvore de Dependências... Pronto
E: Impossível achar pacote language-pack-pt-base
alguem pode me ajudar? sou iniciate no pinguim







Akuhn

Se quiser usar o apt-get:
apt-get install language-pack-pt language-support-pt

Esses são metapacotes e vão passar para português a maioria dos aplicativos e ambientes gráficos do seu sistema.
Se quiser instalar apenas o suporte de linguagem para kde:
apt-get install language-pack-kde-pt language-pack-kde-pt-base

Valeu, [ ]'s.
Aldefax Gilvan Kuhn

Linux User 410689

leandrosb

mesmo erro

Citar
root@200:/home/leandro# apt-get install language-pack-pt language-support-pt
Lendo Lista de Pacotes... Pronto
Construindo Árvore de Dependências... Pronto
E: Impossível achar pacote language-pack-pt


agente100gelo

Liste aqui seu arquivo /etc/apt/source.list
Advogado e analista de sistema cearense.
Twitter: @glaydson

leandrosb

Citar

# Line commented out by installer because it failed to verify:
deb http://br.archive.ubuntu.com/ubuntu/ dapper main restricted
# Line commented out by installer because it failed to verify:
deb-src http://br.archive.ubuntu.com/ubuntu/ dapper main restricted

## Major bug fix updates produced after the final release of the
## distribution.
# Line commented out by installer because it failed to verify:
deb http://br.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
#Line commented out by installer because it failed to verify:
deb-src http://br.archive.ubuntu.com/ubuntu/ dapper-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://br.archive.ubuntu.com/ubuntu/ dapper universe
deb-src http://br.archive.ubuntu.com/ubuntu/ dapper universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://br.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu dapper-security main
# Line commented out by installer because it failed to verify:
deb-src http://security.ubuntu.com/ubuntu dapper-security main
deb http://security.ubuntu.com/ubuntu dapper-security universe
deb-src http://security.ubuntu.com/ubuntu dapper-security universe

este é o meu arquivo sources.list

agente100gelo

Aparentemente está ok.
Vou já testou o Synaptic?
Menu Sistema > Administração > Gerenciador de Pacotes Synaptic
Advogado e analista de sistema cearense.
Twitter: @glaydson

leandrosb

ainda não tentei nao
me deram essa dica de mudar o sourcers.conf

segue meu soucers.conf:
Citar
## Add comments (##) in front of any line to remove it from being checked.   
## Use the following sources.list at your own risk. 

deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse

## MAJOR BUG FIX UPDATES produced after the final release
deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse

## UBUNTU SECURITY UPDATES
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

## BACKPORTS REPOSITORY (Unsupported.  May contain illegal packages.  Use at own risk.)
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

## Proposed Repository ( Repositório com pacotes propostos para o Ubuntu pela comunidade )
## Descomentar se quiser usar
#deb ftp://archive.ubuntu.com/ubuntu dapper-proposed main restricted universe multiverse
#deb-src ftp://archive.ubuntu.com/ubuntu dapper-proposed main restricted universe multiverse

## PLF REPOSITORY (Unsupported.  May contain illegal packages.  Use at own risk.)
deb http://packages.freecontrib.org/ubuntu/plf dapper free non-free
deb-src http://packages.freecontrib.org/ubuntu/plf dapper free non-free

## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera and more to come.)
deb http://archive.canonical.com/ubuntu dapper-commercial main

## Add comments (##) in front of any line to remove it from being checked.   
## Use the following sources.list at your own risk.
deb http://pt.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb-src http://pt.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse

## MAJOR BUG FIX UPDATES produced after the final release
deb http://pt.archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
deb-src http://pt.archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse

## UBUNTU SECURITY UPDATES
deb http://pt.archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://pt.archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

## BACKPORTS REPOSITORY (Unsupported.  May contain illegal packages.  Use at own risk.)
deb http://pt.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://pt.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

## Proposed Repository ( Repositório com pacotes propostos para o Ubuntu pela comunidade )
## Descomentar se quiser usar
#deb http://pt.archive.ubuntu.com/ubuntu dapper-proposed main restricted universe multiverse
#deb-src http://pt.archive.ubuntu.com/ubuntu dapper-proposed main restricted universe multiverse

## Repositório PLF : Internacional, pouco usado normalmente
deb http://packages.freecontrib.org/ubuntu/plf dapper free non-free
deb-src http://packages.freecontrib.org/ubuntu/plf dapper free non-free

agora to dando um upgrade, depois posto aqui se resolveu o problema ou nao.
obrigado

sara.rodriguez

basta fazer:

#apt-get install kde-i18n-ptbr language-pack-pt language-support-pt

Pra mim funcionou  :D

pinduvoz

#8
Depois de instalar os pacotes mencionados pela Sara (post acima), excluído o pacote com o "ptbr" no final (usei o pacote "kde-i18n-pt", uma vez que o outro não instalava), bastou alterar o idioma no "centro de controle" do KDE (pressionei alt + F2 e digitei: kcontrol; fui à aba "Regional & Acessibilidade" e cliquei em "País/Região & Idioma", escolhendo como primeira opção o "português do Brasil", opção que estava lá mesmo sem usar o pacote "ptbr"). Depois disso feito (não vale esquecer de clicar em "aplicar"), reiniciei a sessão e o meu KDE (leia-se programas em QT, como Konqueror, Kedit etc.) estava todo em português.
Até.
:: Linux Registered User nº 439378 ::