Pages

Showing posts with label OpenSUSE. Show all posts
Showing posts with label OpenSUSE. Show all posts

Monday, November 30, 2015

OpenSUSE 11.4 officially becomes Dead with No Further Active Support


Wolfgang officially announces the end of support for OpenSUSE 11.4 distro. Well the support limit for OpenSUSE 11.4 Evergreen is only valid until July, 2014 but the community decided to extend its support for months more and now they have ended the support for OpenSUSE 11.4.

According to one of the announcement by Wolfgang state that, "While I was hoping that we can keep 11.4 alive for some time longer this is currently not possible from what I would call the "core team" which is Stefan and myself. We are too busy nowadays to be able to scan and patch every issue we get aware of. Thanks to you all who contributed to the success of Evergreen/11.4!". Also review recent Linux Distro News to know what's new in them ?

Some of the developers state that the repository still receives updates from package maintainers for those who still wants to work on OpenSUSE 11.4. As you have noticed that the recent releases of patches for the bash and NSS issues are provided for this release but there is no guarantee that every security issue will be fixed. You might also like to check out other latest Software News to know what's new in software world ?

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 24, 2015

OpenSUSE 13.2 Beta 1 available for Testing with Updated Applications


openSUSE development team officially announces the release of openSUSE 13.2 Beta 1 with new features along with updated applications. Well as you can see that this is the beta release which is now available for testing purposes. It's being long time to hear something new from openSUSE development team as you know that few months ago, openSUSE altered their development cycle from 6 months to 12 months.

According to official announcement, openSUSE 13.2 Beta 1 comes with lot of updated apps like Linux Kernel 3.16, GNOME 3.12, Plasma Workspaces 4.11, KDE applications 4.13 mixed with 4.14. Apart from this, some of the applications are in testing phase which includes Plasma 5.1, Frameworks 5.2 and latest KDE Applications and Platform. Also, review recent Linux Distro News to know what's new in them ?

The LibreOffice is updated to 4.3.1.2 version where as btrfsprogs is updated to 3.16 version. The btrfs will be the default filesystem in this release. The AppArmor 2.9 beta comes with new python-based tools which were developed during GSoC 2013 and some new rule types to mediate sockets, ptrace, signals and dbus along with other profile updates and bug fixes. You might also like to check out other latest Software News on our website.

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

Monday, November 23, 2015

How to Install LXQt 0.7.0 Desktop Environment on Fedora 20 & OpenSUSE 13.1


LXQt is the Qt port and the upcoming version of LXDE Desktop Environment. It is primarily produce as the result of merge between LXDE-Qt and Razor-qt projects. Recently, LXQt 0.7.0 released with new enhancements and several bug fixes. In our previous post, we have already discussed what's new in LXQt 0.7.0 Desktop Environment ?

In today's HowTo Tutorial, we will discuss how to install LXQt 0.7.0 Desktop Environment using repo on Fedora 20, 19, 18 and OpenSUSE 13.1, 12.3 Linux Distros. You might also like to check out latest Software News on our website.

Step Wise Installation of LXQt 0.7.0 (Desktop Environment) using YUM repo on Fedora 20, 19, 18

Step 1 : Before beginning the installation, open the terminal and run or copy the following command in terminal to download yum repository for LXQt 0.7.0 on your Fedora system.
$ sudo wget download.opensuse.org/repositories/X11:/lxde:/lxqt:/fedora/Fedora_20/X11:lxde:lxqt:fedora.repo -O /etc/yum.repos.d
Step 2 : Next, run or copy the following command in terminal to remove existing LXDE Desktop environment on your Fedora system.
$ sudo yum remove lxde*
Step 3 : Next, run or copy the following command in terminal to update yum repository so that recently added LXQt yum repository get updated on your Fedora system.
$ sudo yum update
Step 4 : Finally, run or copy the following command in terminal to install latest LXQt 0.7.0 via yum repository on your Fedora system.
$ sudo yum install lxqt* -x lxqt-*-debuginfo --disablerepo=fedora
After installation, when yu switch to LXDE desktop environment then you might notice that it is updated to newer version. If you are using OpenSUSE distro and want to install latest LXQt 0.7.0 then you should follow the commands given below.

Step Wise Installation of LXQt 0.7.0 (Desktop Environment) using repo on OpenSUSE 13.1, 12.3

Step 1 : First open the terminal and run or copy the following command in terminal to download latest repo for LXQt 0.7.0 on your OpenSUSE system.
$ zypper addrepo -f http://download.opensuse.org/repositories/X11:/lxde:/lxqt/openSUSE_13.1/ LXDE-QT.repo
Step 2 : Next, run or copy the following command in terminal to remove existing LXDE desktop environment from your OpenSUSE system.
$ sudo zypper remove lxde*
Step 3 : Next, run or copy the following command in terminal to referesh or update recently added repo on your OpenSUSE system.
$ sudo zypper refresh
Step 4 : Finally, run or copy the following command in terminal to install latest LXDE desktop environment on your OpenSUSE system.
$ sudo zypper install -t pattern lxde-qt
After installation, when you try to switch to LXDE desktop environment then you will notice that it will updated ot 0.7.0 version.

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

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 »

