Questions tagged [linux-mint]

Linux Mint is an operating system based on the Linux distribution Ubuntu.

Linux Mint is an operating system based on the Linux distribution Ubuntu.

Linux Mint adds many features that baseline Ubuntu does not have:

  • More complete out of the box experience
  • Inclusion of proprietary and patented software (Java, Adobe Flash web browser plugin)
  • Running most of software written for Windows with Wine

However, due to issues with licensing, proprietary drivers for things like wireless cards are not included. Though, they can be downloaded for free after installation.

Resources

1593 questions
-1
votes
1 answer

can't install vpython on linux mint

i tried installing vpython on linux mint 19 using this commands: sudo apt-get install python3-pip pip3 install vpython the error i get: Complete output from command python setup.py egg_info: Traceback (most recent call last): File…
Joyce Larissa
  • 47
  • 1
  • 1
  • 7
-1
votes
1 answer

Use icon to run Android Studio - Linux Mint

When I want to run Android Studio I must go to terminal from androidstudio/bin then type ./studio.sh. How can I use icon to run Android Studio in my desktop ?
Robert Hovhannisyan
  • 2,938
  • 6
  • 21
  • 43
-1
votes
1 answer

f string and extended unpacking

I am trying to do extended unpacking of tuple with * syntax. I'm trying to format string with f'' string syntax. None of those work in visual-studio-code python3.7.3 linuxmint64 system. l = [1, 2, 3, 4, 5, 6] a, *b = l print(a, b) Here is the…
-1
votes
1 answer

how to install android studio in linux mint 19 64-bit

should i also install 32 bit libraries ? sudo apt install -y libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386 wget I am using a 64 bit os.
-1
votes
1 answer

Alphabetical sorting in Nemo: what causes Foo to be sorted before bar?

I have two computers - a laptop and a desktop - both running Linux Mint 19 Tara. Both have the same locale settings (shown below). Both are running Nemo 3.8.6 for file browsing. On the laptop, Nemo sorts bar before Foo as it should. On the…
ygramoel
  • 669
  • 1
  • 6
  • 18
-1
votes
1 answer

Python modules can't be loaded in text editors (but work in the command line) on Linux Mint

I'm a Linux Mint user who's been trying to import bs4 and nltk in VSCode and Sublime Text, but the error ImportError: No module named nltk [or bs4] always pops up. I've tried: importing them in the terminal, which somehow always works. Have tried…
-1
votes
1 answer

SEG FAULT with boost::make_shared / eigen3 memory.h

I am getting a segmentation fault with the following code below. However, this only happens on my Mint 19 system running gcc 7.3 and boost 1.65, PCL 1.8.1, Eigen3.4.4 On my other system (running Ubuntu 16.04, gcc 5.4, boost 1.58, 1.8.0, Eigen3.3…
-1
votes
1 answer

Netbeans set root as author

I'm running Linux Mint 18.3 cinnamon 64 bits I just downloaded Apache NetBeans IDE 9.0 It wasn't necessary to run any script to install it, i just had to run the following command to launch it: sudo /opt/netbeans/bin/netbeans Then enter my password…
Slart42
  • 101
  • 9
-1
votes
1 answer

Linux Mint 19 - mirror iPhone

I have been doing some googling to figure out a way to mirror my iPhone in Linux Mint 19, using either USB or WiFi-direct (AirServer-ish). I've been trying several work-arounds, e.g. Linux' Totem (Video player), using Wine to install QuickTime…
Reitenator
  • 1,075
  • 13
  • 13
-1
votes
1 answer

Strange Simplified chinese message shows on EVERY browser on my Linux mint 18.02

I don't know when and how the screen start to show on my EVERY browsers(firefox, chrome, chromnium..). When I input any words in the address line of browsers, the result will lead to the scree. I had unistall and reboot and reinstall the firefox…
Seifert Han
  • 47
  • 1
  • 4
-1
votes
3 answers

Tensorflow ONLY works in terminal but not in Python IDEs

I'm on Linux Mint 18.3 Cinnamon 64bit and running into a weird problem when trying to install Tensorflow. After installing it via native pip according to the official documentation, I validated its installation in my terminal and everything seems…
Ashley Liu
  • 453
  • 1
  • 7
  • 17
-1
votes
3 answers

Makefile:48: recipe for target 'htpasswd' failed

I am trying to install Apache2 on Linux. I downloaded the latest Apache, apr, and apr-util. I am currently trying to run the make command on terminal, but there is an error message. See below. I had tried to do: (from other sources, tried googling…
Tomson Tai
  • 1
  • 1
  • 3
-1
votes
1 answer

How to upgrade R in linux Mint?

I am using Linux mint 18.3. I have installed R. My current R version is 3.4.4 But I want to upgrade it to version 3.5. How can I do it?
Farzad
  • 1
  • 1
-1
votes
1 answer

Can't install bower in Linux

I try to install bower. I use Linux Mint 17.2 Rafaela I have node v0.10.25 and npm 1.3.10 I try to run in the terminal: sudo npm install -g bower and get: npm http GET https://registry.npmjs.org/bower npm http GET…
MariaMaria1
  • 25
  • 1
  • 6
-1
votes
1 answer

How to change the username displayed within terminal window on Linux Mint?

I am trying to change my current username on Linux Mint that shows up when I open a terminal window. Currently: john@myLinux I want to change to: gary@myLinux I have tried: (1) Start -> Settings -> Account Detail and altered the 'name' field. (2)…
Raoul Duke
  • 131
  • 7
  • 24
1 2 3
99
100