No new version of freemat available












1















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.










share|improve this question




















  • 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















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.










share|improve this question




















  • 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








1








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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














  • 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










3 Answers
3






active

oldest

votes


















1














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





share|improve this answer































    1














    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:





    1. Remove your current FreeMat



      sudo apt-get purge freemat freemat-data freemat-help



    2. 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



    3. Install build dependencies for FreeMat



      sudo apt-get build-dep freemat



    4. 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



    5. 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



    6. Install compiled deb-packages to the system



      sudo apt-get install libjs-jquery
      sudo dpkg -i ../freemat*.deb



    7. Enjoy



      FreeMat 4.2 on 14.04 LTS








    share|improve this answer

































      0














      Freemat 4.2 is in 18.04 (Bionic).



      No community members have volunteered to backport 4.2 to 14.04 (Trusty).






      share|improve this answer























        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
        });


        }
        });














        draft saved

        draft discarded


















        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









        1














        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





        share|improve this answer




























          1














          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





          share|improve this answer


























            1












            1








            1







            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





            share|improve this answer













            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






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 19 at 13:26









            vidarlovidarlo

            10.5k52547




            10.5k52547

























                1














                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:





                1. Remove your current FreeMat



                  sudo apt-get purge freemat freemat-data freemat-help



                2. 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



                3. Install build dependencies for FreeMat



                  sudo apt-get build-dep freemat



                4. 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



                5. 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



                6. Install compiled deb-packages to the system



                  sudo apt-get install libjs-jquery
                  sudo dpkg -i ../freemat*.deb



                7. Enjoy



                  FreeMat 4.2 on 14.04 LTS








                share|improve this answer






























                  1














                  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:





                  1. Remove your current FreeMat



                    sudo apt-get purge freemat freemat-data freemat-help



                  2. 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



                  3. Install build dependencies for FreeMat



                    sudo apt-get build-dep freemat



                  4. 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



                  5. 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



                  6. Install compiled deb-packages to the system



                    sudo apt-get install libjs-jquery
                    sudo dpkg -i ../freemat*.deb



                  7. Enjoy



                    FreeMat 4.2 on 14.04 LTS








                  share|improve this answer




























                    1












                    1








                    1







                    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:





                    1. Remove your current FreeMat



                      sudo apt-get purge freemat freemat-data freemat-help



                    2. 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



                    3. Install build dependencies for FreeMat



                      sudo apt-get build-dep freemat



                    4. 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



                    5. 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



                    6. Install compiled deb-packages to the system



                      sudo apt-get install libjs-jquery
                      sudo dpkg -i ../freemat*.deb



                    7. Enjoy



                      FreeMat 4.2 on 14.04 LTS








                    share|improve this answer















                    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:





                    1. Remove your current FreeMat



                      sudo apt-get purge freemat freemat-data freemat-help



                    2. 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



                    3. Install build dependencies for FreeMat



                      sudo apt-get build-dep freemat



                    4. 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



                    5. 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



                    6. Install compiled deb-packages to the system



                      sudo apt-get install libjs-jquery
                      sudo dpkg -i ../freemat*.deb



                    7. Enjoy



                      FreeMat 4.2 on 14.04 LTS









                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Jan 19 at 17:31

























                    answered Jan 19 at 13:52









                    N0rbertN0rbert

                    23.1k649110




                    23.1k649110























                        0














                        Freemat 4.2 is in 18.04 (Bionic).



                        No community members have volunteered to backport 4.2 to 14.04 (Trusty).






                        share|improve this answer




























                          0














                          Freemat 4.2 is in 18.04 (Bionic).



                          No community members have volunteered to backport 4.2 to 14.04 (Trusty).






                          share|improve this answer


























                            0












                            0








                            0







                            Freemat 4.2 is in 18.04 (Bionic).



                            No community members have volunteered to backport 4.2 to 14.04 (Trusty).






                            share|improve this answer













                            Freemat 4.2 is in 18.04 (Bionic).



                            No community members have volunteered to backport 4.2 to 14.04 (Trusty).







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jan 19 at 13:03









                            user535733user535733

                            8,41322943




                            8,41322943






























                                draft saved

                                draft discarded




















































                                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.




                                draft saved


                                draft discarded














                                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





















































                                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







                                Popular posts from this blog

                                Questions related to Moebius Transform of Characteristic Function of the Primes

                                List of scandals in India

                                Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?