Quantcast
Channel: LinuxG.net
Viewing all 2249 articles
Browse latest View live

How To Install XnViewMP 0.92 on Ubuntu

$
0
0

As you may know, XnViewMP is a free application for managing digital images, having support for over 500 image formats and a feature for importing images from scanner.

The latest version available is XnViewMP 0.92, which brings the only fixes. From the changelog:

  • 1495: [Bug] Open problem – viewtopic.php?f=62&t=37920
  • 1495: [Bug] Switch mode – viewtopic.php?f=62&t=37916

Installation instructions:

Because the latest version of XnViewMP is not available via any repository or PPA, we need to download the deb package from the official website and install it via gdebi (software that also fixed dependency issues).

How to install XnViewMP on 32 bit (i386) Ubuntu, Linux Mint, Elementary OS and derivative systems:

$ cd /tmp
$ wget https://download.xnview.com/XnViewMP-linux.deb
$ sudo gdebi XnViewMP-linux.deb

How to install XnViewMP on 64 bit (amd64) Ubuntu, Linux Mint, Elementary OS and derivative systems:

$ cd /tmp
$ wget https://download.xnview.com/XnViewMP-linux-x64.deb
$ sudo gdebi XnViewMP-linux-x64.deb

Optional, to remove xnviewmp, do:

$ sudo apt-get remove xnviewmp


How To Install Timeshift 18.9.1 on Ubuntu

$
0
0

As you may know, TimeShift is a tool that allows the users to do system restores to a certain time. It is an open-source restore tool, similar to Microsoft’s System Restore and Apple’s Time Machine, based on rsync and hardlinks, that creates incremental snapshots for the file system. It can be used as LiveCD or as an application, for the Ubuntu and derivated systems.

The latest version available is Timeshift 18.9.1, which brings fixes.

Installation instructions:

Due to the fact that it is available via PPA, installing timeshift on Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems is easy. All you need to do is add the PPA to your system, update the local repository index and install the timeshift or timeshift-btrfs package:

Install Timeshift:

$ sudo apt-add-repository ppa:teejee2008/ppa
$ sudo apt-get update
$ sudo apt-get install timeshift

Install Timeshift BTRFS:

$ sudo apt-add-repository ppa:teejee2008/ppa
$ sudo apt-get update
$ sudo apt-get install timeshift-btrfs

Optional, to remove timeshift or timeshift-btrfs, do:

$ sudo apt-get remove timeshift*

How To Install NotepadQQ 1.4.4 on Ubuntu 18.10, Ubuntu 18.04 And Derivative Systems

$
0
0

As you may know, Notepadqq is an open-source clone of Notepad++, written in QT. Among other features of Notepadqq, its worth writing about its syntax highlighing for the most popular programming languages, search-find-replace through regular expressions, split-screen, bookmarks, code folding, et cetera.

The latest version available is Notepadqq 1.4.4, which has been recently released, bringing a few changes only.

http://i.imgur.com/MLMRGbd.png

Installation instructions:

Due to the fact that it is available as a snap package, installing on Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems is easy.

All you need to do is install snapd (if you don’t have it already) and install the notepadqq stable package via snap:

$ sudo apt-get install snapd
$ sudo snap install --classic notepadqq

Optional, to remove notepadqq, do:

$ sudo apt-get remove notepadqq

How To Install Clementine 1.3.1 On Ubuntu

$
0
0

As you may know, Clementine is an open-source, multiplatform music player, similar to Amarok 1.4, offering an intuitive and simple interface for the user.

The latest version available is Clementine 1.3.1 which has been released a while ago, coming with a lot of improvements.

How To Install Clementine 1.3.1 On Ubuntu

How To Install Clementine 1.3.1 On Ubuntu

Installation instructions:

The latest version available of the software is available via the default repositories, so all you need to do is update the local repository index and install the clementine package, in order to install it. Like this:

$ sudo apt-get update
$ sudo apt-get install clementine

Optional, to remove clementine, do:

$ sudo apt-get remove clementine

The installation instructions work for Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems.

How To Install Sopcast 0.8.5 on Ubuntu

$
0
0

As you may know, Sopcast is needed if you want to watch TV channels online. Actually, it is the best player (as I know of) that allows you to watch online television channels.

The latest version available is Sopcast 0.8.5, which has been released a while ago.

