Posted: Thu 20 May 2010, 18:03 Post subject:
Adobe Acrobat Reader(for PDF files) in Linux Puppy-4.30
Installation script -=Inst-AdobeReader.sh=- can be created in -=Geany=- text editor.
Quote:
Inst-AdobeReader.sh
Code:
#!/bin/bash
#file 1)AdbeRdr9.3.2-1_i486linux_enu.bin
#is located in -=tmp=- folder
#Address where the file can be found:
#http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.3.2/enu/AdbeRdr9.3.2-1_i486linux_enu.bin
xmessage 'I hope you have decided already where the Program will be installed.' ;
#Example --->> /usr/local/bin
cd /tmp ;
chmod u+x AdbeRdr9.3.2-1_i486linux_enu.bin ;
rxvt -e /tmp/AdbeRdr9.3.2-1_i486linux_enu.bin ;
echo '<icon x="574" y="710" label="AdobeRr">/usr/share/applications/AdobeReader.desktop</icon>' >> /root/Choices/ROX-Filer/PuppyPin ;
echo '</pinboard>' >> /root/Choices/ROX-Filer/PuppyPin ;
rm /tmp/AdbeRdr9.3.2-1_i486linux_enu.bin ;
xmessage 'Press -=OK=- and Window Manager will be relaunched' ;
exec -c /usr/bin/restartwm
Permissions for -=Inst-AdobeReader.sh=- must be changed:
Code:
cd /place_where_Inst-AdobeReader.sh_located ; chmod u+x Inst-AdobeReader.sh
_________________
I don't know why laboratories are named a hospitals.
The alive personage is like a tea bag with granules of unknown density inside, at that one the packet was made of organic material and was placed in the evaporated liquid or liquid.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum