Syntax errors ubuntu 18.04144hz refresh rate ubuntu 18.04 with nvidiaCan't install libsnmp-dev on Ubuntu 18.04 (package dependency errors)

Why is SpaceX not also working on a smaller version of Starship?

Why would a plane perform 360° turns to balance fuel on the ground?

Is there a word/phrase that can describe playing a musical instrument in a casual way?

Highest scoring words based on distance travelled along the alphabet

How to deal with an employee who is requesting a demotion?

Linear constraint formulation (OR-statement)

Guard packadd to not load an optional non-existent package

Why 401k contribution as % of salary vs. fixed amount per pay check?

Do gray aliens exist in Star Trek?

How to pass Collection of exceptions as a root cause?

Why does E7 sharp 9 have a G?

In the Trump Impeachment process what is the legal status of notes?

How can I speed up secure erasing of a disk?

Because things smell, is everything evaporating?

Birthplace vs living place

My professor changed a take-home test to an in-class test with no notice. Can I fight the grade?

Someone said to me, "We basically literally did." What were they trying to express to me?

Was Nixon right, and if so, to what degree was he right, when he said that "... but when the president does it, that means that it is not illegal."?

A Ukrainian idiom meaning "on one's last legs"

How does "unlimited holidays" in practice work?

Was Constantine The Great a Nicene Christian?

Is it necessary to wipe out vile man-eating dragons?

What qualifies as the solving of a paradox?

Suppose I capture encrypted data that I want to decrypt. Could I use a server farm to decrypt?



Syntax errors ubuntu 18.04


144hz refresh rate ubuntu 18.04 with nvidiaCan't install libsnmp-dev on Ubuntu 18.04 (package dependency errors)






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









-1


















There are many solutions to this problem online. I appreciate your help.



But, this thread is about how the answered are posted. I am not new to computers but, I am new to Ubuntu and terminals. Most answers I have found list several commands in one continuous line. I can't tell where one command ends and another begins. So I am getting syntax errors.



I simply request that you experts list the commands in a way that newbies like myself can easily input, step by step.



The problem I'm having is




Blockquote The following packages have unmet dependencies:libnvidia-ifr1-390: Depends: libnvidia-gl-390 but it is not installed




Thanks for your time.










share|improve this question




















  • 3





    Can you please include the command/link to the answer which you're trying and getting syntax error?

    – Kulfy
    Sep 16 at 18:26







  • 1





    The line you provide is not a command, but the (incomplete) output of an application. Please take the tour first, and read How to Ask, to learn how you can improve your question. Then tell the whole story, instead of depending on our crystal balls.

    – Murphy
    Sep 16 at 19:53

















-1


















There are many solutions to this problem online. I appreciate your help.



But, this thread is about how the answered are posted. I am not new to computers but, I am new to Ubuntu and terminals. Most answers I have found list several commands in one continuous line. I can't tell where one command ends and another begins. So I am getting syntax errors.



I simply request that you experts list the commands in a way that newbies like myself can easily input, step by step.



The problem I'm having is




Blockquote The following packages have unmet dependencies:libnvidia-ifr1-390: Depends: libnvidia-gl-390 but it is not installed




Thanks for your time.










share|improve this question




















  • 3





    Can you please include the command/link to the answer which you're trying and getting syntax error?

    – Kulfy
    Sep 16 at 18:26







  • 1





    The line you provide is not a command, but the (incomplete) output of an application. Please take the tour first, and read How to Ask, to learn how you can improve your question. Then tell the whole story, instead of depending on our crystal balls.

    – Murphy
    Sep 16 at 19:53













-1













-1









-1








There are many solutions to this problem online. I appreciate your help.



But, this thread is about how the answered are posted. I am not new to computers but, I am new to Ubuntu and terminals. Most answers I have found list several commands in one continuous line. I can't tell where one command ends and another begins. So I am getting syntax errors.



I simply request that you experts list the commands in a way that newbies like myself can easily input, step by step.



The problem I'm having is




Blockquote The following packages have unmet dependencies:libnvidia-ifr1-390: Depends: libnvidia-gl-390 but it is not installed




Thanks for your time.










share|improve this question














There are many solutions to this problem online. I appreciate your help.



But, this thread is about how the answered are posted. I am not new to computers but, I am new to Ubuntu and terminals. Most answers I have found list several commands in one continuous line. I can't tell where one command ends and another begins. So I am getting syntax errors.