Installation instructions:

Due to the fact that sopcast is available via PPA for Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems, installing the software is easy. All you need to do is add the PPA to your system, update the local repository index and install the sopcast package.

Like this:

$ sudo add-apt-repository ppa:linuxthebest.net/sopcast
$ sudo apt-get update
$ sudo apt-get install sopcast-player

Optional, to remove sopcast, do:

$ sudo apt-get remove sopcast

How To Install Nomacs 3.12 on Ubuntu 18.10, Ubuntu 18.04 And Derivative systems

$
0
0

Nomacs is an open-source image viewer, working on Linux and Mac OS X, under the GNU General Public Licence v3. Nomacs is lightweight and fast and has support for all the popular image formats, like JPEG, PNG, GIF, ICO, BMP and RAW.

The latest version available is Nomacs 3.12.0, coming with changes.

Installation instructions:

Up to date packages are available via some third party PPA, so installing the software on Ubuntu systems is easy. Add the PPA to your system, update the local repository index and install the nomacs package:

$ sudo add-apt-repository ppa:dhor/myway
$ sudo apt-get update
$ sudo apt-get install nomacs

Optional, to remove nomacs, do:

$ sudo apt-get remove nomacs

The installation instructions work for Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems.

How To Install Sayonara 1.1.1 on Ubuntu 18.10, Ubuntu 18.04 And Derivative Systems

$
0
0

As you may know, Sayonara Player is a lightweight music player written on C++. It has both many features and low CPU usage and low memory consumption.

Main features:

  • Organize even big music collections.
  • ID3-tag editor
  • MP3 converter
  • Equalizer
  • Webstreams
  • Stream recorder
  • Podcasts
  • Speed adjustment
  • Dynamic playlists
  • Radio broadcasting
  • Audio track bookmarks with optional loop function

The latest version available is Sayonara 1.1, which has been recently released.

Installation instructions:

In order to successfully install Sayonara on your Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems, you have to add the PPA to your system, update the local repository index and install the sayonara package:

$ sudo add-apt-repository ppa:lucioc/sayonara
$ sudo apt update
$ sudo apt install sayonara

Optional, to remove sayonara, do:

$ sudo apt remove sayonara

How To Install Kernel 4.14.84 on Ubuntu

$
0
0

Kernel 4.14.84 has been released recently, bringing changes and enhancements.

Installation instructions:

Because it is very difficult to compile a Linux kernel, Canonical has packed all the kernel releases as deb packages and made them available for everybody that uses Ubuntu or Ubuntu-based systems, via its kernel.ubuntu.com repository.

The below commands are available for all the Ubuntu, Linux Mint, Elementary OS and other derivative systems.

For 32 bit systems, download and install the i386 debs. For 64 bit systems, download and install the amd64 packages:

How to install Kernel 4.14.x on 32 bit Ubuntu and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.84/linux-headers-4.14.84-041484_4.14.84-041484.201811271734_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.84/linux-headers-4.14.84-041484-generic_4.14.84-041484.201811271734_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.84/linux-image-4.14.84-041484-generic_4.14.84-041484.201811271734_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.84/linux-modules-4.14.84-041484-generic_4.14.84-041484.201811271734_i386.deb

Install the Kernel:

$ sudo dpkg -i linux-headers-4.14*.deb linux-image-4.14*.deb

Optional, remove the kernel:

$ sudo apt-get remove linux-headers-4.14* linux-image-4.14*

How to install Kernel 4.14.x on 64 bit Ubuntu and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.84/linux-headers-4.14.84-041484_4.14.84-041484.201811271734_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.84/linux-headers-4.14.84-041484-generic_4.14.84-041484.201811271734_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.84/linux-image-unsigned-4.14.84-041484-generic_4.14.84-041484.201811271734_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.84/linux-modules-4.14.84-041484-generic_4.14.84-041484.201811271734_amd64.deb

Install the Kernel:

$ sudo dpkg -i linux-headers-4.14*.deb linux-image-4.14*.deb

Optional, remove the kernel:

$ sudo apt-get remove linux-headers-4.14* linux-image-4.14*


How To Install Kernel 4.9.141 on Ubuntu Systems

$
0
0

Kernel 4.9.141 has been released, bringing both enhancements and fixes.

Installation instructions:

