No new version of freemat available
On 14.04 system I have:
freemat/trusty,now 4.0-5build1 i386 [installed]
mathematics framework (mostly matlab compatible)
freemat-data/trusty,now 4.0-5build1 all [installed,automatic]
freemat data files
freemat-help/trusty,now 4.0-5build1 all [installed,automatic]
freemat help files
But I cannot find a newer version of the software.
package-management
add a comment |
On 14.04 system I have:
freemat/trusty,now 4.0-5build1 i386 [installed]
mathematics framework (mostly matlab compatible)
freemat-data/trusty,now 4.0-5build1 all [installed,automatic]
freemat data files
freemat-help/trusty,now 4.0-5build1 all [installed,automatic]
freemat help files
But I cannot find a newer version of the software.
package-management
1
What exactly is the question ? You cannot find newer version of software ?
– Sergiy Kolodyazhnyy
Jan 19 at 10:41
1
Yes. I cannot find newer version of software.
– Chia-Jui Chang
Jan 19 at 12:55
add a comment |
On 14.04 system I have:
freemat/trusty,now 4.0-5build1 i386 [installed]
mathematics framework (mostly matlab compatible)
freemat-data/trusty,now 4.0-5build1 all [installed,automatic]
freemat data files
freemat-help/trusty,now 4.0-5build1 all [installed,automatic]
freemat help files
But I cannot find a newer version of the software.
package-management
On 14.04 system I have:
freemat/trusty,now 4.0-5build1 i386 [installed]
mathematics framework (mostly matlab compatible)
freemat-data/trusty,now 4.0-5build1 all [installed,automatic]
freemat data files
freemat-help/trusty,now 4.0-5build1 all [installed,automatic]
freemat help files
But I cannot find a newer version of the software.
package-management
package-management
edited Jan 19 at 17:58
Zanna
50.6k13136241
50.6k13136241
asked Jan 19 at 10:37
Chia-Jui ChangChia-Jui Chang
62
62
1
What exactly is the question ? You cannot find newer version of software ?
– Sergiy Kolodyazhnyy
Jan 19 at 10:41
1
Yes. I cannot find newer version of software.
– Chia-Jui Chang
Jan 19 at 12:55
add a comment |
1
What exactly is the question ? You cannot find newer version of software ?
– Sergiy Kolodyazhnyy
Jan 19 at 10:41
1
Yes. I cannot find newer version of software.
– Chia-Jui Chang
Jan 19 at 12:55
1
1
What exactly is the question ? You cannot find newer version of software ?
– Sergiy Kolodyazhnyy
Jan 19 at 10:41
What exactly is the question ? You cannot find newer version of software ?
– Sergiy Kolodyazhnyy
Jan 19 at 10:41
1
1
Yes. I cannot find newer version of software.
– Chia-Jui Chang
Jan 19 at 12:55
Yes. I cannot find newer version of software.
– Chia-Jui Chang
Jan 19 at 12:55
add a comment |
3 Answers
3
active
oldest
votes
Freemat 4.0-5build1 is the newest version for 14.04.
If you need a newer version, you should probably install from source, or upgrade to 18.04, which has Freemat 4.2 available.
You can show more information about a package with apt policy packagename. This is what is shown on 18.04:
$ apt policy freemat
freemat:
Installed: (none)
Candidate: 4.2+dfsg1-6
Version table:
4.2+dfsg1-6 500
500 http://no.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
add a comment |
For me it seems that FreeMat project has stopped its developing. The files section on SourceForge site contain files not newer than 2013-08-15.
The search on packages.ubuntu.com confirms this hypotheses - modern Ubuntu 18.04 version have version 4.2.
So I think that we can compile the application 4.2 from source on your current Ubuntu 14.04 LTS system.
Follow these steps:
Remove your current FreeMat
sudo apt-get purge freemat freemat-data freemat-help
Install all needed development tools
sudo apt-get install build-essential git devscripts python-all-dev llvm-dev doxygen libffi-dev libboost-math-dev libclang-dev libedit-dev xvfb
Install build dependencies for FreeMat
sudo apt-get build-dep freemat
Get source of FreeMat (source code is hosted on Debian servers, it is normal)
git clone -b debian/4.2+dfsg1-6 https://salsa.debian.org/science-team/freemat.git
Compile FreeMat to Debian packages
cd freemat
rm debian/source/format # to support compilation on 14.04
rm -rf tests/ # remove tests
mkdir tests/ # create empty tests directory
dpkg-buildpackage -uc -us -d
Install compiled deb-packages to the system
sudo apt-get install libjs-jquery
sudo dpkg -i ../freemat*.deb
Enjoy

