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
0
votes
1 answer

Building opendaylight from source

I am new to ODL and am trying to install the carbon release using the source code mentioned in this website I somehow only get different folders inside the opendaylight folder than 'opendaylight/distribution/opendaylight/'. Can someone guide…
sushmita das
  • 93
  • 1
  • 9
0
votes
1 answer

can't use 2 getchar() function in a simple C snippet code

I'm kind of noob at programming and specially in C lang. I'm trying some code to learn more about C syntax.here's my question: why the second getchar() in the bellow snippet code doesn't work? I mean I want to console wait till I Enter and then…
0
votes
0 answers

Laravel Project not found in https

I currently issued a SSL Certificate to my Ubuntu 17.01 server with Apache2. I tried to redirect HTTP to HTTPS but my Laravel Project now is not exist. but the Ubuntu Default Page works. My SSL conf
0
votes
1 answer

Cannot install jekyll on Ubuntu 17.10

Trying to install Jekyll but keep getting this error message: current directory: /var/lib/gems/2.3.0/gems/ffi-1.9.21/ext/ffi_c /usr/bin/ruby2.3 -r ./siteconf20180219-16974-6pgqng.rb extconf.rb checking for ffi.h... no checking for ffi.h in…
Frank Weslien
  • 158
  • 1
  • 14
0
votes
1 answer

Ogre3D : Building sample program (Samples/Tutorial/Bootstrap.cpp)

so here's what I am trying to achieve : First things first, I'm on Ubuntu 17.10. My goal is to compile Ogre3D then build the sample program as explained on the basic cmake project setup page: Ogre3D 1.10 cmake setup I have successfully compiled…
0
votes
1 answer

How to install default ubuntu (17.10) packages and softwares

I dual booted with Ubuntu 17.10 . However it does not contain the pre-installed default softwares like gcc and make. I have tried sudo apt-get update and sudo apt-get upgrade to try and install such packages but no success. I have looked online for…
arpanmangal
  • 1,770
  • 1
  • 17
  • 34
0
votes
0 answers

Error:(63, 34) fatal error: machine/cpu-features.h: No such file or directory

i want to compile telegram source code but i got this error Error:(63, 34) fatal error: machine/cpu-features.h: No such file or directory my environment: ubuntu 64 bit 17.10 Update: Android.mk LOCAL_C_INCLUDES += ./jni/libwebp/src LOCAL_ARM_MODE…
0
votes
0 answers

Ubuntu: "Build" user profile on boot

I am running Ubuntu 17.10 where I have an root account. Since others will be using the computer, I would like them to have to log into another account. No problem there. The challenge is that I would like this account to build on boot, possibly from…
Program
  • 55
  • 9
0
votes
1 answer

cannot install qtbase-abi-5-5-1 on ubuntu 17.10

When I install a fcitx related package an error show that qtbase-abi-5-5-1 is needed but not installed. wsx@wsx:~/Downloads$ sudo apt install ./fcitx-frontend-qt5-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb…
Shixiang Wang
  • 2,147
  • 2
  • 24
  • 33
0
votes
1 answer

How to install the same version of NPM and Node across many machines

I have many machines (VMs actually) running 17.10 and I want to install a known Node and npm executable on each one. I have a script and if I run it over the next 6 months or even a year, I'd like to get the exact same version of Node and NPM on all…
JohnA
  • 699
  • 2
  • 7
  • 15
0
votes
1 answer

Unable to "Start a new Android project" in Android Studio 3.0.1 (Ubuntu 17.10 x64)

I Just update my Android Studio from version 2.3 to 3.0.1. The update runs successfully without error (I use new configuration and leave old configuration, I also update the SDK too). But unfortunately, After these update I unable to start a new…
milstrike
  • 73
  • 1
  • 10
0
votes
1 answer

Buildroot fails to build images for intel edison in ubuntu 17.10 (64 bit)

I am trying to build images for Intel Edison board. But it fails while configuring lzop on Ubuntu 17.10. I have linked Build Error logs and config.log for the same. INPUT : I did following procedure. make edison_defconfig. make Thanks,…
pritam
  • 65
  • 2
  • 11
0
votes
1 answer

yocto fails to build images for intel edison in ubuntu 17.10(64 bit)

I am beginner to yocto. I am trying to build edison images on ubuntu 17.10. I am following this link. But It fails in native autmake. I have linked recipe ERROR over here. RE-EDIT I have made changes for removing automake error, followed by…
pritam
  • 65
  • 2
  • 11
0
votes
0 answers

Segmentation Violation when running MATLAB r2017a with caffe (python script)

I get the following crash when running Matlab r2017a with caffe from python script (selective_search.py from https://github.com/sergeyk/selective_search_ijcv_with_python). I run it with user root on ubuntu 17.10 and CPU mode only!. I also tried to…
THBP
  • 31
  • 5
0
votes
2 answers

How to run .Appimage on ubuntu 17.10

How to run .AppImage on ubuntu 17.10? I did cura-build from the following exec (AppRun and Appimagetool) files from https://github.com/AppImage/AppImageKit/releases ~cura-build/build$ make Copying AppRun executable... ... ... ... ... ... Embedding…
dwayneJohn
  • 919
  • 1
  • 12
  • 30