Because it is very difficult to compile a Linux kernel, Canonical has packed all the kernel releases as deb packages and made them available for everybody that uses Ubuntu or Ubuntu-based systems, via its kernel.ubuntu.com repository.

The below commands are available for all the Ubuntu, Linux Mint, Elementary OS and other derivative systems.

For 32 bit systems, download and install the i386 debs. For 64 bit systems, download and install the amd64 packages:

How to install Kernel 4.9.x on 32 bit Ubuntu and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.141/linux-headers-4.9.141-0409141_4.9.141-0409141.201811291439_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.141/linux-headers-4.9.141-0409141-generic_4.9.141-0409141.201811291439_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.141/linux-image-4.9.141-0409141-generic_4.9.141-0409141.201811291439_i386.deb

Install the Kernel:

$ sudo dpkg -i linux-headers-4.9*.deb linux-image-4.9*.deb

Optional, remove the kernel:

$ sudo apt-get remove linux-headers-4.9* linux-image-4.9*

How to install Kernel 4.9.x on 64 bit Ubuntu and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.141/linux-headers-4.9.141-0409141_4.9.141-0409141.201811291439_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.141/linux-headers-4.9.141-0409141-generic_4.9.141-0409141.201811291439_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.141/linux-image-4.9.141-0409141-generic_4.9.141-0409141.201811291439_amd64.deb

Install the Kernel:

$ sudo dpkg -i linux-headers-4.9*.deb linux-image-4.9*.deb

Optional, remove the kernel:

$ sudo apt-get remove linux-headers-4.9* linux-image-4.9*

How To Install Kernel 4.4.165 on Ubuntu

$
0
0

Kernel 4.4.165 has been released, bringing ARM, PowerPC, x86 and MIPS hardware architecture improvements and some fixes regarding the Alsa sound driver.

Installation instructions:

Compiling a Linux kernel is a little difficult and takes some time, but the Ubuntu (and derivative) users do not have to worry about that, because Canonical provides deb packages for these systems, via its kernel.ubuntu.com repository.

The below commands are available for all the Ubuntu, Linux Mint, Elementary OS and other Ubuntu derivative systems like Peppermint, LXLE, Linux Lite, Voyager etc. Pay attention to download and install the Kernel patch for your system’s architecture (i386 debs for 32 bit systems and amd64 debs for 64 bit systems).

How to install Kernel 4.4 on 32 bit Ubuntu and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.165/linux-headers-4.4.165-0404165_4.4.165-0404165.201811271134_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.165/linux-headers-4.4.165-0404165-generic_4.4.165-0404165.201811271134_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.165/linux-image-4.4.165-0404165-generic_4.4.165-0404165.201811271134_i386.deb

Install the Kernel:

$ sudo dpkg -i linux-headers-4.4*.deb linux-image-4.4*.deb

Optional, remove the kernel:

$ sudo apt-get remove linux-headers-4.4* linux-image-4.4*

How to install Kernel 4.4 on 64 bit Ubuntu and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.165/linux-headers-4.4.165-0404165_4.4.165-0404165.201811271134_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.165/linux-headers-4.4.165-0404165-generic_4.4.165-0404165.201811271134_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.165/linux-image-4.4.165-0404165-generic_4.4.165-0404165.201811271134_amd64.deb

Install the Kernel:

$ sudo dpkg -i linux-headers-4.4*.deb linux-image-4.4*.deb

Optional, remove the kernel:

$ sudo apt-get remove linux-headers-4.4* linux-image-4.4*

How To Install Wine 3.0.4 On Ubuntu

$
0
0

Wine (Wine Is Not An Emulator) is an open-source compatibility layer software app that enables the Linux and Unix users to run Windows software on their systems, via the Winelib software library.

