6. Nobebook IBM ThinkPad Lenovo (Z61p) com Debian 8.0 (Jessie)

Baixei a imagem iso com LXDE e instalei no nobebook.

A primeira providência foi configurar a lista de repositórios no arquivo /etc/apt/sources.list seguindo o novo sistema de redirecionamento automático dos repositórios: http://http.debian.net:

deb http://httpredir.debian.org/debian jessie main contrib non-free

Percebi que o teclado não estava configurado corretamente e não encontrei uma ferramenta gráfica para configurar o teclado no LXDE. Então resolvi instalar o XFCE com o comando:

bash# apt-get install xfce4

E alguns utilitários do XFCE.

bash# apt-get install xfce4-goodies

E pude usar a ferramenta gráfica de configuração do teclado. O teclado só funcionou corretamente quando selecionei o teclado IBM Thinkpad da linha Z60 e o layout Inglês internacional alternativo. Mas ao me logar com o LXDE as configurações eramm perdidas.

Seguindo a dica do wiki https://wiki.debian.org/Keyboard executei no terminal o comando:

bash# dpkg-reconfigure keyboard-configuration

Selecionando o modelo e o layout (As usual, it will prompt you for the model of keyboard (what the keyboard *is*), and then for the keyboard layout (what the keys should *do*).)

Depois disso o teclado permaneceu configurado corretamente tanto no LXDE como no XFCE, e o arquivo /etc/default/keyboard ficou:

#KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="thinkpadz60"
XKBLAYOUT="us"
XKBVARIANT="alt-intl"
XKBOPTIONS="terminate:ctrl_alt_bksp"

BACKSPACE="guess"

Para instalar o pacote LibreOffice:

bash# apt-get install libreoffice
bash# apt-get install libreoffice-help-pt-br
bash# apt-get install libreoffice-l10n-pt-br
bash# apt-get install openclipart-libreoffice