Mudanças entre as edições de "Oficina Yawalapiti"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(6 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 8: | Linha 8: | ||
instruções - máquina1 | instruções - máquina1 | ||
+ | <source lang="bash"> | ||
+ | wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && \ | ||
+ | sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install \ | ||
+ | medibuntu-keyring && sudo apt-get --quiet update | ||
+ | add-apt-repository ppa:cinelerra-ppa/ppa | ||
+ | apt-get update | ||
+ | apt-get install cinelerra imagination | ||
+ | apt-get install libdvdcss2 | ||
+ | apt-get install w32codecs | ||
+ | wget pub.quijaua.com.br/kino.mo | ||
+ | mv kino.mo /usr/share/locale/pt_BR/LC_MESSAGES/ | ||
+ | </source> | ||
− | instruções - máquina2 | + | |
+ | apt-get install w64codecs | ||
+ | |||
+ | |||
+ | wget http://suporte.quijaua.com.br/sir/ubuntu/maverick/sir_2.1.2-0ubuntu2_i386.deb | ||
+ | dpkg -i sir_2.1.2-0ubuntu2_i386.deb | ||
+ | |||
+ | instruções - máquina2 (1386) | ||
<source lang="bash"> | <source lang="bash"> | ||
mv pacotes/*.deb /var/cache/apt/archives/ | mv pacotes/*.deb /var/cache/apt/archives/ | ||
Linha 20: | Linha 39: | ||
dpkg -i libquicktimecine_1%3a2.1.5-0.16~ppa1~natty5_i386.deb | dpkg -i libquicktimecine_1%3a2.1.5-0.16~ppa1~natty5_i386.deb | ||
dpkg -i cinelerra_1%3a2.1.5-0.16~ppa1~natty5_i386.deb | dpkg -i cinelerra_1%3a2.1.5-0.16~ppa1~natty5_i386.deb | ||
− | dpkg -i sir_2.1. | + | dpkg -i sir_2.1.2-0ubuntu2_i386.deb |
</source> | </source> | ||
+ | |||
+ | instruções - máquina 3 (amd64) | ||
+ | # no Synaptic habilitei | ||
+ | |||
+ | depois rodei os comandos | ||
+ | <source lang="bash"> | ||
+ | mv kino.mo /usr/share/locale/pt_BR/LC_MESSAGES/ | ||
+ | dpkg --set-selections < pacotes.list | ||
+ | apt-get -u dselect-upgrade | ||
+ | wget -c http://suporte.quijaua.com.br/sir/ubuntu/maverick/sir_2.1.2-0ubuntu2_amd64.deb | ||
+ | dpkg -i sir_2.1.2-0ubuntu2_amd64.deb | ||
+ | </source> | ||
+ | |||
+ | |||
+ | Referências | ||
+ | * [[Kino]], [[Debian instalar replica com dpkg]], [[Sir]], [https://dggonzalez5549.wordpress.com/2011/05/05/instalar-cinelerra-en-ubuntu-11-04/], [http://www.ubuntronics.com/2011/05/instalar-codecs-en-ubuntu-1104-natty.html] | ||
+ | |||
+ | [[Categoria:Oficinas]] |
Edição atual tal como às 06h09min de 10 de novembro de 2012
De 06set2011 a 15set2011
- Sobre o povo Yawalapiti
- lista de aplicativos - nomes
- lista de pacotes - dselect
- Distro: Ubuntu Studio 11.04 (iso amd64iso i386)
instruções - máquina1
wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && \
sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install \
medibuntu-keyring && sudo apt-get --quiet update
add-apt-repository ppa:cinelerra-ppa/ppa
apt-get update
apt-get install cinelerra imagination
apt-get install libdvdcss2
apt-get install w32codecs
wget pub.quijaua.com.br/kino.mo
mv kino.mo /usr/share/locale/pt_BR/LC_MESSAGES/
apt-get install w64codecs
wget http://suporte.quijaua.com.br/sir/ubuntu/maverick/sir_2.1.2-0ubuntu2_i386.deb
dpkg -i sir_2.1.2-0ubuntu2_i386.deb
instruções - máquina2 (1386)
mv pacotes/*.deb /var/cache/apt/archives/
mv kino.mo /usr/share/locale/pt_BR/LC_MESSAGES/
dpkg --set-selections < pacotes.list
apt-get -u dselect-upgrade
cd /var/cache/apt/archives/
dpkg -i libguicast1_1%3a2.1.5-0.16~ppa1~natty5_i386.deb
dpkg -i libmpeg3cine_1%3a2.1.5-0.16~ppa1~natty5_i386.deb
dpkg -i libquicktimecine_1%3a2.1.5-0.16~ppa1~natty5_i386.deb
dpkg -i cinelerra_1%3a2.1.5-0.16~ppa1~natty5_i386.deb
dpkg -i sir_2.1.2-0ubuntu2_i386.deb
instruções - máquina 3 (amd64)
- no Synaptic habilitei
depois rodei os comandos
mv kino.mo /usr/share/locale/pt_BR/LC_MESSAGES/
dpkg --set-selections < pacotes.list
apt-get -u dselect-upgrade
wget -c http://suporte.quijaua.com.br/sir/ubuntu/maverick/sir_2.1.2-0ubuntu2_amd64.deb
dpkg -i sir_2.1.2-0ubuntu2_amd64.deb
Referências