The latest version available is Wine 3.0.4, which comes with the below changes:

  • 20961 RegEditX 2.x/3.x reports ‘Internal error: could not find RegEdit window’ on startup (Wine’s builtin ‘regedit.exe’ needs to provide ‘RegEdit_RegEdit’ window class name)
  • 22255 Total Commander: Deleting the 1st or 2nd character in an edit box deletes all of them
  • 22333 Total Commander: Application freezes when the current directory field is editable, and you right-click a regular file and click Properties
  • 30185 SuperPower 2 demo crashes on launch
  • 30487 Add icons for ‘My Network Places’, ‘My favorites’
  • 36884 Drakensang: The Dark Eye demo crashes on startup (needs d3dx9_36.dll.D3DXCreateTeapot implementation)
  • 37275 Chess Position Trainer 5 (.NET 4.0 app) wants gdiplus.GdipCreateAdjustableArrowCap implementation
  • 37834 RtlSetCurrentDirectory_U prepends “UNC\” for network paths; the resulting path is invalid
  • 39906 ODB++ Viewer fails to install due to improper bat file handling (quoting or delimiting problem)
  • 40598 Warframe ‘launcher.exe’ reports ‘update failed’ (‘InternetCrackUrlW’ must resize buffer when URL canonicalization fails due to insufficient buffer)
  • 41652 Uplay cannot connect/login to Server
  • 42470 Frequent critical section timeouts in winetricks dotnet46
  • 42577 Far manager: needs virtdisk.dll.GetStorageDependencyInformation
  • 42710 Wechat can not send file to friend
  • 42870 CurrentBuild registry value is missing
  • 43036 SetNamedPipeHandleState returns ERROR_ACCESS_DENIED when setting PIPE_NOWAIT
  • 43125 Device reports coming in too fast
  • 43488 Bluestacks crashes in ITextService::TxGetVScroll()
  • 44369 cmd’s %0 path variables (e.g. %~dp0) wrong inside subroutine call
  • 44489 Zwei: The Arges Adventure can’t detect installed Indeo 5 codec
  • 44490 Zwei: The Arges Adventure videos play distorted (Indeo 5 encoded)
  • 45715 Just Dance 2017: Unimplemented function mfplat.dll.MFCreateMemoryBuffer
  • 45722 cmd for loop doesn’t work with tokens and delims
  • 45729 cmd’s REM evaluates |
  • 45731 cmd for loops sensitive to whitespace
  • 45770 WMP9 crashes with unimplemented function pidgen.dll.PIDGenSimpW
  • 45784 Bethesda Launcher Updater crashes on unimplemented function msvcp110.xtime_get
  • 45785 Bethesda Launcher Updater crashes on unimplemented function msvcp110._Xtime_diff_to_millis2
  • 45786 GTA downgrader (.NET program latest.exe) crashes: “Can’t find matching timezone information” (“America/Sao_Paulo”)
  • 45821 Metasploit Console won’t start due to missing registry value HKLM\System\CurrentControlSet\Services\Tcpip\Parameters\DataBasePath
  • 46106 Stable: ARM64 build broken with gcc

Installation instructions:

Due to the fact that the office Wine webpage provides installation instructions, the process itself is quite easy. Just follow the instructions suitable for your operating system.

How to install the latest version of Wine on Ubuntu 18.10 Cosmic Cuttlefish (for both 32 bit and 64 bit systems):

$ sudo dpkg --add-architecture i386
$ wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard/Release.key
$ sudo apt-key add Release.key
$ sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
$ sudo apt-get update
$ sudo apt-get install --install-recommends winehq-stable

How to install the latest version of Wine on Ubuntu 18.04 Bionic Beaver and Ubuntu 16.04 Xenial Xerus (for both 32 bit and 64 bit systems):

$ sudo dpkg --add-architecture i386
$ wget -nc https://dl.winehq.org/wine-builds/Release.key
$ sudo apt-key add Release.key
$ sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
$ sudo apt-get update
$ sudo apt-get install --install-recommends winehq-stable

How to install the latest version of Wine on Linux Mint 19.x (for both 32 bit and 64 bit systems):

$ sudo dpkg --add-architecture i386
$ wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard/Release.key
$ sudo apt-key add Release.key
$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
$ sudo apt-get update
$ sudo apt-get install --install-recommends winehq-stable

How to install the latest version of Wine on Linux Mint 18.x (for both 32 bit and 64 bit systems):

$ sudo dpkg --add-architecture i386
$ wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard/Release.key
$ sudo apt-key add Release.key
$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
$ sudo apt-get update
$ sudo apt-get install --install-recommends winehq-stable

How to install the latest version of Wine on Linux Mint 17.x (for both 32 bit and 64 bit systems):

$ sudo dpkg --add-architecture i386
$ wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard/Release.key
$ sudo apt-key add Release.key
$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ trusty main'\
$ sudo apt-get update
$ sudo apt-get install --install-recommends winehq-stable

