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

Linux Mint Unable to fomat disk

While installing Mint it showed same problem that disk formatting error or unable to find disk. But while changing it to Klai linux it installed without issue. Help me analyze the issue and solve it in a proper manner?
-1
votes
1 answer

VS Code - Golang "go module packages.Load error"

Backstory I got this error amongst numerous others setting up a new virtual box LMDE5 on my new windows 11 pro computer. I haven't used windows in about 12 years, and the changes were crazy causing countless errors on Windows and LMDE5 Vbox. My last…
codelinx
  • 107
  • 1
  • 1
  • 10
-1
votes
1 answer

Burn to mint solidity

Ok so I have an issue and I'm not even sure where to begin. I NEED a burn to mint function within a smart contract for an erc20 token. It's on a 1:1 ratio version 1 for version 2. All that I've seen in my 4 hours of searching is more or less…
-1
votes
3 answers

Mysql Workbench Sidebar Missing Completely

My mysql workbench sidebar is not showing up My machine is currently running Linux Mint 20.3 and Mysql Workbench Version is MySQL Workbench CE (GPL) 8.0.29 CE build 1751076. screengrab
-1
votes
1 answer

Linux Mint 20.2 and Virtualenv: activation command ignore me

So i have this problem and nowhere i can found something like this: Linux Mint 20.2, Vs Code (but i try also from terminal and is the same). I had created a virtual environment with classic python3 -m venv env. Then i try to activate venv with…
-1
votes
1 answer

Git on Linux MInt. I can't push commit to my GitHub account. Terminal breaks down

It's requiring login and password but it's glitched so when I try to type in my password no characters appear. How to fix this bug?
-1
votes
1 answer

Convert a Windows .exe file into the binary contents

I have a Microsoft Windows .exe file on my Linux Mint box. I would like to convert the contents into a .txt file, but in the binary (think of 1s and 0s) form. I have found commands which want to convert it into hexademical, or other formats, which…
plagiarism
  • 13
  • 6
-1
votes
2 answers

MoviePy Not Properly Installed (Linux Mint 20)

I have run pip3 install moviepy simply to get the software installed. However I am unable to use it. On a second run of pip I get: Requirement already satisfied: moviepy in /usr/local/lib/python3.8/dist-packages (1.0.3) but I have no access to the…
-1
votes
1 answer

Find MP3 files with specific sample/frequency rate

I have a media server with a few thousand MP3 files. There is a music folder, and then sub folders generally of artist > album. So the MP3's themselves are not all in one folder. I am having an issue with SHOUTcast where it won't play MP3's with a…
John
  • 1
  • 3
-1
votes
1 answer

Can't install new kernel, hangs on DKMS installing EVDI

Whenever I see the update manager glowing that I have an update I get annoyed and click it, so I'm almost always updating something and usually this has gone fine without any problems... Recently it told me there was a new kernel update, so I…
kirklong
  • 203
  • 1
  • 2
  • 9
-1
votes
1 answer

Files not showing on a LUKS Encrypted Partition shared by two distros

I have had a good internet search for this problem, and can find nothing at all. I have just installed Manjaro and Linux Mint on a friend's Laptop. I am not new to Linux, used Gentoo, Arch, Ubuntu, CentoOS for a good 20 years or more, and he is an…
themetman
  • 51
  • 6
-1
votes
2 answers

I'm trying to check to see whether a file exists in a directory on Linux Mint but recieve error

I am attempting to see whether a file exists within a directory then if it doesn't exist, create it. I'm using Anaconda and Python version 3.7.4. However when I run the code I recieve the error NameError: name 'found' is not defined. I'm using…
-1
votes
2 answers

LinuxMint debbie install PHP7.4

i'm using LinuxMint with this information: hi@hiy:~$ uname -a -r Linux hi 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux hi@hi:~$ lsb_release -a No LSB modules are available. Distributor ID: Linuxmint Description: LMDE 4…
DolDurma
  • 15,753
  • 51
  • 198
  • 377
-1
votes
1 answer

How do I install this library for C, linux (preferably to use in codeblocks but if not however else you do it)

https://github.com/jdourlens/FirmataC I am trying to install this to use on Linux mint, but I don't know how to install it to use. I have downloaded the files and included the headers and source files in a "project" in codeblocks, but it doesn't…
404 TNF
  • 19
  • 6
-1
votes
2 answers

How to give vscode permission to mkdir without using it as sudo su, I'm using mint 20

I recently installed mint and I'm doing some tests on VSCode, I'm a long time windows user but I ran into a problem. I program nodejs and when I run npm install, it gives permission access errors and I want to know if there's a way around it that…