I simply request that you experts list the commands in a way that newbies like myself can easily input, step by step.



The problem I'm having is




Blockquote The following packages have unmet dependencies:libnvidia-ifr1-390: Depends: libnvidia-gl-390 but it is not installed




Thanks for your time.







18.04 nvidia






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 16 at 18:01









Barrel SmithBarrel Smith

1




1










  • 3





    Can you please include the command/link to the answer which you're trying and getting syntax error?

    – Kulfy
    Sep 16 at 18:26







  • 1





    The line you provide is not a command, but the (incomplete) output of an application. Please take the tour first, and read How to Ask, to learn how you can improve your question. Then tell the whole story, instead of depending on our crystal balls.

    – Murphy
    Sep 16 at 19:53












  • 3





    Can you please include the command/link to the answer which you're trying and getting syntax error?

    – Kulfy
    Sep 16 at 18:26







  • 1





    The line you provide is not a command, but the (incomplete) output of an application. Please take the tour first, and read How to Ask, to learn how you can improve your question. Then tell the whole story, instead of depending on our crystal balls.

    – Murphy
    Sep 16 at 19:53







3




3





Can you please include the command/link to the answer which you're trying and getting syntax error?

– Kulfy
Sep 16 at 18:26






Can you please include the command/link to the answer which you're trying and getting syntax error?

– Kulfy
Sep 16 at 18:26





1




1





The line you provide is not a command, but the (incomplete) output of an application. Please take the tour first, and read How to Ask, to learn how you can improve your question. Then tell the whole story, instead of depending on our crystal balls.

– Murphy
Sep 16 at 19:53





The line you provide is not a command, but the (incomplete) output of an application. Please take the tour first, and read How to Ask, to learn how you can improve your question. Then tell the whole story, instead of depending on our crystal balls.

– Murphy
Sep 16 at 19:53










1 Answer
1






active

oldest

votes


















0



















Open the terminal and type:



sudo apt update 
sudo apt-get --fix-missing
sudo apt install libnvidia-gl-390 libnvidia-ifr1-390


If you want to break up a command so that it fits on more than one line, use a backslash as the last character on the line. Bash will print the continuation prompt, usually a >, to indicate that this is a continuation of the previous line.



Source: Linux Shell Scripting with Bash






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%2f1174583%2fsyntax-errors-ubuntu-18-04%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



















    Open the terminal and type:



    sudo apt update 
    sudo apt-get --fix-missing
    sudo apt install libnvidia-gl-390 libnvidia-ifr1-390


    If you want to break up a command so that it fits on more than one line, use a backslash as the last character on the line. Bash will print the continuation prompt, usually a >, to indicate that this is a continuation of the previous line.



    Source: Linux Shell Scripting with Bash






    share|improve this answer
































      0



















      Open the terminal and type:



      sudo apt update 
      sudo apt-get --fix-missing
      sudo apt install libnvidia-gl-390 libnvidia-ifr1-390


      If you want to break up a command so that it fits on more than one line, use a backslash as the last character on the line. Bash will print the continuation prompt, usually a >, to indicate that this is a continuation of the previous line.



      Source: Linux Shell Scripting with Bash






      share|improve this answer






























        0















        0











        0









        Open the terminal and type:



        sudo apt update 
        sudo apt-get --fix-missing
        sudo apt install libnvidia-gl-390 libnvidia-ifr1-390


        If you want to break up a command so that it fits on more than one line, use a backslash as the last character on the line. Bash will print the continuation prompt, usually a >, to indicate that this is a continuation of the previous line.



        Source: Linux Shell Scripting with Bash






        share|improve this answer
















        Open the terminal and type:



        sudo apt update 
        sudo apt-get --fix-missing
        sudo apt install libnvidia-gl-390 libnvidia-ifr1-390


        If you want to break up a command so that it fits on more than one line, use a backslash as the last character on the line. Bash will print the continuation prompt, usually a >, to indicate that this is a continuation of the previous line.



        Source: Linux Shell Scripting with Bash







        share|improve this answer















        share|improve this answer




        share|improve this answer








        edited Sep 18 at 10:37

























        answered Sep 17 at 13:37









        karelkarel

        70.9k15 gold badges159 silver badges184 bronze badges




        70.9k15 gold badges159 silver badges184 bronze badges































            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%2f1174583%2fsyntax-errors-ubuntu-18-04%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?