Archives For November 30, 1999

Skype for Linux

A new beta release, Skype for Linux 5.1, was announced a few hours ago.

There are many new features and improvements coming with Skype for Linux Beta 5.1. However, only following changes are mentioned in the announcement:

  • Updated to Electron 1.6.2
  • Improved installer scripts that register the Skype update repository for you
  • Many smaller improvements and bugfixes

How to Install Skype 5.1 in Ubuntu / Linux Mint:

Skype website offers DEB packages for download at the link below:

You can also add the official Skype repository to install and receive updates via Software Updater utility, by following the steps below:

1. Open terminal by pressing Ctrl+Alt+T or searching for “terminal” from the Dash. When it opens, run command:

dpkg -s apt-transport-https > /dev/null || bash -c "sudo apt-get update; sudo apt-get install apt-transport-https -y"

Type in your password when it prompts and hit Enter. The command will check if the ‘apt-transport-https’ package is installed.

2. Run command to install the GPG key:

curl https://repo.skype.com/data/SKYPE-GPG-KEY | sudo apt-key add -

3. Add Skype repository to your system:

echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list

After adding the repository, you can install Skype for Linux either via Synaptic Package Manager or by running command:

sudo apt-get update && sudo apt-get install skypeforlinux

And future updates will be available in Software Updater along with other system updates.

How to Uninstall:

To remove the Skype repository, go to System Settings -> Software & Updates -> Other Software tab.

PPSSPP, a free and open-source Sony PSP emulator, has reached the 1.4 release a few days ago. Here’s how to install it in Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, and Ubuntu 17.04.

PPSSPP can run your PSP games on your PC in full HD resolution. It can even upscale textures that would otherwise be too blurry as they were made for the small screen of the original PSP.

All trademarks are property of their respective owners. The emulator is for educational and development purposes only and it may not be used to play games you do not legally own.

The latest PPSSPP 1.4 was released on March 31 that features:

  • Support Direct3D 11 (performs better than OpenGL or D3D9 on most hardware)
  • Audio quality improvement (linear interpolation)
  • Hardware spline/bezier tesselation in OpenGL, D3D11 and Vulkan (…)
  • Post-processing shaders in D3D11
  • Prescale UV setting removed, now the default (improves perf)
  • High DPI display fixes
  • Various fixes for UMD switching for multi-UMD games
  • New audio setting to improve compatibility with Bluetooth headsets
  • Various desktop gamepad compatibility fixes
  • Workaround for mipmap issue, fixing fonts in Tactics Ogre Japanese
  • Assorted minor compatibility fixes, code cleanup and performance improvements

How to Install PPSSPP 1.4 in Ubuntu via PPA:

The software has an official PPA for current Ubuntu releases and derivatives. Follow the steps below one by one to add it and install PPSSPP:

1. Open terminal by pressing Ctrl+Alt+T or searching for “Terminal” from start menu. When it opens, run command:

sudo add-apt-repository ppa:ppsspp/stable

Type in your password (no visual feedback due to security reason) and hit Enter.

2. After adding the PPA, you can either search for install ppsspp via Synaptic Package Manager, or run following commands to update package index and install ppsspp:

sudo apt-get update

sudo apt-get install ppsspp

Uninstall:

To remove the PPA, launch Software & Updates utility and navigate to Other Software tab. The PPSSPP package can be removed either via Synaptic Package Manager or by running command:

sudo apt-get remove ppsspp && sudo apt-get autoremove

Avidemux video editor has reached the 2.6.19 release a few days ago. It features better support for HEVC in mpeg TS and 10bits codec.

Avidemux 2.6.19 changelog includes:

  • All filters with preview have better navigation dialogs
  • Delogo filter UI redone
  • Fixed changeFps/resampleFps seeking
  • HEVC support improved
  • Flv/Demux : Support large files (rcdrone)
  • Allow EAC3 as external audio track
  • General usability cleanup
  • Allow using the last read folder as default save folder
  • 2 pass encoding dialog cleanup
  • Dynamically enable/disable menu
  • Customizable keyboard shortcut
  • Allow reverting page up/down
  • Better support for 10bits
  • Translation updates
  • Updated ffmpeg libs to 3.0.7

How to Install Avidemux 2.6.19 in Ubuntu:

The GetDeb repository has build the new release for Ubuntu 16.04, Ubuntu 16.10, and their derivatives.

