Exploring Ubuntu 18.10 "Cosmic Cuttlefish"
Apps You Need
Ubuntu comes with all the apps that you need to get started. However, you might have your favorite applications. I have my own set of apps that I install to be more productive.
Suppose you want to install VLC, a must-have app that will play virtually every video format. Instead of installing the version of VLC that is available in the Ubuntu repositories, suppose you want to set up the Snap version available directly from the VLC project, which means you get the latest version as packaged by the VLC developers.
Using Snap is as easy as using apt
and apt-get
. To search for the Snap version of the app, run the following command:
snap find vlc
This command will show all the available versions of the app. Now install it by running this command:
sudo snap install vlc
Firefox is a great browser, but I use Google Docs for my stories, and Google Docs shortcuts work better with Chrome. You can install Chrome by downloading the .deb
package file and installing it. Or you can choose the command-line path and add the Google repository to your system, and then install it from the Terminal app.
First, you need to download the key:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Now add the repository:
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
Now refresh the repository, and install Chrome:
sudo apt-get update sudo apt-get install google-chrome-stable
The good news with Chrome is that it comes with the Digital Rights Management (DRM) extension enabled, so you will be able to watch movies and TV shows from web-streaming services like Netflix.
If there are other apps that you need, you can very easily install them using either Snap, apt
, or simply finding a .deb
binary from the official site. However, I would recommend going with the Snap route.
Final Thoughts
The Ubuntu project is back to being what a good distribution should be, and you can once again benefit from the fruits of upstream projects like Gnome.
Infos
- Software Center is an app to manage Software add/remove: http://manpages.ubuntu.com/manpages/xenial/en/man1/software-center.1.html
« Previous 1 2 3
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
Armbian 23.05 is Now Available
Based on Debian 12, the latest version of the ARM/RISC-V distribution is now available to download and install.
-
Linux Mint Finally Receiving Support for Gestures
If you use the Linux Mint Cinnamon desktop, you'll be thrilled to know that 21.2 is getting support for gestures on touchscreen devices and touchpads.
-
An All-Snap Version of Ubuntu is In The Works
Along with the standard deb version of the open-source operating system, Canonical will release an-all snap version.
-
Mageia 9 Beta 2 Ready for Testing
The latest beta of the popular Mageia distribution now includes the latest kernel and plenty of updated applications.
-
KDE Plasma 6 Looks to Bring Basic HDR Support
The KWin piece of KDE Plasma now has HDR support and color management geared for the 6.0 release.
-
Bodhi Linux 7.0 Beta Ready for Testing
The latest iteration of the Bohdi Linux distribution is now available for those who want to experience what's in store and for testing purposes.
-
Changes Coming to Ubuntu PPA Usage
The way you manage Personal Package Archives will be changing with the release of Ubuntu 23.10.
-
AlmaLinux 9.2 Now Available for Download
AlmaLinux has been released and provides a free alternative to upstream Red Hat Enterprise Linux.
-
An Immutable Version of Fedora Is Under Consideration
For anyone who's a fan of using immutable versions of Linux, the Fedora team is currently considering adding a new spin called Fedora Onyx.
-
New Release of Br OS Includes ChatGPT Integration
Br OS 23.04 is now available and is geared specifically toward web content creation.