Unable to install git in Ubuntu 18.04.1Error Installing Git with Apt-GetUbuntu 13.10 problems with NVidia graphics drivers, XServer not going upGit won't install, Ubuntu StudioCan't install Nvidia drivers on Ubuntu 18.04

Can you combine DDR3 and DDR4?

How can I write characters outside a table?

Is the worst version of the accusations against President Trump impeachable?

Not Quite a Pipe Dream

Mindslavering a Mindslavered player?

“You are not paid to think, but to do X” is always wrong in the workplace?

In C#, is there a way to enforce behavior coupling in interface methods or is the fact that I am trying to do that a design smell?

Pattern matching expressions that have been simplified

Hidden meaning in this song?

Is there a guide/reference for character hairstyle possible in D&D Forgotten Realms universe?

What does the fraction math node do?

4 Attempts to Guess a Number Between 1-15

How does a human body spend energy on its organs?

How to help a male-presenting person shop for women's clothes?

Why are compartments in western European day trains falling out of fashion?

If you're loaning yourself a mortgage, why must you pay interest? At the bank's posted rate?

Risk Neutral and Real World Valuations using Monte Carlo

Is Fairphone violating the GPL with its newest Fairphone 3?

What's the trick to shaking the berry trees?

Why give an android emotions?

How to type the Euro Symbol € on US English keyboard in Windows 10 without a numpad or "alt gr" key?

Is there any benefit of being treated as "professor" by students and admin?

What is the difference between normal mode and command line mode?

How to prepare for The Mandalorian?



Unable to install git in Ubuntu 18.04.1


Error Installing Git with Apt-GetUbuntu 13.10 problems with NVidia graphics drivers, XServer not going upGit won't install, Ubuntu StudioCan't install Nvidia drivers on Ubuntu 18.04






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1


















I'm trying to install the drivers for a wireless adapter on my Ubuntu 18.04.1 LTS, I had read a few posts where they explain how to do this, but the first step seems to be to install the git package, I try to do this with this command: sudo apt install git. The command runs but at the end is giving me this error:



The following packages have unmet dependencies:
git: Depends: liberror-perl but it is not installable
E: Unable to correct problems, you have held broken packages.**


Again what I'm trying to do is to get a wireless adapter to work on my Ubuntu 18.04.1 LTS. The driver names is rtl8812AU_linux_v4.2.4.



I'm new to Linux so any detailed help will be highly appreciated.










share|improve this question






















  • 2





    Please add out of apt-cache policy liberror-perl git to the question.

    – N0rbert
    Aug 26 '18 at 16:38






  • 3





    Did you first run: sudo apt update ? Welcome to Ask Ubuntu.

    – chili555
    Aug 26 '18 at 16:41

















1


















I'm trying to install the drivers for a wireless adapter on my Ubuntu 18.04.1 LTS, I had read a few posts where they explain how to do this, but the first step seems to be to install the git package, I try to do this with this command: sudo apt install git. The command runs but at the end is giving me this error:



The following packages have unmet dependencies:
git: Depends: liberror-perl but it is not installable
E: Unable to correct problems, you have held broken packages.**


Again what I'm trying to do is to get a wireless adapter to work on my Ubuntu 18.04.1 LTS. The driver names is rtl8812AU_linux_v4.2.4.



I'm new to Linux so any detailed help will be highly appreciated.










share|improve this question






















  • 2





    Please add out of apt-cache policy liberror-perl git to the question.

    – N0rbert
    Aug 26 '18 at 16:38






  • 3





    Did you first run: sudo apt update ? Welcome to Ask Ubuntu.

    – chili555
    Aug 26 '18 at 16:41













1













1









1








I'm trying to install the drivers for a wireless adapter on my Ubuntu 18.04.1 LTS, I had read a few posts where they explain how to do this, but the first step seems to be to install the git package, I try to do this with this command: sudo apt install git. The command runs but at the end is giving me this error:



The following packages have unmet dependencies:
git: Depends: liberror-perl but it is not installable
E: Unable to correct problems, you have held broken packages.**


Again what I'm trying to do is to get a wireless adapter to work on my Ubuntu 18.04.1 LTS. The driver names is rtl8812AU_linux_v4.2.4.



I'm new to Linux so any detailed help will be highly appreciated.










share|improve this question
















I'm trying to install the drivers for a wireless adapter on my Ubuntu 18.04.1 LTS, I had read a few posts where they explain how to do this, but the first step seems to be to install the git package, I try to do this with this command: sudo apt install git. The command runs but at the end is giving me this error:



The following packages have unmet dependencies:
git: Depends: liberror-perl but it is not installable
E: Unable to correct problems, you have held broken packages.**


Again what I'm trying to do is to get a wireless adapter to work on my Ubuntu 18.04.1 LTS. The driver names is rtl8812AU_linux_v4.2.4.



I'm new to Linux so any detailed help will be highly appreciated.







drivers wireless git






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 26 '18 at 16:39









N0rbert

35.8k10 gold badges82 silver badges167 bronze badges




35.8k10 gold badges82 silver badges167 bronze badges










asked Aug 26 '18 at 15:53









Dal86Dal86

112 bronze badges




112 bronze badges










  • 2





    Please add out of apt-cache policy liberror-perl git to the question.

    – N0rbert
    Aug 26 '18 at 16:38






  • 3





    Did you first run: sudo apt update ? Welcome to Ask Ubuntu.

    – chili555
    Aug 26 '18 at 16:41












  • 2





    Please add out of apt-cache policy liberror-perl git to the question.

    – N0rbert
    Aug 26 '18 at 16:38






  • 3





    Did you first run: sudo apt update ? Welcome to Ask Ubuntu.

    – chili555
    Aug 26 '18 at 16:41







2




2





Please add out of apt-cache policy liberror-perl git to the question.

– N0rbert
Aug 26 '18 at 16:38





Please add out of apt-cache policy liberror-perl git to the question.

– N0rbert
Aug 26 '18 at 16:38




3




3





Did you first run: sudo apt update ? Welcome to Ask Ubuntu.

– chili555
Aug 26 '18 at 16:41





Did you first run: sudo apt update ? Welcome to Ask Ubuntu.

– chili555
Aug 26 '18 at 16:41










1 Answer
1






active

oldest

votes


















1



















Try the following commands:



sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
sudo apt-get -f install
sudo apt-get install git





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/4.0/"u003ecc by-sa 4.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%2f1069128%2funable-to-install-git-in-ubuntu-18-04-1%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









    1



















    Try the following commands:



    sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
    sudo apt-get -f install
    sudo apt-get install git





    share|improve this answer































      1



















      Try the following commands:



      sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
      sudo apt-get -f install
      sudo apt-get install git





      share|improve this answer





























        1















        1











        1









        Try the following commands:



        sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
        sudo apt-get -f install
        sudo apt-get install git





        share|improve this answer
















        Try the following commands:



        sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
        sudo apt-get -f install
        sudo apt-get install git






        share|improve this answer















        share|improve this answer




        share|improve this answer








        edited Sep 19 at 22:30









        user3140225

        2,6904 gold badges12 silver badges24 bronze badges




        2,6904 gold badges12 silver badges24 bronze badges










        answered Sep 19 at 20:03









        user997683user997683

        111 bronze badge




        111 bronze badge































            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%2f1069128%2funable-to-install-git-in-ubuntu-18-04-1%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

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?