Monday, November 9, 2015

OpenSUSE 13.2 RC1 rolls out with GNOME 3.14, Firefox 32 & KDE 4.14.1

OpenSUSE 13.2 RC1 released with GNOME 3.14, Firefox 32 & KDE 4.14.1

OpenSUSE development team officially announces the release of OpenSUSE 13.2 RC1 with new features and improvements. Well the previous beta release was downloaded by over 10,000 users, so OpenSUSE team is quite excited about the release of OpenSUSE 13.2 because of its awesome response from regular users of OpenSUSE.

According to official announcement, OpenSUSE 13.2 RC1 comes with bug fixes of issues found and reported since the release of first beta version of OpenSUSE 13.2. This release candidate also brings some of the important updates to desktop experience. This release includes updated KDE 4.14.1 along with Plymouth 0.9.0 which helps to boost stability and smoothness of end user experience. Also, review recent Linux Distro News to know which distro released with what features ?

The main highlighted feature of OpenSUSE 13.2 RC1 release is that it includes GNOME 3.14 desktop environment which brings new animations, better handling of WiFi hotspots along with improvements in some applications like Weather and Photos and much more. Apart from this, it also includes new Firefox 32 browser with new HTTP cache for improved performance and public key pinning support. You might also like to check out other latest Software News on our website.

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 »

Sunday, November 8, 2015

How to Install FileZilla 3.10 Client using Source Tarball on various Linux Distros

How to Install FileZilla 3.10 Client using Source Tarball on various Linux Distros

FileZilla is a free and open source FTP client which supports FTP, SFTP and FTPS along with lot of useful features and intuitive graphical user interface. The FileZilla client offers key features like support for IPv6, multi-language, resume support, tabbed user interface, powerful site manager, bookmarks, drag & drop support, filename filters, directory comparison, remote file editing and logging to file.

In today's HowTo Tutorial, we will discuss how to install FileZilla 3.10 using source tarball on Ubuntu, Kubuntu, Xubuntu, Lubuntu, Linux Mint, Fedora, CentOS, Debian, OpenSUSE, OpenMandriva and several other Linux Distros. You might also like to check out other latest Software News on our website.

Step Wise Installation of FileZilla 3.10 (FTP Client) using Source Tarball on various Linux Distros

Installation of FileZilla 3.10 (FTP Client) on 32-bit Linux Distros

Step 1 : First, open the terminal and run or copy the following command in terminal to download latest 32-bit source tarball of FileZilla 3.10 on your Linux Distro.
$ wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.10.0/FileZilla_3.10.0_i586-linux-gnu.tar.bz2
Step 2 : Next, run or copy the following command in terminal to extract the download source tarball using tar command on your Linux Distro.
$ tar -xjvf FileZilla_3.10.0_i586-linux-gnu.tar.bz2
Step 3 : Next, remove all the files of existing FileZilla package in /opt filesystem on your Linux Distro.
$ sudo rm -rf /opt/filezilla*
Step 4 : Next, run or copy the following command in terminal to move FileZilla3 folder to /opt filesystem on your Linux Distro.
$ sudo mv FileZilla3 /opt/filezilla3
Step 5 : Finally, run or copy the following command in terminal to install FileZilla3 on your Linux Distro.
$ sudo ln -sf /opt/filezilla3/bin/filezilla /usr/bin/filezilla
After installation, search "FileZilla" either in Unity Dash or in Application and launch it from there to remote access the server using FileZilla client.

Installation of FileZilla 3.10 (FTP Client) on 64-bit Linux Distros

Step 1 : First, open the terminal and run or copy the following command in terminal to download latest 64-bit source tarball of FileZilla 3.10 on your Linux Distro.
$ wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.10.0/FileZilla_3.10.0_x86_64-linux-gnu.tar.bz2
Step 2 : Next, run or copy the following command in terminal to extract the download source tarball using tar command on your Linux Distro.
$ tar -xjvf FileZilla_3.10.0_x86_64-linux-gnu.tar.bz2
Step 3 : Next, run or copy the following command in terminal to remove all the files of existing FileZilla package in /opt filesystem on your Linux Distro.
$ sudo rm -rf /opt/filezilla*
Step 4 : Next, run or copy the following command in terminal to move FileZilla3 folder to /opt filesystem on your Linux Distro.
$ sudo mv FileZilla3 /opt/filezilla3
Step 5 : Finally, run or copy the following command in terminal to install FileZilla3 on your Linux Distro.
$ sudo ln -sf /opt/filezilla3/bin/filezilla /usr/bin/filezilla
After installation, you can directly open the FileZilla by running the "filezilla" command in terminal on your Linux Distro.

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 »