Search Results
Search type | Search syntax |
---|---|
Tags | [tag] |
Exact | "words here" |
Author |
user:1234 user:me (yours) |
Score |
score:3 (3+) score:0 (none) |
Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
Views | views:250 |
Code | code:"if (foo != bar)" |
Sections |
title:apples body:"apples oranges" |
URL | url:"*.example.com" |
Saves | in:saves |
Status |
closed:yes duplicate:no migrated:no wiki:no |
Types |
is:question is:answer |
Exclude |
-[tag] -apples |
For more details on advanced search visit our help page |
Results tagged with 16.04
Search options not deleted
user 94914
Questions about 16.04 are off-topic on Ask Ubuntu. Sixth LTS (Long Term Support) release of Ubuntu, code-named "Xenial Xerus". Released on April 21, 2016. Reached End of Standard Support (ESS) on April 30, 2021.
2
votes
how to cannot install alien ubuntu 16.04?
alien often produces unsolvable dependencies in the package being installed due to differences in the naming of libraries in the Debian and Red Hat operating systems, however in Ubuntu 16.04 and all supported …
0
votes
How to run a packet from archive manager
sleepyhead sleep tracking software can be installed in Ubuntu 16.04 and later from the default Ubuntu repositories or from the terminal with the following command:
sudo apt install sleepyhead
For …
0
votes
xpra version on ubuntu 16.04
.deb # official deb package from xpra.org
sudo dpkg -i xpra_0.14.35-1_amd64.deb
xpra v0.14.x is the current LTS (long term support) release, and xpra_0.14.35-1_amd64.deb is compatible with Ubuntu 16.04 …
4
votes
How to correctly pronounce Xenial Xerus?
The same as it sounds at Google Translate when the English language selected. Click on the speaker icon at the bottom of the input text box to listen to it pronounced. It sounds like zee-nee-al zee-ru …
0
votes
Accepted
Trouble creating Bootable USB Drive
Your ISO image may be corrupted or incomplete. You can check the SHA1 cryptographic hash from your ISO in Rufus, by clicking the # button at the bottom of the interface. Then go back to the webpage wh …
0
votes
Accepted
Ubuntu 16.04 cannot install VS Code Remote
You need Visual Studio Code Insiders to use this extension. To install Visual Studio Code Insiders (code-insiders) open the terminal and type:
sudo snap install code-insiders --classic
Remote …
1
vote
How to properly add repository of different release?
Mixing software sources from different releases is likely to result in an unworkable system. It only takes 1 updated library that is not compatible to trigger a chain of nasty package management error …
1
vote
Accepted
Installing libfmt-dev in Ubuntu 16
Install the libfmt-dev package from Ubuntu 18.04 in Ubuntu 16.04. libfmt-dev has no dependencies, so you can download it and install it with the following commands:
sudo apt update
wget -c http://archive.ubuntu.com …
4
votes
Trying to install python six with pip runs into problems on Ubuntu 16.04
To install the python-six package from the default Ubuntu 16.04 repositories:
sudo apt install python-six
To install six globally with pip, open the terminal and type:
sudo -H pip2 install --upgrade …
1
vote
Accepted
Can't install arm64 package
There are no download mirrors listed at Download Page for uuid-dev_2.27.1-6ubuntu3_arm64.deb on machines. The uuid-dev package for arm64 architecture appears to be unavailable from the official Ubuntu …
1
vote
I upgrade Atom but its version does not change
My Atom is not beta, it's version 1.23.1 and I installed it from the Ubuntu Software app in Ubuntu 16.04. For information about how to install Atom, see this answer. …
0
votes
Libreoffice 6.0.1.1 Writer on Ubuntu 16.04 opens then closes. Why?
If you have downloaded LibreOffice 6.0.1.1 from the official website or installed it from a PPA, try a better way of installing LibreOffice 6.0.1.1 by installing the LibreOffice snap package. To insta …
2
votes
Can I go with Ubuntu software Center if Ubuntu Software (on 16.04) isn't working properly?
To install Ubuntu Software Center alongside Ubuntu Software in Ubuntu 16.04, open the terminal and type:
sudo apt install software-center
To remove Software application and install Ubuntu Software … Center in Ubuntu 16.04:
sudo apt remove ubuntu-software
sudo apt install software-center
The Ubuntu Software Center will work in Ubuntu 16.04 about the same way as the Software application except for …
3
votes
Ubuntu Software frequently freezes in Ubuntu 16.04
Remove locked up instances of Ubuntu Software from memory.
killall gnome-software
Remove the ~/.local/share/gnome-software directory. It will be recreated the next time you open Ubuntu Software. …
1
vote
Accepted
Am I in Software Rendering Mode?
Your operating system is not using an Nvidia or AMD proprietary graphics driver, so your system is currently running in software rendering mode. If there was a proprietary graphics driver compatible w …