MEPISThis forum is for the discussion of MEPIS Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi
Have downloaded Firefox firefox-2.o.o.12.tar.gz and Thunderbird-2.0.0.12ta
have tried to untar these files but no joy
How can I install these files
Maurice
After that move the extracted directory to a place like /opt and then create a launcher for Firefox and Thunderbird in your menu or desktop. If you put the extracted directories in /opt then the command to run firefox would be /opt/firefox/firefox and for Thunderbird /opt/thunderbird/thunderbird. Those are the commands you will need to use in your launchers. You can also configure KDE to use your new Firefox and Thunderbird as defaults. Run Kcontrol -> KDE Components -> Component chooser and change the settings for the Email Client and Web Browser.
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
Rep:
reddazz: Aren't you letting those files beeing owned by the user ??
I once learned: 'cd /opt' and then tar.....
Now root is the owner.
Or have I misunderstood something?
reddazz: Aren't you letting those files beeing owned by the user ??
I once learned: 'cd /opt' and then tar.....
Now root is the owner.
Or have I misunderstood something?
You are correct. On a machine where you are the only user, it probably doesn't really matter which method you use (you can always change the permissions anyway). If you want to be a purist, then yes you can change into /opt first or extract the tarball as root using "tar zxvf -C /opt".
tar zxvf firefox-2.0.0.12.tar.gz
/bin/gzip: /bin/gzip: cannot execute binary file
tar: Child returned status 126
tar: Error exit delayed from previous errors
Can open Ark file on Desktop but not install
firefox-2.0.0.12.tar.gz
Maurice
If you can open the file with Ark, then all you need to do is extract the contents of the file and then move the extracted contents to a place like /opt and then create launchers like I described in my initial post.
Hi Reddazz
Have configured KDE Change Components No problem
Tried /opt extraction operation failed
You do not have write permission to folder
the only way that fire fox 2 comes on screen is to open /home/ firefox5.2 kb shell script
task bar still has 1.5 fire fox icon
How can I change it to Fire fox 2 and Thunder bird email
Maurice
The reason why you got that error is because you need to be root to write into /opt (and most directories outside your own home directory). You have to login to a terminal as root and do the following
Make sure "userid" in the first command is the same as your userid. After that run the menu editor (right click on the KDE button on your menu and choose "Menu Editor" and edit the paths for your current Firefox so that it points to /opt/firefox/firefox.
The menu will keep showing the old version until you edit the entry yourself and change the command so that it points to your new version of Firefox. I've already given you several clues on how to do this in previous posts.
Glad you got things working. Sometimes distros don't always have the latest versions, so you have to install things on your own if you want the latest software. Did you manage to configure your menus to run /opt/firefox/firefox instead of the one shipped by Mepis?
If using KDE 3.5.x, right click on an empty space on the taskbar -> Add Application to Panel -> Add Non KDE Application. Enter the description and name of your choice e.g. "Mozilla Firefox". For the executable part, make sure you enter /opt/firefox/firefox.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.