Is there a Vim 7.3 or 7.4 package available somewhere for CentOS 6.5 The Next CEO of Stack...

Why isn't the Mueller report being released completely and unredacted?

Do I need to write [sic] when a number is less than 10 but isn't written out?

0 rank tensor vs 1D vector

Where do students learn to solve polynomial equations these days?

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

Can MTA send mail via a relay without being told so?

What was the first Unix version to run on a microcomputer?

Is there always a complete, orthogonal set of unitary matrices?

Why is quantifier elimination desirable for a given theory?

Writing differences on a blackboard

The exact meaning of 'Mom made me a sandwich'

Does Germany produce more waste than the US?

How to avoid supervisors with prejudiced views?

Is micro rebar a better way to reinforce concrete than rebar?

Make solar eclipses exceedingly rare, but still have new moons

Domestic-to-international connection at Orlando (MCO)

Easy to read palindrome checker

Flying from Cape Town to England and return to another province

How to invert MapIndexed on a ragged structure? How to construct a tree from rules?

Can you be charged for obstruction for refusing to answer questions?

Reference request: Grassmannian and Plucker coordinates in type B, C, D

Is there a difference between "Fahrstuhl" and "Aufzug"

A Man With a Stainless Steel Endoskeleton (like The Terminator) Fighting Cloaked Aliens Only He Can See

What did we know about the Kessel run before the prequels?



Is there a Vim 7.3 or 7.4 package available somewhere for CentOS 6.5



The Next CEO of Stack OverflowManually loading package from Vim-LaTeX in Vim (because auto detection is not always helpful)Upgrading Vim on Mac OS XWhy does yum update fail in CentOS 6.4?Search for non-characters (character replacement indicators)Yum does not install specific RPM version with custom repoVIM “upgraded” to expandtab and tabstop=8 on Python filesHow to install gvim.exe on Windows with Python support?Add tool compiled from source to yumInstall a GUI on CentOS/Redhat 7 (smaller gui)uninstalling vim-minimal also uninstalls sudo in Centos 7.4












3















I'm running CentOS 6.5 and the only Vim packages available from yum are for Vim 7.2, even though Vim 7.4 is now out. A lot of the Vim plugins I typically use are only compatible with Vim 7.3 and above.



Is there a way to get 7.3 or 7.4 as a package install from some third party rather than the official yum repo?










share|improve this question














bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I'm just throwing this as a possible solution. Compiling vim from source isn't very hard if you already have all the required libraries already installed.

    – FDinoff
    Mar 31 '14 at 22:34






  • 1





    Funny you ask…

    – romainl
    Mar 31 '14 at 23:32











  • @FDinoff, Yeah I did compile from source for the time being. While it isn't that hard it takes significantly longer to complete than a simple yum install. If this were just a one time install for myself that wouldn't be a big deal, but this is going on all our Vagrant VMs for each project so the extra time is compounded on 2 axis where 1 axis is number of developer and the other is number of projects.

    – bigtunacan
    Apr 1 '14 at 12:58








  • 1





    If you've compiled from source already, can't you just make the compile directory accessible on all the machines and do a make install on each of them?

    – Ben
    Apr 1 '14 at 16:07






  • 3





    @Ben, sure I can put it on a file share or something. I'm really just surprised that there isn't a package for this already. It's not like I'm asking for something cutting edge here. Vim 7.3 was released in August of 2010. I would have thought since it's been 3 and 1/2 years there would be a package available by now.

    – bigtunacan
    Apr 1 '14 at 16:20
















3















I'm running CentOS 6.5 and the only Vim packages available from yum are for Vim 7.2, even though Vim 7.4 is now out. A lot of the Vim plugins I typically use are only compatible with Vim 7.3 and above.



Is there a way to get 7.3 or 7.4 as a package install from some third party rather than the official yum repo?










share|improve this question














bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I'm just throwing this as a possible solution. Compiling vim from source isn't very hard if you already have all the required libraries already installed.

    – FDinoff
    Mar 31 '14 at 22:34






  • 1





    Funny you ask…

    – romainl
    Mar 31 '14 at 23:32











  • @FDinoff, Yeah I did compile from source for the time being. While it isn't that hard it takes significantly longer to complete than a simple yum install. If this were just a one time install for myself that wouldn't be a big deal, but this is going on all our Vagrant VMs for each project so the extra time is compounded on 2 axis where 1 axis is number of developer and the other is number of projects.

    – bigtunacan
    Apr 1 '14 at 12:58








  • 1





    If you've compiled from source already, can't you just make the compile directory accessible on all the machines and do a make install on each of them?

    – Ben
    Apr 1 '14 at 16:07






  • 3





    @Ben, sure I can put it on a file share or something. I'm really just surprised that there isn't a package for this already. It's not like I'm asking for something cutting edge here. Vim 7.3 was released in August of 2010. I would have thought since it's been 3 and 1/2 years there would be a package available by now.

    – bigtunacan
    Apr 1 '14 at 16:20














3












3








3


1






I'm running CentOS 6.5 and the only Vim packages available from yum are for Vim 7.2, even though Vim 7.4 is now out. A lot of the Vim plugins I typically use are only compatible with Vim 7.3 and above.



Is there a way to get 7.3 or 7.4 as a package install from some third party rather than the official yum repo?










share|improve this question














I'm running CentOS 6.5 and the only Vim packages available from yum are for Vim 7.2, even though Vim 7.4 is now out. A lot of the Vim plugins I typically use are only compatible with Vim 7.3 and above.



Is there a way to get 7.3 or 7.4 as a package install from some third party rather than the official yum repo?







vim centos






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 31 '14 at 18:47









bigtunacanbigtunacan

1236




1236





bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • I'm just throwing this as a possible solution. Compiling vim from source isn't very hard if you already have all the required libraries already installed.

    – FDinoff
    Mar 31 '14 at 22:34






  • 1





    Funny you ask…

    – romainl
    Mar 31 '14 at 23:32











  • @FDinoff, Yeah I did compile from source for the time being. While it isn't that hard it takes significantly longer to complete than a simple yum install. If this were just a one time install for myself that wouldn't be a big deal, but this is going on all our Vagrant VMs for each project so the extra time is compounded on 2 axis where 1 axis is number of developer and the other is number of projects.

    – bigtunacan
    Apr 1 '14 at 12:58








  • 1





    If you've compiled from source already, can't you just make the compile directory accessible on all the machines and do a make install on each of them?

    – Ben
    Apr 1 '14 at 16:07






  • 3





    @Ben, sure I can put it on a file share or something. I'm really just surprised that there isn't a package for this already. It's not like I'm asking for something cutting edge here. Vim 7.3 was released in August of 2010. I would have thought since it's been 3 and 1/2 years there would be a package available by now.

    – bigtunacan
    Apr 1 '14 at 16:20



















  • I'm just throwing this as a possible solution. Compiling vim from source isn't very hard if you already have all the required libraries already installed.

    – FDinoff
    Mar 31 '14 at 22:34






  • 1





    Funny you ask…

    – romainl
    Mar 31 '14 at 23:32











  • @FDinoff, Yeah I did compile from source for the time being. While it isn't that hard it takes significantly longer to complete than a simple yum install. If this were just a one time install for myself that wouldn't be a big deal, but this is going on all our Vagrant VMs for each project so the extra time is compounded on 2 axis where 1 axis is number of developer and the other is number of projects.

    – bigtunacan
    Apr 1 '14 at 12:58








  • 1





    If you've compiled from source already, can't you just make the compile directory accessible on all the machines and do a make install on each of them?

    – Ben
    Apr 1 '14 at 16:07






  • 3





    @Ben, sure I can put it on a file share or something. I'm really just surprised that there isn't a package for this already. It's not like I'm asking for something cutting edge here. Vim 7.3 was released in August of 2010. I would have thought since it's been 3 and 1/2 years there would be a package available by now.

    – bigtunacan
    Apr 1 '14 at 16:20

















I'm just throwing this as a possible solution. Compiling vim from source isn't very hard if you already have all the required libraries already installed.

– FDinoff
Mar 31 '14 at 22:34





I'm just throwing this as a possible solution. Compiling vim from source isn't very hard if you already have all the required libraries already installed.

