Questions tagged [linux-mint-19]

12 questions
13
votes
3 answers

postgresql-client-13 : Depends: libpq5 (>= 13~beta2) but 12.3-1.pgdg18.04+1 is to be installed

I want to try new PostgreSQL and follow this instruction. But installation fails: $ sudo apt install postgresql-client-13 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be…
Eugen Konkov
  • 22,193
  • 17
  • 108
  • 158
5
votes
1 answer

Ruby 2.3.8 installation error using rbenv in mint | uncommon.mk:203: recipe for target 'build-ext' failed

I have freshly installed Mint 19(Tara) and was trying to install Ruby 2.3.8 using rbenv and got this error.Can anyone help me with this? $ rbenv install 2.3.8 …
Shiva
  • 11,485
  • 2
  • 67
  • 84
2
votes
2 answers

Problem installing nodejs version >= 10 on Linux Mint 19.3, which stubbornly installs nodejs 8.10

Trying to use https://github.com/nodesource/distributions/blob/master/README.md to install nodejs in version higher than 10 ( and then npm) on Linux Mint 19.3. It stubbornly installs the 8.10 version. Tried fixing it with tip from…
Vidare17
  • 45
  • 1
  • 6
1
vote
2 answers

Not able to take pull, push, merge from bitbucket using Narzo 20 mobile data 4G

I'm trying to pull code from Bitbucket using mobile network. I'm using Narzo 20. Android version is 11. My mobile network is 4G and it's not slow. And no issues with mobile internet browsing etc. I tried using both USB tethering and mobile hotspot…
1
vote
1 answer

linux mint 19.2 Failed to fetch Insomnia Repository

I want to downgrade my php version from 8 to 7.4 so I add php repo sudo add-apt-repository ppa:ondrej/php but when I run sudo apt update I got error from Insomnia repo Err:16 https://dl.bintray.com/getinsomnia/Insomnia InRelease …
arjilm
  • 71
  • 2
  • 6
1
vote
1 answer

Error 1:10: fatal error compilation error with the directories

I only was trying to compilate a simply c program but this message appears In the document: #include int main(void){ printf("Hello world\n"); return 0; } In the terminal: root@javi-HUAWEI-MateBook-D:~/Documentos/Pasar a…
Javier
  • 11
  • 2
1
vote
1 answer

MySQL(5.7) don't prompt me about root db password

Linux Mint 19.3 I want to install mySQl. So here steps: sudo apt updat sudo apt install mysql-server mysql-client mysql -V And it's success install MySQL. npacking mysql-server (5.7.30-0ubuntu0.18.04.1) ... Setting up libevent-core-2.1-6:amd64…
Alexei
  • 14,350
  • 37
  • 121
  • 240
1
vote
0 answers

Cannot change permissions in Google Chrome Linux

I want to change camera permissions in Google Chrome Version 83.0.4103.97 (Official Build) (64-bit) but it is disabled. (website is Adobe Connect) Screenshot OS: Linux Mint 19.1 Cinnamon I can change the permissions in Firefox. So can you help me…
who isme
  • 11
  • 3
0
votes
0 answers

Can't open Bot Framework Composer from Azure Portal on Linux Mint 20.2

I have installed the Bot Framework Composer on Linux Mint 20.2. I have created an Azure Bot in the Azure portal and want to open it with the Composer. When I click on the link Open in Composer in the portal, nothing happens. If I copy the link…
0
votes
1 answer

VSCode on Linux Mint, integrated terminal not able to type anything

Hi I'm running Linux Mint 19 and I have just installed vscode using the snapd package manager. I've not used vscode on linux before as my usual editor is emacs. However, on a fresh new install of vscode, the integrated terminal does not work, there…
iFunction
  • 1,208
  • 5
  • 21
  • 35
0
votes
1 answer

biosig python3 - Segmentation fault (core dumped)

I am trying to install Biosig for python3 but I have the following error: nahuel@nahuel-Notebook:~/Documents/TESIS/biosig-2.0.6$ python3 -c "import biosig" Segmentation fault (core dumped) I have Linux Mint 19 Tara and Python 3.7.5 I installed it…
arellanon
  • 1
  • 1
-1
votes
1 answer

Javac is not same version as java

Linux Mint 19.3 In file etc/profile: export PATH=$PATH:$JAVA_HOME/bin run set in terminal: JAVA_HOME=/usr/java/jdk1.8.0_251 PATH=/usr/java/jdk1.8.0_251/bin In terminal run java -version java version "1.8.0_251" Java(TM) SE Runtime Environment…
Alexei
  • 14,350
  • 37
  • 121
  • 240