1. To add the repository, open terminal via Ctrl+Alt+T or searching for “terminal” from start menu, and run command:

sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu $(lsb_release -sc)-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

For Linux Mint 18, add the GetDeb repository via Software Sources -> Additional Repositories

2. Then refresh, search for and install avidemux2.6-qt package via Synaptic Package Manager.

Or run commands in terminal to check for updates and install Avidemux 2.6.19:

sudo apt-get update

sudo apt-get install avidemux2.6-qt

How to Uninstall:

To remove the package, either use Synaptic Package Manager or run command:

sudo apt-get remove avidemux2.6-qt && sudo apt-get autoremove

And remove the repository by going to Software & Updates -> Other Software tab.

The Openshot video editor has reached the new stable 2.3 release today. Here’s how to install it in Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, Linux Mint 17 & 18, and their derivatives.

Openshot 2.3 is one of the biggest release filled with new features, performance improvements, and tons of bug fixes! Release highlights include:

  • A new transform tool, allows real-time transformations in the video preview window.
  • Zooming the timeline has been greatly improved.
  • The razor tool from OpenShot 1.4.3 has returned
  • Many improvements to the Title Editor and Animated Title Editor.
  • Preview has own dedicated video player, allows multiple preview windows at the same time.
  • Huge performance improvements for real-time previews
  • New documentation (English only so far)
  • Audio, Export dialog, and other improvements. See release note.

How to Install OpenShot 2.3 via PPA:

The OpenShot Stable PPA has built the new packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, and Linux Mint 17 & 18.

1. Open terminal via Ctrl+Alt+T or by searching “Terminal” from start menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:openshot.developers/ppa

Type in your password (no visual feedback due to security reason) and hit Enter.

2. If you have a previous Qt version (no the stock version in Ubuntu Software) installed, now launch Software Updater to upgrade Openshot after checking for updates.

Or run the commands below one by one in terminal to check updates and install Openshot 2.3:

sudo apt-get update

sudo apt-get install openshot-qt

Uninstall:

The PPA repository can be easily removed by launching Software & Updates and navigating to Other Software tab. And the openshot-qt package can be removed either via your package manager or by running command:

sudo apt-get remove openshot-qt && sudo apt-get autoremove

The Vivaldi web browser has reached the new stable 1.8 release earlier today features new advanced History.

The start page contains a new history tab, that gives you a list, daily, weekly, or monthly history overviews. There are also graphs and a color-coded heat map overlay showing peaks of online activity and key browsing trends.

There is also an option to search with a specified date range.

A history icon has also been added into the left Side Panel provides a list of visited URLs. The Vivaldi team announced that “Vivaldi doesn’t collect your history data. All of this information is strictly private and local to your computer.”

Other features in Vivaldi 1.8:

  • create notes with drag and drop
  • auto-muting options for tabs.
  • Option to set the home page to Start page.
  • Ability to open links in the current tab from the right-click menu.
  • An option to display hibernated tabs in grayscale.
  • Matches are highlighted in the address bar drop-down menu.
  • Image search from the right-click menu.

Download / Install Vivaldi 1.8:

The DEB package is available for download at the link below:

If you have a previous version of Vivaldi browser installed, you should be able to upgrade it via Software Updater:

If you don’t see it, re-enable the Vivaldi repository via command in terminal:

gksudo gedit /etc/apt/sources.list.d/vivaldi.list

un-comment or add (if empty) the following line and save it:

deb http://repo.vivaldi.com/stable/deb/ stable main

Plank 0.11.4, another maintenance release of 0.11.x “Eddy”, was released a dozen hours ago.

