Pages

Showing posts with label Mageia. Show all posts
Showing posts with label Mageia. Show all posts

Tuesday, November 10, 2015

How to Install LibreOffice 4.3.3 on OpenSUSE, Fedora, CentOS, OpenMandriva


LibreOffice is a free and open source office suite and also considered as an alternative of MS Office. This suite includes collection of programs like word processing, spreadsheets, slideshows, diagrams and drawings. It uses GStreamer multimedia framework in Linux to render multimedia content such as videos in Impress and other programs.

In today's HowTo Tutorial, we will discuss how to install LibreOffice 4.3.3 using RPM Package on 32-bit and 64-bit Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva and other RPM based Linux Distros. You might also like to check out other latest Software News on our website.

Step Wise Installation of LibreOffice 4.3.3 on Fedora, CentOS, OpenSUSE, Mageia, OpenSUSE and other RPM based Linux Distros

#1. Download 32-bit and 64-bit RPM Packages of LibreOffice 4.3.3 using the commands

For 32-bit RPM Packages of LibreOffice 4.3.3
 
First Open the terminal and run or copy the following commands one by one to download latest tarball of 32-bit RPM packages of LibreOffice 4.3.3 using wget command and then extract the downloaded tarball using tar command and finally change your current directory to the extracted one.
$ wget download.documentfoundation.org/libreoffice/stable/4.3.3/rpm/x86/LibreOffice_4.3.3_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_4.3.3_Linux_x86_rpm.tar.gz
$ cd LibreOffice_4.3.3*_Linux_x86_rpm/RPMS

For 64-bit RPM Packages of LibreOffice 4.3.3
 
Open the terminal again and run or copy the following commands one by one to download latest tarball of 64-bit RPM packages of LibreOffice 4.3.3 using wget command and then extract the downloaded tarball using tar command and finally change your current directory to the extracted one.
$ wget http://download.documentfoundation.org/libreoffice/stable/4.3.3/rpm/x86_64/LibreOffice_4.3.3_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_4.3.3_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_4.3.3*_Linux_x86-64_rpm/RPMS

#2. Install LibreOffice 4.3.3 on Fedora and CentOS

After downloading appropriate RPM Packages of LibreOffice 4.3.3 from above commands, now you can install all the RPM package once by running the following command. Remember that the following command is used to install LibreOffice 4.3.3 on Fedora and CentOS systems only.
$ sudo yum localinstall *.rpm

#3. Install LibreOffice 4.3.3 on OpenSUSE

If you are using OpenSUSE, then you must run the following command in terminal to install latest LibreOffice 4.3.3 on your OpenSUSE system.
$ sudo zypper install *.rpm

#4. Install LibreOffice 4.3.3 on Mageia and OpenMandriva

If you are using other RPM based Linux Distros like Mageia and OpenMandriva then you could run the following command in terminal to install LibreOffice 4.3.3 on your Mageia and OpenMandriva systems.
$ sudo urmpi *.rpm
That's All, now you can launch the latest installed LibreOffice on your machine and can verify its version under Help->About. If you view 4.3.3 version then your LibreOffice is successfully installed, if you didn't get this version then something you have missed while installing it on your machine.

Keep reading and stay tuned with us to get latest software updates. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Read more »

Tuesday, November 3, 2015

How to Install Google Chrome 39 Browser on Mageia & OpenMandriva

How to Install Google Chrome 39 Browser on Mageia & OpenMandriva

There are several browsers available for Linux users, but still Google Chrome and Firefox are the most popular among all other web browsers. As you know that Google Chrome is the freeware browser offered by Google. It uses WebKit layout engine upto 27 version and beyond 28th version it uses WebKit fork Blink.

In today's HowTo Tutorial, we will discuss how to install Google Chrome 39 web browser on Mageia and OpenMandriva system. The following command will be tested on your system at your own risk. You might also like to check out other latest Software News on our website.

Step Wise Installation of Google Chrome 39 Web Browser on Mageia and OpenMandriva

Installation of Google Chrome 39 on 32-bit Mageia and OpenMandriva

Step 1 : Before beginning the installation, Open the terminal and run or copy the following command in terminal to import public key of google on your 32-bit Mageia and OpenMandriva system.
$ sudo rpm --import https://dl-ssl.google.com/linux/linux_signing_key.pub
Step 2 : Next, run or copy the following command in terminal to download updated Google Chrome web browser on your Mageia and OpenMandriva system.
$ sudo urpmi.addmedia --update chrome_i386 http://dl.google.com/linux/chrome/rpm/stable/i386
Step 3 : Finally, run or copy the following command in terminal to install Google Chrome 39 browser on your Mageia and OpenMandriva system.
$ sudo urpmi google-chrome-stable
After install, verify the version of your Google Chrome. If it is updated to newer version then your installation is complete. If you face any problem while installing then report it to us via comments.

Installation of Google Chrome 39 on 64-bit Mageia and OpenMandriva

Step 1 : Open the terminal once again and run or copy the following command in terminal to import public key of google on your 64-bit Mageia and OpenMandriva system.
$ sudo rpm --import https://dl-ssl.google.com/linux/linux_signing_key.pub
Step 2 : Next, run or copy the following command in terminal to download updated Google Chrome web browser on your Mageia and OpenMandriva system.
$ sudo urpmi.addmedia --update chrome_x86_64 http://dl.google.com/linux/chrome/rpm/stable/x86_64
Step 3 : Finally, run or copy the following command in terminal to install Google Chrome 39 browser on your 64-bit Mageia and OpenMandriva system.
$ sudo urpmi google-chrome-stable
Now search for "Google Chrome" in Application menu and launch it, you will see Google Chrome 39 is successfully installed on your system.

Keep reading and stay tuned with us to get latest software updates. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Read more »