Optional, to remove wine, do the following:

$ sudo apt-get purge winehq-stable

How To Install VueScan 9.6.22 On Linux

$
0
0

As you may know, VueScan is a software that permits the users to easily scan documents via either Flatbed and Glass.

Basically, it uses the scan driver (virtual interface) and provides a user interface, so that the users can scan easily. According to the official website, VueScan is compatible with 5831 scanners from 42 scanner manufacturers

The latest version available is VueScan 9.6.22, which comes with some changes.

Installation instructions:

The official VueScan website provides the software as a precompiled archive, so all you need to do is to download the archive for your system’s architecture, extract it, set execution permissions and run the app launcher.

How to install VueScan on 32 bit (i386/i586) Linux systems:

$ wget -c www.hamrick.com/files/vuex3292.tgz
$ tar -zxvf vuex*.tgz
$ cd VueScan
$ chmod u+x vuescan
$ ./vuescan

How to install VueScan on 64 bit (amd64/x86_64) Linux systems:

$ wget -c www.hamrick.com/files/vuex6492.tgz
$ tar -zxvf vuex*.tgz
$ cd VueScan
$ chmod u+x vuescan
$ ./vuescan

How To Install AppGrid 0.298 on Ubuntu

$
0
0

As you may know, App Grid is a lightweight, closed source but free alternative for the Ubuntu Software Center. It has a modern and intuitive graphical user interface, offering a grid view of the installable applications, including screenshots and ratings.

The latest version available is App Grid 0.252, which has been recently released, coming with a bunch of changes only.

Installation instructions:

Up to date packages are available via some third party PPA, so installing the software on Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other derivative systems is easy. All you need to do is add the PPA to your system, update the local repository index and install the appgrid package:

$ sudo add-apt-repository ppa:appgrid/stable
$ sudo apt-get update
$ sudo apt-get install appgrid

Optional, to remove appgrid, do:

$ sudo apt-get remove appgrid

How To Install KDE Plasma 5.14.4 On Ubuntu/Kubuntu 18.10

$
0
0

As you already know, KDE is one of the most popular desktop environments available for Linux systems, being the mail desktop environment of Kubuntu.

The latest version available is KDE Plasma 5.14.4, which has been released recently. According to the changelog, it brings enhanced support for Flatpak, improved global progress display for updates in the Plasma Discover graphical package manager, better label contrast on Folder View, updated Weather add-on to correctly display temperatures of 0 degrees, updated software components and various other fixes.

From the official announcement:

“Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.14.4. Plasma 5.14 was released in October with many feature refinements and new modules to complete the desktop experience. This release adds a week’s worth of new translations and fixes from KDE’s contributors. The bugfixes are typically small but important,”

Installation instructions:

In this article I will show you how to install the latest version of KDE Plasma on Ubuntu 18.10 Cosmic Cuttlefish.

For Kubuntu, you only need to add the ppa to your system, refresh the repo index and perform a system upgrade, in order to update your system:

$ sudo add-apt-repository ppa:kubuntu-ppa/backports
$ sudo apt update
$ sudo apt dist-upgrade

For Ubuntu 18.10 Cosmic Cuttlefish using a different desktop environment, you have to add the ppa, update the repo index and install the required package:

$ sudo add-apt-repository ppa:kubuntu-ppa/backports
$ sudo apt update
$ sudo apt install plasma-desktop #for the desktop environment only

OR:

$ sudo apt-get install kubuntu-desktop #for the full kubuntu desktop and customizations

How To Install Skype 8.34.0 (Stable) on Ubuntu And Derivative Systems

$
0
0

As you may know, Skype is a popular instant messaging and video conference application, acquired a few years ago by Microsoft.

The latest stable version avaible is Skype 8.34.0, which comes with a bunch of changes.

Installation instructions:

In order to successfully install the latest version of Skype available on Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems, you need to install the snapd package (and install the skype package via the snaps):

$ sudo apt-get install snapd
$ sudo snap install skype --classic

To remove skype, do:

$ sudo apt-get remove skype


How To Install LibreOffice 6.1.3 RC2 on Ubuntu

$
0
0

As you may know, LibreOffice is the most popular, open-source Office suite, available by default on some of the most popular Linux systems.

Recently, LibreOffice 5.0.4 has been released, bringing bug-fixes only, including:

  • Use the elementary icon set by default GNOME-based Linux distros
  • New app icons that you can see in the application launcher.
  • Reworked image handling using a new graphic manager
  • The notebook bar is significantly improved in LibreOffice 6.1
  • Use native GTK3 dialogs on Linux desktops.
  • Improvements to Excel 2003 XML import
  • DOCX export/import
  • And many other new featurese and improvements

Installation instructions:

In order to install the latest version available of LibreOffice on Ubuntu 18.10 Cosmic Cuttle, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems, you need to add the PPA to your system, update the local repository index and install the libreoffice package:

$ sudo add-apt-repository ppa:libreoffice/ppa
$ sudo apt-get update
$ sudo apt-get install libreoffice

Optional, to remove libreoffice, do:

$ sudo apt-get remove libreoffice

How To Install UberWriter 2.1.2 On Ubuntu Via Flatpak

$
0
0

UberWriter is an open-source writing application, with markdown support and features for exporting files to PDF, RTF, ODT and HTML, via pandoc. The software allows the users to write in either fullscreen or the focus mode, that highlights the sentence which is currently written.

The default skin provides a white background, some horizontal lines and a dark font, but the users can choose an inverted skin, having a dark background and white font.

The latest version available is UberWriter 2.1.2, which brings fixes only.

Installation instructions:

Due to the fact that it is not available via any PPA or repository, the easiest way to install UberWriter on Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Ubuntu 16.04 Xenial Xerus, Linux Mint, Elementary OS and other Ubuntu derivative systems, you need to install and use flatpak and install uberwriter via Flatpak:

$ sudo apt-get install flatpak
$ sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
$ sudo flatpak install flathub de.wolfvollprecht.UberWriter
$ sudo flatpak run de.wolfvollprecht.UberWriter

How To Install Java 8 On Ubuntu 18.10, Ubuntu 18.04 And Derivative Systems

$
0
0

As you may know, the Oracle Java 8 (stable) has been recently released, coming with a lot of changes and new features.

Installation instructions:

Due to the fact that the Java 8 installer is avalable via PPA, installing the software on Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems is easy. All you need to do is add the PPA to your system, update the local repository index and install the oracle-java8-installer package. Like this:

$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer

Optional, to remove Java, do:

$ sudo apt-get remove oracle-java8-installer

How To Install Selene Media Encoder 17.7 On Ubuntu 18.10, Ubuntu 18.04 And Derivative Systems

$
0
0

As you may know, Selene Media Encoder is a video converting tool, with support for the most popular video and audio formats: OGG, OGV, MKV, MP4, WEBM, OPUS, AAC, FLAC, MP3 and WAV.

The latest version available is Selene Media Encoder 17.7 which has been recently released, coming with changes.

Installation instructions:

The latest version of the software is available via some third party PPA, so installing the software on Ubuntu systems is easy.

All you need to do is add the PPA to your system, update the local repository index and install the selene package:

$ sudo apt-add-repository ppa:teejee2008/ppa
$ sudo apt-get update
$ sudo apt-get install selene

Optional, to remove selene, do:

$ sudo apt-get remove selene

The installation instructions should work on Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems.

How To Install FocusWriter 1.6.16 on Ubuntu

$
0
0

FocusWriter is a text editor, having a hide-away interface to provide a distraction-free environment. It is open-source and cross-plaftorm, working on Linux, Windows and Mac OS X. Among others, it has support for TXT, RTF and ODT, allows the users to set timers and alarms, it has auto-save and spell-check, it supports some new themes and is traslated in more than 20 languages.

The latest version available is FocusWriter 1.6.16, which has been recently released, coming with a few fixes only:

Install FocusWriter on Ubuntu

Installation instructions:

The latest FocusWriter builds are available via some third party PPA, so installing it is easy. All you need to do is add the PPA to your system, update the local repository index and install the focuswriter package. Like this:

$ sudo add-apt-repository ppa:gottcode/gcppa
$ sudo apt-get update
$ sudo apt-get install focuswriter

Optional, to remove focuswriter, do:

$ sudo apt-get remove focuswriter

The installation instructions should work on Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems.

Viewing all 2249 articles
Browse latest View live