The 0.11.4 release of this simplest dock fixed underscores in some menu items not being shown, and plank adding an extra icon when trying to empty trash. See the changelog:

  • Fix underscores not being shown in some menu items (LP: #1662968)
  • Make window-manager aware that empty-trash dialog is part of plank (LP: #1652653)
  • Fix build with -Werror=pointer-to-int-cast, -Werror=format, -Werror=implicit-function-declaration
  • Generate manpage with help2man
  • Update appdata
  • Update translations

How to Install Plank 0.11.4 in Ubuntu via PPA:

The Plank Testing PPA has built the packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, and Ubuntu 17.04. The testing package works well enough that it shouldn’t be a problem for daily use.

1. Open terminal via Ctrl+Alt+T or searching for “terminal” from start menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ricotz/docky

2. After typing your password and hitting enter. Run commands to update and install plank:

sudo apt-get update

sudo apt-get install plank

Tip: Although the package marked as 0.11.3+bzr1597, it contains all the changes in plank 0.11.4.

How to Remove:

The PPA can be removed by going to Software & Updates -> Other Software tab. And to remove plank, run command:

sudo apt-get remove plank

MKVToolNix has reached the new major 10.0.0 series with H.264 and H.265 parsers improvements. Here’s how to install it in Ubuntu 16.04, Ubuntu 14.04, Ubuntu 16.10, and their derivatives.

MKVToolNix 10.0.0 changelog:

  • mkvmerge: AVC/h.264 parser: mkvmerge will now drop all frames before the first key frame as they cannot be decoded properly anyway.
  • mkvmerge: HEVC/h.265 parser: mkvmerge will now drop all frames before the first key frame as they cannot be decoded properly anyway.
  • mkvmerge: HEVC/h.265 parser: added a workaround for invalid values for the “default display window” in the VUI parameters of sequence parameter sets.
  • mkvmerge: MP4 reader: fixed track offsets being wrong in certain situations regarding the presence or absence of edit lists (‘elst’ atoms) & composition timestamps (‘ctts’ atoms).
  • mkvmerge: MP4 reader: offsets in “ctts” are now always treated as signed integers, even with version 0 atoms.
  • mkvinfo: the timestamps of SimpleBlocks with negative timestamps are now shown correctly.
  • mkvmerge: Matroska reader: fixed handling BlockGroups and SimpleBlocks with negative timestamps.
  • mkvmerge: MP3 packetizer: the MP3 packetizer will no longer drop timestamps from source containers if they go backwards. This keeps A/V in sync for files where the source was in sync even though their timestamps aren’t monotonic increasing.
  • mkvmerge: AVC/h.264 parser: mkvmerge will now drop timestamps from the source container if no frame is emitted for that timestamp.
  • mkvmerge: HEVC/h.265 parser: mkvmerge will now drop timestamps from the source container if no frame is emitted for that timestamp. Fixes the HEVC equivalent of the problem with AVC described in #1908.
  • mkvextract: SSA/ASS: fixed extraction when the “Format” line in the “[Events]” section contains less fields than the default for SSA/ASS would indicate.

How to Install MKVToolNix 10.0.0 in Ubuntu / Linux Mint:

1. Open terminal via Ctrl+Alt+T or by searching “terminal” from start menu. When it opens, run command to add MKVToolNix Linux repository:

sudo sh -c 'echo "deb http://mkvtoolnix.download/ubuntu/ $(lsb_release -sc) main" >> /etc/apt/sources.list.d/bunkus.org.list'

Type in your password (no visual feedback due to security reason) and hit Enter. For Linux Mint 18, replace $(lsb_release -sc) in the code with xenial.

2. Then install the GPG key via command:

wget -q -O - https://mkvtoolnix.download/gpg-pub-moritzbunkus.txt | sudo apt-key add -

3. Finally upgrade MKVToolNix via Software Updater if you have a previous release installed.

Or run following commands in terminal to install / upgrade the software:

sudo apt-get update

sudo apt-get install mkvtoolnix mkvtoolnix-gui

PyCharm 2017.1 was released yesterday. Features a much faster debugger, improved Python and JavaScript unit testing, and support for the six library.

PyCharm 2017.1 release highlights:

  • The Python debugger got forty times faster for Python 3.6 projects, and up to two times faster for older versions of Python
  • added support for the six compatibility library
  • Unit test runners for Python have been rebuilt from the ground up: you can now run any test configuration with PyCharm
  • Improved JavaScript unit testing: gutter icons indicating whether a test passed and support for Jest, Facebook’s JS testing framework (PyCharm Professional only)
  • Zero-latency typing is now on by default
  • Support for native Docker for Mac – no more need to use SOCAT! (PyCharm Professional only)
  • And more!

How to Install PyCharm 2017.1 in Ubuntu:

For the community version, the GetDeb repository has made the packages for Ubuntu 16.04, Ubuntu 16.10, and Linux Mint 18.

1. Open terminal via Ctrl+Alt+T for searching for “terminal” from start menu. When it opens, run command:

sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu $(lsb_release -sc)-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

2. After adding the GetDeb repository, setup the GPG key via command:

wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

For Linux Mint, please enable GetDeb repository via Software Sources -> Additional Repositories.

3. Finally install PyCharm, the community version, via commands:

sudo apt update

sudo apt install pycharm

For the professional version, download the official Linux package from the link below, extract, and run the executable from bin/ folder (or read the document).

The final beta of Ubuntu 17.04 Zesty Zapus has been released earlier today. Features images for Desktop, Server, Cloud, and opt-in flavors, including Kubuntu 17.04, Lubuntu 17.04, Ubuntu Budgie 17.04, Ubuntu Gnome 17.04, UbuntuKylin 17.04, Ubuntu MATE 17.04, Ubuntu Studio 17.04, Xubuntu 17.04.

This Zesty Zapus snapshot includes the v4.10 kernel and Mesa 17. Ubuntu 17.04 download link http://releases.ubuntu.com/17.04/

Kubuntu 17.04 Beta 2 highlights:

  • Plasma 5.9, KDE Applications 16.12.3, KDE Frameworks 5.31
  • Calligra Office Suite updated to Qt/KF5 version 3.0.0.1
  • Krita latest bugfix release – after this popular and advanced digital painting application was split from Calligra.
  • K3B updated to a Qt5/KF5 snapshot of the version to be included in KDE’s next applications release.
  • Okular PDF and document reader is now Qt/KF5 in apps 16.12
  • Kdevelop is now the most recent bugfix release of the new version 5.0.x series.
  • Numerous application and translation updates from KDE.

Ubuntu Budgie 17.04 Beta 2 highlights:

  • latest budgie-desktop stable v10.2.9.
  • GNOME 3.24 applications together with GTK+ 3.24 Mutter window manager
  • latest budgie-welcome app with our browser ballot screen and Material theme makeovers
  • AppIndicator support is now default
  • Terminix is the default terminal
  • Many new GNOME based applications are included by default
  • 17.04 Community Contest Winning Wallpapers
  • Gtk Theme QT apps out of the box.

Ubuntu Gnome 17.04 highlights:

  • Gnome 3.24
  • Night Light feature that automatically reduce the blue light emitted by your computer screen at sunset
  • The Calendar app now has a Week view.
  • Flatpak 0.8 is now installed by default.
  • LibreOffice 5.3

Ubuntu Kylin 17.04 highlights:

  • Gnome Apps updated to 3.24 excluding Nautilus file manager, Terminal, Evolution, and Software.
  • Released foxitreader 1.0.1, available in Kylin Software Center.

Ubuntu MATE 17.04 highlights:

  • MATE Desktop 1.18.0
  • The entire MATE Desktop suite of applications and components is now GTK3+ only!
  • Added full support for libinput
  • Updated version of core apps
  • Dropped 32-bit PowerPC support, completely!

Xubuntu 17.04 highlights:

  • Thunar crash fixes while renaming,copying bugs
  • xfce4-taskmanager has ability to click on window to select process
  • xfce4-notifyd includes persistence support.
  • xubuntu-default-settings include new file templates included – OpenDocument Writer, OpenDocument Spreadsheet

via: fridge.ubuntu.com

Stellarium, a free and open-source planetarium software, has reached the 0.15.2 release a few days ago with over 100 improvements and bug fixes.

Some new features in Stellarium 0.15.2:

  • an algorithm for DeltaT
  • orbit visualization data for asteroids
  • new option for the InfoString group
  • support for calculating extincted magnitudes of satellites
  • new type of Solar system objects: sednoids
  • read the announcement for more details.

How to Install Stellarium 0.15.2 in Ubuntu / Linux Mint:

The new release has been made into the official PPA, available for Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, Linux Mint 18.

1. Open terminal by pressing Ctrl+Alt+T or searching for “Terminal” from start menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:stellarium/stellarium-releases

Type in your password (no visual feedback due to security reason) and hit Enter.

2. If you have an existing Stellarium installation, launch Software Updater (Update Manager) and upgrade the software after checking for updates.

Tip: It’s highly recommended to reset the settings when you will install the new version

Or just run commands in terminal to install / upgrade Stellarium:

sudo apt update

sudo apt install stellarium

Uninstall:

You can easily restore Stellarium to the stock version in your Ubuntu main repository by purging the PPA via command:

sudo apt install ppa-purge && sudo ppa-purge ppa:stellarium/stellarium-releases