Created
July 6, 2009 20:55
-
-
Save voyeg3r/141674 to your computer and use it in GitHub Desktop.
instalar o inkscape 0.47 no linux educacional
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Criado em:Seg 06/Jul/2009 hs 17:53 | |
| # Last Change: Seg 06/Jul/2009 hs 17:53 | |
| # vim:ft=sh:fdm=syntax:nu: | |
| # Instituicao: cpqt | |
| # Proposito do script: instalar o inkscape 0.47 no linux educacional | |
| # Autor: Sérgio Luiz Araújo Silva | |
| # site: http://vivaotux.blogspot.com | |
| # para instalar manualmente siga este link | |
| # https://launchpad.net/~inkscape.testers/+archive/ppa | |
| # Para baixar o inkscape para a versão 3 do Educacional faça | |
| wget -c https://launchpad.net/~inkscape.testers/+archive/ppa/+files/inkscape_0.47~pre0-0ubuntu1~8.04_i386.deb | |
| # para instalar faça: | |
| sudo dpkg -i *.deb | |
| # corrija possiveis erros de dependência | |
| sudo apt-get -f install | |
| # digam como se sairam | |
| # pacotes de idioma para o gimp e inkscape | |
| apt-get install -y language-pack-gnome-pt-base | |
| apt-get install -y language-pack-gnome-pt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment