Install newest GLIBCXX_3.4.26 in MXLinux KDE 19.4
Posted: Wed Apr 13, 2022 3:17 am
Hello,
I have a problem and still not found any solution with googling & stackoverflow
I'm using MXLinux KDE 19.4
I installed R (statistical languange) 4.1.3.
When I install a library called tidyverse & modeltime
it show this error (please see my attachment)
I tried to install latest GCC & Libstdc6++ with dan , it already the newest one ( gcc 8.3.06).
it show GLIBCXX_3.4.25 as the newest one.
Can I get rid the error Without upgrading the distribution to MXlinux 21 ?
I have a problem and still not found any solution with googling & stackoverflow
I'm using MXLinux KDE 19.4
I installed R (statistical languange) 4.1.3.
When I install a library called tidyverse & modeltime
it show this error (please see my attachment)
I tried to install latest GCC & Libstdc6++ with
Code: Select all
sudo apt-get install gcc-8
Code: Select all
sudo apt-get install libstdc++6
Code: Select all
strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
Can I get rid the error Without upgrading the distribution to MXlinux 21 ?