Questions tagged [ubuntu-17.04]

GENERAL UBUNTU SUPPORT IS OFF-TOPIC. Support questions may be asked on https://askubuntu.com/. Use this tag only for questions that are specific to Ubuntu 17.04. If your question applies to other versions of Ubuntu, use [ubuntu] instead. If your question applies to other distributions of Linux, use [linux] instead.

81 questions
304
votes
2 answers

How to install Maven 3 on Ubuntu 18.04/17.04/16.10/16.04 LTS/15.10/15.04/14.10/14.04 LTS/13.10/13.04 by using apt-get?

Try: sudo apt-get install maven If it works for you ignore the rest of this post. Intro I started setting up my Ubuntu 12.10 on April 2013 and the normal sudo apt-get install maven was not working for maven 3 back then. The manual installation in…
AmirHd
  • 10,027
  • 11
  • 37
  • 59
105
votes
9 answers

Can't change emulated performance of AVD in Android Studio

I can't change the graphics to software as I'm sure this is the fix for my AVD not launching. The option is greyed out (see screenshot). Has anyone has experience with this? I couldn't find anyone who had the same issue. I'm running the latest…
Michel Michels
  • 1,410
  • 2
  • 8
  • 15
19
votes
4 answers

Error while installing php 7.2 in ubuntu 17.04

I got this error when run below command sudo apt install php7.2 php7.2-common php7.2-cli php7.2-fpm Reading state information... Done E: Unable to locate package php7.2 E: Couldn't find any package by glob 'php7.2' E: Couldn't find any package…
rawathemant
  • 674
  • 1
  • 4
  • 16
15
votes
4 answers

Google Compute Engine Ubuntu 17.04 zesty does no longer have a Release file

I have just created a new Google Cloud Compute Engine server using Ubuntu 17.04 as the boot disk: Ubuntu 17.04 amd64 zesty image built on 2017-12-08 Before doing anything else, if I try to run sudo apt-get update I receive the following…
chapmanio
  • 2,554
  • 3
  • 18
  • 20
11
votes
1 answer

Running an AVD from Android Studio on Ubuntu 17.04

I am trying to run an app from Android Studio but the AVD does not start. It hangs on 'Waiting for target device to come online' although the emulator loading part finishes (the emulator does not open but the progress bar completes). Output from…
Brian
  • 1,751
  • 16
  • 54
  • 98
10
votes
3 answers

Install gitlab-ce on ubuntu server 17.04

I'm trying to install the gitlab-ce package on a system running Ubuntu server 17.04. I followed the official installation instructions here. First I ran: sudo apt-get install curl openssh-server ca-certificates postfix I already had all of those…
zomnombom
  • 937
  • 1
  • 9
  • 15
9
votes
4 answers

sudo apt-get update fail on Ubuntu 17.04

While running the sudo apt-get update on ubuntu 17.04 Zesty Zapus, I am getting the following error. I have posted on the error lines. I wanted to install python libraries like matplotlib and tkinter which failed to installed because above command…
Ayush Kumar
  • 498
  • 2
  • 6
  • 18
8
votes
4 answers

psycopg2 import error when ubuntu upgraded to 17.10 (from 17.04)

Everything was working great until I upgraded the OS to Ubuntu 17.10. Now my Django project won't run (python manage.py runserver) because psycopg2 won't import. psycopg2 is already installed with pip (nothing has changed there). To be exact this is…
Prashant Pandey
  • 191
  • 2
  • 9
8
votes
1 answer

Image classification with Keras on Tensorflow: how to find which images are misclassified during training?

I use Keras 2.0 (TensorFlow backend) on Ubuntu 17.04 to do binary image classification. Everything works great except I'd like to see which images are misclassified. How do I do that? Also, unsure if it'd answer my problem, but in TensorBoard I…
Ada Stra
  • 1,171
  • 3
  • 11
  • 13
6
votes
1 answer

The TensorFlow library was compiled to use SSE instructions, but these aren't available on your machine. : How to solve this?

i compiled Tensorflow with bazel on my Ubuntu 17.04 32bit and I installed the resulted .whl with pip. But when i try to import tensorflow, I got this error palash@ash:~$ python Python 3.6.0 |Anaconda custom (32-bit)| (default, Dec 23 2016, 12:22:10)…
Palash Bauri
  • 183
  • 3
  • 15
5
votes
2 answers

Minikube not starting on Ubuntu, throwing errors

I'm running Ubuntu 17.04 (zesty) on a Dell XPS 13 (3854 MB of RAM and Intel Core i5-5200U CPU @ 2.20GHz) and trying to start up Minikube, but I'm getting a couple errors when I try to start it up. ➜ minikube version minikube version: v0.22.3 ➜ …
Attila
  • 890
  • 14
  • 37
5
votes
1 answer

Netbeans 8.1 IDE exits unexpectedly on Ubuntu 17.04

I am using Ubuntu 17.04 as my OS. I want to install and use Netbeans as my php editor. So I have tried sudo apt install netbeans and Netbeans 8.1 is now installed on my system. But as I try to open it, it gets closed just after trying to open. Even…
ConductedClever
  • 3,537
  • 1
  • 21
  • 54
5
votes
1 answer

mysql.service is missing but shows up on list - fails install

I'm on Ubuntu 17.04. Long story short, after wrestling with MariaDB for a bit, I followed some questionable advice on how to completely remove both MySQL and MariaDB from my home server. Now I'm unable to reinstall mysql-server. I'm getting this…
PortableStick
  • 273
  • 2
  • 10
5
votes
1 answer

SceneBuilder crashed upon startup

I performed the installation of SceneBuilder 8.3.0 on Ubuntu Gnome 17.04 with Java Hotspot 1.8.0_131 installed, but when trying to start it, an error occurs, making it impossible to initialize. I've already tried installing Oracle's SceneBuilder…
David
  • 269
  • 1
  • 3
  • 9
4
votes
1 answer

Error creating resource: [message] fopen(): Unable to find the wrapper "https" on Ubuntu using Symfony

I am attempting to install Symfony3 on an Ubuntu 17.04 machine and am getting the error: [GuzzleHttp\Ring\Exception\RingException] Error creating resource: [message] fopen(): Unable to find the wrapper "htt …
Peter Carter
  • 43
  • 1
  • 7
1
2 3 4 5 6