add a comment |
Freemat 4.2 is in 18.04 (Bionic).
No community members have volunteered to backport 4.2 to 14.04 (Trusty).
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111103%2fno-new-version-of-freemat-available%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Freemat 4.0-5build1 is the newest version for 14.04.
If you need a newer version, you should probably install from source, or upgrade to 18.04, which has Freemat 4.2 available.
You can show more information about a package with apt policy packagename. This is what is shown on 18.04:
$ apt policy freemat
freemat:
Installed: (none)
Candidate: 4.2+dfsg1-6
Version table:
4.2+dfsg1-6 500
500 http://no.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
add a comment |
Freemat 4.0-5build1 is the newest version for 14.04.
If you need a newer version, you should probably install from source, or upgrade to 18.04, which has Freemat 4.2 available.
You can show more information about a package with apt policy packagename. This is what is shown on 18.04:
$ apt policy freemat
freemat:
Installed: (none)
Candidate: 4.2+dfsg1-6
Version table:
4.2+dfsg1-6 500
500 http://no.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
add a comment |
Freemat 4.0-5build1 is the newest version for 14.04.
If you need a newer version, you should probably install from source, or upgrade to 18.04, which has Freemat 4.2 available.
You can show more information about a package with apt policy packagename. This is what is shown on 18.04:
$ apt policy freemat
freemat:
Installed: (none)
Candidate: 4.2+dfsg1-6
Version table:
4.2+dfsg1-6 500
500 http://no.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
Freemat 4.0-5build1 is the newest version for 14.04.
If you need a newer version, you should probably install from source, or upgrade to 18.04, which has Freemat 4.2 available.
You can show more information about a package with apt policy packagename. This is what is shown on 18.04:
$ apt policy freemat
freemat:
Installed: (none)
Candidate: 4.2+dfsg1-6
Version table:
4.2+dfsg1-6 500
500 http://no.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
answered Jan 19 at 13:26
vidarlovidarlo
10.5k52547
10.5k52547
add a comment |
add a comment |
For me it seems that FreeMat project has stopped its developing. The files section on SourceForge site contain files not newer than 2013-08-15.
The search on packages.ubuntu.com confirms this hypotheses - modern Ubuntu 18.04 version have version 4.2.
So I think that we can compile the application 4.2 from source on your current Ubuntu 14.04 LTS system.
Follow these steps:
Remove your current FreeMat
sudo apt-get purge freemat freemat-data freemat-help
Install all needed development tools
sudo apt-get install build-essential git devscripts python-all-dev llvm-dev doxygen libffi-dev libboost-math-dev libclang-dev libedit-dev xvfb
Install build dependencies for FreeMat
sudo apt-get build-dep freemat
Get source of FreeMat (source code is hosted on Debian servers, it is normal)
git clone -b debian/4.2+dfsg1-6 https://salsa.debian.org/science-team/freemat.git
Compile FreeMat to Debian packages
cd freemat
rm debian/source/format # to support compilation on 14.04
rm -rf tests/ # remove tests
mkdir tests/ # create empty tests directory
dpkg-buildpackage -uc -us -d
Install compiled deb-packages to the system
sudo apt-get install libjs-jquery
sudo dpkg -i ../freemat*.deb
Enjoy

add a comment |
For me it seems that FreeMat project has stopped its developing. The files section on SourceForge site contain files not newer than 2013-08-15.
The search on packages.ubuntu.com confirms this hypotheses - modern Ubuntu 18.04 version have version 4.2.
So I think that we can compile the application 4.2 from source on your current Ubuntu 14.04 LTS system.
Follow these steps:
Remove your current FreeMat
sudo apt-get purge freemat freemat-data freemat-help
Install all needed development tools
sudo apt-get install build-essential git devscripts python-all-dev llvm-dev doxygen libffi-dev libboost-math-dev libclang-dev libedit-dev xvfb
Install build dependencies for FreeMat
sudo apt-get build-dep freemat
Get source of FreeMat (source code is hosted on Debian servers, it is normal)
git clone -b debian/4.2+dfsg1-6 https://salsa.debian.org/science-team/freemat.git
Compile FreeMat to Debian packages
cd freemat
rm debian/source/format # to support compilation on 14.04
rm -rf tests/ # remove tests
mkdir tests/ # create empty tests directory
dpkg-buildpackage -uc -us -d
Install compiled deb-packages to the system
sudo apt-get install libjs-jquery
sudo dpkg -i ../freemat*.deb
Enjoy

add a comment |
For me it seems that FreeMat project has stopped its developing. The files section on SourceForge site contain files not newer than 2013-08-15.
The search on packages.ubuntu.com confirms this hypotheses - modern Ubuntu 18.04 version have version 4.2.
So I think that we can compile the application 4.2 from source on your current Ubuntu 14.04 LTS system.
Follow these steps:
Remove your current FreeMat
sudo apt-get purge freemat freemat-data freemat-help
Install all needed development tools
sudo apt-get install build-essential git devscripts python-all-dev llvm-dev doxygen libffi-dev libboost-math-dev libclang-dev libedit-dev xvfb
Install build dependencies for FreeMat
sudo apt-get build-dep freemat
Get source of FreeMat (source code is hosted on Debian servers, it is normal)
git clone -b debian/4.2+dfsg1-6 https://salsa.debian.org/science-team/freemat.git
Compile FreeMat to Debian packages
cd freemat
rm debian/source/format # to support compilation on 14.04
rm -rf tests/ # remove tests
mkdir tests/ # create empty tests directory
dpkg-buildpackage -uc -us -d
Install compiled deb-packages to the system
sudo apt-get install libjs-jquery
sudo dpkg -i ../freemat*.deb
Enjoy

For me it seems that FreeMat project has stopped its developing. The files section on SourceForge site contain files not newer than 2013-08-15.
The search on packages.ubuntu.com confirms this hypotheses - modern Ubuntu 18.04 version have version 4.2.
So I think that we can compile the application 4.2 from source on your current Ubuntu 14.04 LTS system.
Follow these steps:
Remove your current FreeMat
sudo apt-get purge freemat freemat-data freemat-help
Install all needed development tools
sudo apt-get install build-essential git devscripts python-all-dev llvm-dev doxygen libffi-dev libboost-math-dev libclang-dev libedit-dev xvfb
Install build dependencies for FreeMat
sudo apt-get build-dep freemat
Get source of FreeMat (source code is hosted on Debian servers, it is normal)
git clone -b debian/4.2+dfsg1-6 https://salsa.debian.org/science-team/freemat.git
Compile FreeMat to Debian packages
cd freemat
rm debian/source/format # to support compilation on 14.04
rm -rf tests/ # remove tests
mkdir tests/ # create empty tests directory
dpkg-buildpackage -uc -us -d
Install compiled deb-packages to the system
sudo apt-get install libjs-jquery
sudo dpkg -i ../freemat*.deb
Enjoy

edited Jan 19 at 17:31
answered Jan 19 at 13:52
N0rbertN0rbert
23.1k649110
23.1k649110
add a comment |
add a comment |
Freemat 4.2 is in 18.04 (Bionic).
No community members have volunteered to backport 4.2 to 14.04 (Trusty).
add a comment |
Freemat 4.2 is in 18.04 (Bionic).
No community members have volunteered to backport 4.2 to 14.04 (Trusty).
add a comment |
Freemat 4.2 is in 18.04 (Bionic).
No community members have volunteered to backport 4.2 to 14.04 (Trusty).
Freemat 4.2 is in 18.04 (Bionic).
No community members have volunteered to backport 4.2 to 14.04 (Trusty).
answered Jan 19 at 13:03
user535733user535733
8,41322943
8,41322943
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111103%2fno-new-version-of-freemat-available%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
What exactly is the question ? You cannot find newer version of software ?
– Sergiy Kolodyazhnyy
Jan 19 at 10:41
1
Yes. I cannot find newer version of software.
– Chia-Jui Chang
Jan 19 at 12:55