Questions tagged [ubuntu-17.10]

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.10**. If your question applies to other versions of Ubuntu, use [ubuntu] instead. If your question applies to other distributions of Linux, use [linux] instead.

Ubuntu 17.10 is called Artful Aardvark

Questions concerning the use and administration of Ubuntu 17.10, running third-party applications, development, or services provided by Ubuntu may be better suited for Ask Ubuntu rather than StackOverflow.

84 questions
18
votes
3 answers

Installing python-ldap fails with lber.h file not found in ubuntu 17.10 even after installing devel packages

I am trying to install python-ldap package using pip. I am getting the below error while executing pip install python-ldap. I tried installing the package corresponding to ubuntu 17.10 ( Artful ) as per this question but no luck yet. What package am…
Bill Goldberg
  • 1,699
  • 5
  • 26
  • 50
12
votes
2 answers

Failing to read input from .net-core console application in vscode

I've been trying to get dotnet new console example project (for vscode) to work in Ubuntu 17.10. I can get the default program to run: using System; namespace dotnet_console { class Program { static void Main(string[] args) …
Olian04
  • 6,480
  • 2
  • 27
  • 54
7
votes
1 answer

Install OpenMPI on Ubuntu 17.10

I am using the following command for OpenMPI installation on Ubuntu 17.10: sudo apt-get install openmpi-bin openmpi-common openssh-client openssh-server libopenmpi1.3 libopenmpi-dbg libopenmpi-dev. However, I get the following error: E: Unable to…
LM10
  • 1,089
  • 4
  • 10
  • 16
6
votes
2 answers

How to install "not installable" dependancies?

I'm trying to install Codelite on Ubuntu Artful (17.10). I've seen this problem is very common online but I haven't found a fix. Basically when I run sudo apt-get install codelite wxcrafter I get these unmet dependancies Reading package lists...…
GoldenMat
  • 133
  • 1
  • 1
  • 9
5
votes
1 answer

Problems starting Postgresql with sudo

Running Ubuntu 17.10 and I am having an issue running Postgres. It was working a couple weeks ago, but now I have this problem. sudo su postgres psql /usr/bin/psql: line 19: use: command not found /usr/bin/psql: line 20: use: command not…
Oh Great One
  • 374
  • 2
  • 17
4
votes
2 answers

Failed to install tensorflow on Ubuntu 17.10

When trying to install tensorflow on ubuntu 17.10 (python 3.6) i got this error: Collecting tensorflow==1.7.0 from https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.7.0-cp36-cp36m-linux_x86_64.whl could not find a version that…
K.cyrine
  • 158
  • 1
  • 1
  • 9
4
votes
1 answer

Address Sanitizer with gcc fails on Ubuntu 17.10 docker container

Executing a binary compiled with gcc 7.2.0+ASan fails on Ubuntu 17.10 docker container with following error: ==5==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
Mohammad Azim
  • 2,604
  • 20
  • 21
4
votes
2 answers

How to fix "InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty" in scala's build tool (sbt)?

On a fresh Ubuntu 17.10 installation, I installed scala build tool (sbt) according to the docs: echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80…
k0pernikus
  • 60,309
  • 67
  • 216
  • 347
4
votes
2 answers

How to update Apache's PHP?

I installed Laravel 5.6, but it's not working because it requires PHP 7.2. I use Ubuntu 17, and installed Apache 2 and PHP 7.2 (7.1, 7.0) but when I use phpinfo() it shows php7.0. So how can I config Apache and set php7.2 instead of php7.0?
ncux
  • 49
  • 1
  • 2
  • 5
3
votes
6 answers

hdparm.conf settings don't seem to run at boot

I'm trying to get my HDD to spin down after boot, as I only use it occasionally for backing up and long term storage. I'm running Ubuntu 17.10. I've been searching for a while and found that I can edit the hdparm.conf file to include…
Trish
  • 41
  • 1
  • 5
3
votes
1 answer

Ubuntu 17.10 gnome keyboard shortcut Super-F1 can not be reset to other GUI action

I install a fresh Ubuntu 17.10 on my thinkpad x230i notepad. I change the login method to x11org gnome. After login, if I press Super-F1, the gnome help window will be launched. I want to change this keyboard shortcut to other GUI action. What I had…
liangxin95
  • 31
  • 3
3
votes
1 answer

Tesseract tsv output not working

I'm trying to execute tesseract from command line in Ubuntu 17.10. I want the output in a .tsv file because I need the confidence rate. As explained here, I execute: tesseract testing_img.png out tsv but I'm getting the following…
sinecode
  • 743
  • 1
  • 7
  • 17
3
votes
1 answer

Getting "output eDP-1 not found" from xrandr after upgrading to Ubuntu 17.10 when I try to change brightness

I have a ThinkPad X1 Yoga (2nd gen) and when running Ubuntu 17.04 I could change the brightness like this: $ xrandr --output eDP-1 --brightness .7 Now, when I do that under 17.10 I get this: warning: output eDP-1 not found; ignoring xrandr: Need…
Jorvis
  • 3,159
  • 1
  • 17
  • 16
3
votes
2 answers

Malformed entry 1 in list file /etc/apt/sources.list.d/MongoDB.list (Suite)

I was trying to install MongoDb on Ubuntu 17.10 but i couldnt or there were some errors so I decided uninstall everything and reinstall fresh. So i did some purge commands that i found on the net and after doing that now if I do: sudo apt update i…
ZayR
  • 49
  • 1
  • 1
  • 3
2
votes
0 answers

Error in installing libact on Ubuntu 17.10

I'm running Ubuntu 17.10 on a virtual machine from a windows 8 PC. I'm using python3.6 on Ubuntu. After following the installation process from ntucllab repo I got stuck in the commande sudo pip install libact that showed the error…
ChemseddineZ
  • 1,728
  • 3
  • 14
  • 27
1
2 3 4 5 6