– FDinoff
Mar 31 '14 at 22:34




1




1





Funny you ask…

– romainl
Mar 31 '14 at 23:32





Funny you ask…

– romainl
Mar 31 '14 at 23:32













@FDinoff, Yeah I did compile from source for the time being. While it isn't that hard it takes significantly longer to complete than a simple yum install. If this were just a one time install for myself that wouldn't be a big deal, but this is going on all our Vagrant VMs for each project so the extra time is compounded on 2 axis where 1 axis is number of developer and the other is number of projects.

– bigtunacan
Apr 1 '14 at 12:58







@FDinoff, Yeah I did compile from source for the time being. While it isn't that hard it takes significantly longer to complete than a simple yum install. If this were just a one time install for myself that wouldn't be a big deal, but this is going on all our Vagrant VMs for each project so the extra time is compounded on 2 axis where 1 axis is number of developer and the other is number of projects.

– bigtunacan
Apr 1 '14 at 12:58






1




1





If you've compiled from source already, can't you just make the compile directory accessible on all the machines and do a make install on each of them?

– Ben
Apr 1 '14 at 16:07





If you've compiled from source already, can't you just make the compile directory accessible on all the machines and do a make install on each of them?

– Ben
Apr 1 '14 at 16:07




3




3





@Ben, sure I can put it on a file share or something. I'm really just surprised that there isn't a package for this already. It's not like I'm asking for something cutting edge here. Vim 7.3 was released in August of 2010. I would have thought since it's been 3 and 1/2 years there would be a package available by now.

– bigtunacan
Apr 1 '14 at 16:20





@Ben, sure I can put it on a file share or something. I'm really just surprised that there isn't a package for this already. It's not like I'm asking for something cutting edge here. Vim 7.3 was released in August of 2010. I would have thought since it's been 3 and 1/2 years there would be a package available by now.

– bigtunacan
Apr 1 '14 at 16:20










1 Answer
1






active

oldest

votes


















0














I found this repo http://download.opensuse.org/repositories/home:/cathay4t:/misc-rhel6/CentOS_CentOS-6/x86_64/ which has vim rpms. Worked for me on a rhel 6 host.
Link was found from this blog post http://cathay4t.blogspot.com/2014/09/compile-vim-7473-in-rhel-6.html






share|improve this answer
























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    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%2fsuperuser.com%2fquestions%2f736009%2fis-there-a-vim-7-3-or-7-4-package-available-somewhere-for-centos-6-5%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I found this repo http://download.opensuse.org/repositories/home:/cathay4t:/misc-rhel6/CentOS_CentOS-6/x86_64/ which has vim rpms. Worked for me on a rhel 6 host.
    Link was found from this blog post http://cathay4t.blogspot.com/2014/09/compile-vim-7473-in-rhel-6.html






    share|improve this answer




























      0














      I found this repo http://download.opensuse.org/repositories/home:/cathay4t:/misc-rhel6/CentOS_CentOS-6/x86_64/ which has vim rpms. Worked for me on a rhel 6 host.
      Link was found from this blog post http://cathay4t.blogspot.com/2014/09/compile-vim-7473-in-rhel-6.html






      share|improve this answer


























        0












        0








        0







        I found this repo http://download.opensuse.org/repositories/home:/cathay4t:/misc-rhel6/CentOS_CentOS-6/x86_64/ which has vim rpms. Worked for me on a rhel 6 host.
        Link was found from this blog post http://cathay4t.blogspot.com/2014/09/compile-vim-7473-in-rhel-6.html






        share|improve this answer













        I found this repo http://download.opensuse.org/repositories/home:/cathay4t:/misc-rhel6/CentOS_CentOS-6/x86_64/ which has vim rpms. Worked for me on a rhel 6 host.
        Link was found from this blog post http://cathay4t.blogspot.com/2014/09/compile-vim-7473-in-rhel-6.html







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 1 '15 at 22:00









        JithinJithin

        1303




        1303






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • 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%2fsuperuser.com%2fquestions%2f736009%2fis-there-a-vim-7-3-or-7-4-package-available-somewhere-for-centos-6-5%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

            VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

            Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

            looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...