Error trying to install "fsl" on Mint 19
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Error trying to install "fsl" on Mint 19
Hi,
I am trying to install a software named "fsl" (https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/ ... tion/Linux) on linuxmint 19 but it failed and the error is : "[FAILED] linuxmint x86_64 not supported". However it could be installed on different releases of ubuntu. what do you suggest? is there any way or solution to solve it ? or I should uninstall the mint and reinstall ubuntu?
Best,
Mahshid
I am trying to install a software named "fsl" (https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/ ... tion/Linux) on linuxmint 19 but it failed and the error is : "[FAILED] linuxmint x86_64 not supported". However it could be installed on different releases of ubuntu. what do you suggest? is there any way or solution to solve it ? or I should uninstall the mint and reinstall ubuntu?
Best,
Mahshid
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
- catweazel
- Level 19
- Posts: 9763
- Joined: Fri Oct 12, 2012 9:44 pm
- Location: Australian Antarctic Territory
Re: Error trying to install "fsl" on Mint 19
You ought to contact the developers or maintainers.mahshidf wrote: ⤴Tue Sep 25, 2018 9:46 am Hi,
I am trying to install a software named "fsl" (https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/ ... tion/Linux) on linuxmint 19 but it failed and the error is : "[FAILED] linuxmint x86_64 not supported". However it could be installed on different releases of ubuntu. what do you suggest? is there any way or solution to solve it ? or I should uninstall the mint and reinstall ubuntu?
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Re: Error trying to install "fsl" on Mint 19
...what i would try...totally untested in this case.
1) ...make a Timeshift snapshot in case things go wrong, as the following is a rather stupid hack...
2) ...modify /etc/os-release & /etc/lsb-release to match Bionic's...first make a backup of them:
sudo mv /etc/os-release /etc/os-release.mint && sudo mv /etc/lsb-release /etc/lsb-release.mint
xed admin:///etc/os-release
Code: Select all
NAME="Ubuntu"
VERSION="18.04.1 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.1 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
xed admin:///etc/lsb-release
Code: Select all
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
3)...did i mentioned that you should absolutely take a Timeshift snapshot before trying out ugly hacks like that?...
Re: Error trying to install "fsl" on Mint 19
thx-1138 wrote: ⤴Wed Sep 26, 2018 4:29 am...what i would try...totally untested in this case.
1) ...make a Timeshift snapshot in case things go wrong, as the following is a rather stupid hack...
2) ...modify /etc/os-release & /etc/lsb-release to match Bionic's...first make a backup of them:
sudo mv /etc/os-release /etc/os-release.mint && sudo mv /etc/lsb-release /etc/lsb-release.mint
xed admin:///etc/os-release
Code: Select all
NAME="Ubuntu" VERSION="18.04.1 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.1 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic
xed admin:///etc/lsb-release
Now try their installer...Code: Select all
DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
3)...did i mentioned that you should absolutely take a Timeshift snapshot before trying out ugly hacks like that?...
hi,
Thanksssssssssssssssssssssss, it just started working. kiss,
Re: Error trying to install "fsl" on Mint 19
Hi, I understand Fedoria is not Debian, but I have this exact same problem on Fedora 29, and I must admit I'm confused by what you mean about making the os-release and lsb-release "match Bionic's". Would you please provide more detail?thx-1138 wrote: ⤴Wed Sep 26, 2018 4:29 am...what i would try...totally untested in this case.
1) ...make a Timeshift snapshot in case things go wrong, as the following is a rather stupid hack...
2) ...modify /etc/os-release & /etc/lsb-release to match Bionic's...first make a backup of them:
sudo mv /etc/os-release /etc/os-release.mint && sudo mv /etc/lsb-release /etc/lsb-release.mint
xed admin:///etc/os-release
Code: Select all
NAME="Ubuntu" VERSION="18.04.1 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.1 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic
xed admin:///etc/lsb-release
Now try their installer...Code: Select all
DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
3)...did i mentioned that you should absolutely take a Timeshift snapshot before trying out ugly hacks like that?...
Re: Error trying to install "fsl" on Mint 19
...hi msp, the above was meant to 'trick' the installer's script into thinking that Mint was 'vanilla' Ubuntu,msp wrote: ⤴Fri Jun 28, 2019 3:07 pm............................
Hi, I understand Fedoria is not Debian, but I have this exact same problem on Fedora 29, and I must admit I'm confused by what you mean about making the os-release and lsb-release "match Bionic's". Would you please provide more detail?
but Fedora is not even binary compatible with such.
I believe something among those lines is what you're looking for (ie. making fsinstaller believe it deals with CentOS).
In case it further helps...examining said json file, leads here currently as the latest CentOS version.
Then follow instructions from the gist above to install further required dependencies there / configure the installation etc...
Re: Error trying to install "fsl" on Mint 19
Hi thx-1138,
Thanks so much for your help. May I ask another question?
I note in the gist you sent instructions to "append this filename (of the latest v. of CentOS) to the string in Settings.mirror and paste into your browser". Can one download binaries using Chrome?
Thanks so much for your help. May I ask another question?
I note in the gist you sent instructions to "append this filename (of the latest v. of CentOS) to the string in Settings.mirror and paste into your browser". Can one download binaries using Chrome?
Re: Error trying to install "fsl" on Mint 19
Apologies thx-1138,
When attempting to follow gist instructions using a Python 2.7 interpreter, when I type: with open('~/manifest.json`, 'w') as fp: -the terminal returns Syntax error w a carrot below the "w".
Any additional help would be greatly appreciated.
Thanks again.
When attempting to follow gist instructions using a Python 2.7 interpreter, when I type: with open('~/manifest.json`, 'w') as fp: -the terminal returns Syntax error w a carrot below the "w".
Any additional help would be greatly appreciated.
Thanks again.
Re: Error trying to install "fsl" on Mint 19
msp, just grab the latest binaries (3.3gb roughly, browser doesn't matter), then extract the archive / install dependencies etc etc...