Posts Tagged ‘Ppa On Ubuntu’
Install LibreOffice 6.0 via PPA in Ubuntu

LibreOffice office suite reached the 6.0 release more than a week ago. Now it’s finally made into LibreOffice Fresh PPA for Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04.
Though LibreOffice offers .deb binaries for downloading in its website, it’s recommended to install the PPA packages which are well integrated with Ubuntu desktop.
LibreOffice 6.0 release highlights:
- Better compatibility with Microsoft Office documents
- Support for standards-compliant PDF forms within Writer
- Experimental Notebookbar and other user-interface improvements
- OpenPGP can now be used to sign ODF documents
- OOXML interoperability improvements
- Ability to save documents as ePub ebook files
- And many more other changes, see the announcement for details.
How to Install LibreOffice 6.0 via PPA in Ubuntu:
Open terminal either via Ctrl+Alt+T keyboard shortcuts, or by searching for “terminal” from application launcher. When it opens, do:
1. Run command to add the LibreOffice Fresh PPA:
sudo add-apt-repository ppa:libreoffice/ppa
Input your password (no visual feedback while typing) when it prompts, and read terminal output for PPA description and hit Enter to continue.

2. Then you’ll see the upgrade available in Software Updater after checking for updates.

The LibreOffice upgrading process may be kept back. If so, run following commands instead in terminal after added the PPA:
sudo apt-get update sudo apt-get dist-upgrade

Uninstall:
You can restore to stock version of LibreOffice in Ubuntu main archive by running command in terminal:
sudo apt-get install ppa-purge && sudo ppa-purge ppa:libreoffice/ppa
Libreoffice 6, Libreoffice Download, Libreoffice Ubuntu, Libreoffice Ubuntu Install, Libreoffice Update
Ppa In Ubuntu, Ppa On Ubuntu, Ppa Ubuntu
NEMO 3.4 WITHOUT CINNAMON DEPENDENCIES AVAILABLE IN PPA FOR UBUNTU 17.04 AND 16.04
Update: the article initially mentioned Nemo 3.2. The PPA now provides Nemo 3.4 for Ubuntu 17.04, 17.10 and 16.04 (Ubuntu 16.10 is no longer supported by Canonical, so Launchpad doesn’t allow uploading new packages for it).
To make it easy to go back to Nemo 2.8.0 for Ubuntu 16.04 users in case something doesn’t work properly (because there were quite a few under the hood changes in Nemo), I decided to upload the latest Nemo 3.4 to a new PPA.
- dual pane (can be enabled from the View menu or using the F3 key)
- unified, configurable toolbar (you can show or hide the up, next, home, open in terminal, new folder, search button and more);
- built-in actions, scripts and extensions manager;
- treeview sidebar option;
- re-worked statusbar with zoom controls, free space info, as well as options to toggle displaying the places sidebar, treeview or completely hide the sidebar;
- the main toolbar, menubar, and statusbar can be hidden;
- built-in “Open as root” and “Open in terminal” context menu items;
- “Set as Wallpaper” context menu for images;
- sidebar: indicators under each drive, displaying the free/used space;
- improved the Open With dialog;
- option to resize individual desktop icons;
- much more.
![]() |
Nemo 3.2.0 with two panes and plugin manager |
Nemo has received quite a few improvements since version 2.8.x (which is available in the WebUpd8 Nemo PPA), such as:
- option to choose on which monitor to show the desktop folder (icons). This can be changed via Dconf Editor (org > nemo > desktop > desktop-layout), and can be set to show desktop icons on primary monitor, on remaining monitors, or on all monitors (default is primary only).
- fixed wrong desktop size with GTK 3.20;
- re-enabled desktop type-to-select feature;
- option to double-click empty area to go to parent directory (can be enabled in the Nemo Preferences, under Behavior);
- only append .desktop to desktop files when they actually need it. Trusted desktop files (ones that typically get made and placed on the desktop) don’t show their extension, so when you try to rename them, the new name needs .desktop appended to it;
- many other improvements and bug fixes.
For a complete Nemo changelog, see THIS page.
Install Nemo 3 with Unity patches and without Cinnamon dependencies in 17.04, 17.10 or 16.04
sudo add-apt-repository ppa:webupd8team/nemo3
sudo apt update
sudo apt-get install nemo nemo-fileroller
Please note that if you already have an older Nemo version installed, upgrade to the latest Nemo version, Run the following command to do so:
sudo apt-get update
sudo apt-get upgrade
killall nemo
Important: if you’re upgrading from an older Nemo version and you had Nemo set to draw the desktop, you’ll have to either logout/login or run “nemo-desktop” manually. This is only required once after updating – that’s because the executable used to draw the desktop is now “nemo-desktop” instead of “nemo”.
Optional: set Nemo as the default file manager
gsettings set org.gnome.desktop.background show-desktop-icons false
xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
(the first command above disables Nautilus from handling the desktop, and the second command sets Nemo as the default app to open directories)
Then restart the session (logout/login) and you’re done!
How to revert the changes
To revert the changes, use Nautilus to draw the desktop instead of Nemo:
gsettings set org.gnome.desktop.background show-desktop-icons true
And set Nautilus back as the default file manager:
xdg-mime default nautilus.desktop inode/directory application/x-gnome-saved-search
To remove the PPA and all the Nemo packages (including the Nemo extensions), use:
sudo apt remove nemo nemo-*
sudo rm /etc/apt/sources.list.d/webupd8team-nemo-*.list
Read More Should Read Also
For Ubuntu 17.10 I found this seems to work a lot better
To install Nemo (3.4.7) File Manager in Ubuntu open Terminal (Press Ctrl+Alt+T) and copy the following
sudo add-apt-repository ppa:noobslab/nemo3
sudo apt-get update
sudo apt-get install nemo
Install Extensions for Nemo using this command:
Terminal Commands:
sudo apt-get install nemo-compare nemo-audio-tab nemo-emblems nemo-filename-repairer nemo-fileroller nemo-gtkhash nemo-image-converter nemo-pastebin python-nemo nemo-rabbitvcs nemo-seahorse nemo-share nemo-terminal
To remove Nemo and PPA, Enter following commands:
Terminal Commands:
sudo apt-get remove nemo nemo-*
sudo apt-get install ppa-purge
sudo ppa-purge ppa:noobslab/nemo3
Ppa For Ubuntu 17.10, Ppa For Ubuntu, Ppa Error Ubuntu, Ppa Ubuntu Install, Ppa On Ubuntu