Advertisement
wagnux

mater_pdf_editor_ubuntu

Nov 5th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. ##Instalação do Master PDF Editor no Ubuntu
  2.  
  3. ##Ubuntu de 64 bits:
  4.  
  5. cd /tmp ; wget -c http://get.code-industry.net/public/master-pdf-editor-3.7.10_amd64.deb ; sudo dpkg -i master-pdf-editor-3.7.10_amd64.deb
  6.  
  7. ##Ubuntu de 32 bits:
  8.  
  9. cd /tmp ; wget -c http://get.code-industry.net/public/master-pdf-editor-3.7.10_i386.deb ; sudo dpkg -i master-pdf-editor-3.7.10_i386.deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement