home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.os.linux.mandriva      Somewhat decent but also getting bloated      29,919 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 28,899 of 29,919   
   Bit Twister to Buckaroo Cowboy   
   Re: FYI [OT] firefox-18.0. and thunderbi   
   14 Jan 13 20:52:12   
   
   XPost: alt.os.linux.mageia   
   From: BitTwister@mouse-potato.com   
      
   On Mon, 14 Jan 2013 14:06:13 -0600, Buckaroo Cowboy wrote:   
   > What is the trick to get this 18 to run?   
      
   Depends on the system admin.  :)   
      
   > I unpacked it, and click on the firefox icon and nothing happens   
      
   Damn Usenet, I can not see what icon you clicked on where.  :(   
      
   > does this have to be installed thru an installer?   
      
   I found it makes life pretty easy if I read the vendor install instructions,   
   then insert each command into a script (install_firefox), select the   
   command and paste it in a root terminal.   
      
   That way I know the script has working commands. After that, add a little   
   extra bash script to automagically locate the new release, and it is a   
   piece of cake to download and then run install_firefox.   
      
   Now in your case, as system admin, you have to decide how/where you are   
   going to preform this activity.   
      
   Since I am a belt and braces kind of person, and I share that app between   
   distributions and releases, I install in /local/opt and put a link back   
   to the location of the app.   
      
   This way if the new version is hosed up, I can still use the distribution's   
   app to get help from Usenet/google/vendor's site.   
      
   Read the last 4 lines of this reply, I'll wait ...........................   
      
   Basic commands would be (snipped from script) and therefore subject to   
   being broke,   :(   
      
       _app=firefox   
       _dl_dir=/where/ever   
       _install_dir=/local/opt   
       _tar_arg='-xvpjf'   
      
       _pkg_fn=$(ls -1 $_dl_dir/${_app}*tar* 2> /dev/null | sort -V | tail -1)   
       _app_rev=$(basename $_pkg_fn $_suffix )   
      
       cd $_install_dir   
       tar $_tar_arg $_pkg_fn   
       cd /usr/local/bin   
       ln -sf /local/opt/${_app_rev}/${_app}  /usr/local/bin/   
      
   NOTE: I have created a /etc/profile.d/xx_local.sh   
   which changes the PATH variable for everyone so that /usr/local/bin   
   is before /bin and /usr/bin.   
      
   You might notice if you change _app to thunderbird,   
   it can install thunderbird   
      
   --   
   The warranty and liability expired as you read this message.   
   If the above breaks your system, it's yours and you keep both pieces.   
   Practice safe computing. Backup the file before you change it.   
   Do a,  man command_here or cat command_here, before using it.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca