What does this command mean?apt-build & Chromium PPAWhat does this “… | ps `cat`” command do?111: Connection RefusedWhat does this sequence ../.. mean in command line?What does this syntax mean?Error performing sudo apt update in persistent live boot system (ubuntu 16.04 LTS)

Why is it possible to teach real numbers before even rigorously defining them?

What is Trump's position on the whistle blower allegations? What does he mean by "witch hunt"?

Are there any galaxies visible in the night sky around the Orion constellation?

How can I replicate this raised letter effect?

What is the process of going from machine code to electrically controlling individual transistors?

CircuiTikZ: How to change the node options of labels and annotations?

Brute-Force algorithm in C++

tikz Shifting node horizonally

Why don't the crew of Moya know the location of their homeworlds?

Submitting list of forbidden words

First attempt: Python Rock Paper Scissors

Why are dates (of writing or publication) missing in scientific papers?

Why is Trump moving to Florida?

Scriptwriting, screenplay writing, playwriting, blogging

Interpret numbers very literally

Can dual US-Canadian citizens travel to the US with an expired US passport but valid Canadian passport?

After upgrading to Xcode 11.2 from Xcode 11.1, app crashes due to _UITextLayoutView

Replacing 2-prong outlets in basement - existing wiring has two hot wires, one neutral?

Xrite Colorchecker color specifications and 18% reflectance gray card

Are the graphical depictions in docs drawed in manual labour?

Max of the reversed of two numbers

Can abstractions and good code practice in embedded C++ eliminate the need for the debugger?

How to mine a star?

What were the prevailing real-life cultural connotations of "clones" in 1975 (Star Wars' 3rd draft)?



What does this command mean?


apt-build & Chromium PPAWhat does this “… | ps `cat`” command do?111: Connection RefusedWhat does this sequence ../.. mean in command line?What does this syntax mean?Error performing sudo apt update in persistent live boot system (ubuntu 16.04 LTS)






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









1

















While searching installation of lxqt I found apt install command for lxqt-sudo | gksu, xfwm4 | x-window-manager, firefox | www-browser. What does this commands mean? What is the difference with respect to only (apt install) lxqt-sudo, gksu, xfwm4, firefox.



It seems very basic, but unable to grasp. Can someone explain?










share|improve this question


























  • I suspect they mean use lxqt-sudo OR gksu as they do pretty much the same thing, just call different toolkits to accomplish the goal. Likewise xfwm4 (xfce's window manager) OR x-window-manager (debian use xfwm4 where as Lubuntu use openbox). You should provide a link to where you are asking about, as I'm somewhat confused.

    – guiverc
    May 13 at 4:04











  • What is your goal? Do you want to install the LXQt desktop on your system? What is your system currently?

    – DK Bose
    May 13 at 4:05











  • github.com/lxqt/lxqt/issues/1627#issuecomment-441073915

    – Mr.EU
    May 13 at 4:07






  • 2





    my goal minimal lxqt install, without terminal, pcmanfm etc. but basic desktop functionalities should work flawlessly. shutdown currently not working under leave menu even after following this link. What i have done: sudo apt install -f -y --no-install-recommends kwin lxqt-config lxqt-panel lxqt-policykit lxqt-qtplugin lxqt-session lxqt-sudo sddm dolphin konsole over 'minimal ubuntu' install

    – Mr.EU
    May 13 at 4:12











  • Well, I find the two lead developers there to be pretty frank and blunt :) Could you please clarify your question? What are the exact commands you issued and what were the complete responses in the terminal. Please use copy/paste [between code tags](markdown formatting) to provide the information.

    – DK Bose
    May 13 at 4:17

















1

















While searching installation of lxqt I found apt install command for lxqt-sudo | gksu, xfwm4 | x-window-manager, firefox | www-browser. What does this commands mean? What is the difference with respect to only (apt install) lxqt-sudo, gksu, xfwm4, firefox.



It seems very basic, but unable to grasp. Can someone explain?










share|improve this question


























  • I suspect they mean use lxqt-sudo OR gksu as they do pretty much the same thing, just call different toolkits to accomplish the goal. Likewise xfwm4 (xfce's window manager) OR x-window-manager (debian use xfwm4 where as Lubuntu use openbox). You should provide a link to where you are asking about, as I'm somewhat confused.

    – guiverc
    May 13 at 4:04











  • What is your goal? Do you want to install the LXQt desktop on your system? What is your system currently?

    – DK Bose
    May 13 at 4:05











  • github.com/lxqt/lxqt/issues/1627#issuecomment-441073915

    – Mr.EU
    May 13 at 4:07






  • 2





    my goal minimal lxqt install, without terminal, pcmanfm etc. but basic desktop functionalities should work flawlessly. shutdown currently not working under leave menu even after following this link. What i have done: sudo apt install -f -y --no-install-recommends kwin lxqt-config lxqt-panel lxqt-policykit lxqt-qtplugin lxqt-session lxqt-sudo sddm dolphin konsole over 'minimal ubuntu' install

    – Mr.EU
    May 13 at 4:12











  • Well, I find the two lead developers there to be pretty frank and blunt :) Could you please clarify your question? What are the exact commands you issued and what were the complete responses in the terminal. Please use copy/paste [between code tags](markdown formatting) to provide the information.

    – DK Bose
    May 13 at 4:17













1












1








1








While searching installation of lxqt I found apt install command for lxqt-sudo | gksu, xfwm4 | x-window-manager, firefox | www-browser. What does this commands mean? What is the difference with respect to only (apt install) lxqt-sudo, gksu, xfwm4, firefox.



It seems very basic, but unable to grasp. Can someone explain?










share|improve this question















While searching installation of lxqt I found apt install command for lxqt-sudo | gksu, xfwm4 | x-window-manager, firefox | www-browser. What does this commands mean? What is the difference with respect to only (apt install) lxqt-sudo, gksu, xfwm4, firefox.



It seems very basic, but unable to grasp. Can someone explain?







command-line apt execute-command pipe






share|improve this question














share|improve this question











share|improve this question




share|improve this question










asked May 13 at 3:59









Mr.EUMr.EU

1536 bronze badges




1536 bronze badges















  • I suspect they mean use lxqt-sudo OR gksu as they do pretty much the same thing, just call different toolkits to accomplish the goal. Likewise xfwm4 (xfce's window manager) OR x-window-manager (debian use xfwm4 where as Lubuntu use openbox). You should provide a link to where you are asking about, as I'm somewhat confused.

    – guiverc
    May 13 at 4:04











  • What is your goal? Do you want to install the LXQt desktop on your system? What is your system currently?

    – DK Bose
    May 13 at 4:05











  • github.com/lxqt/lxqt/issues/1627#issuecomment-441073915

    – Mr.EU
    May 13 at 4:07






  • 2





    my goal minimal lxqt install, without terminal, pcmanfm etc. but basic desktop functionalities should work flawlessly. shutdown currently not working under leave menu even after following this link. What i have done: sudo apt install -f -y --no-install-recommends kwin lxqt-config lxqt-panel lxqt-policykit lxqt-qtplugin lxqt-session lxqt-sudo sddm dolphin konsole over 'minimal ubuntu' install

    – Mr.EU
    May 13 at 4:12











  • Well, I find the two lead developers there to be pretty frank and blunt :) Could you please clarify your question? What are the exact commands you issued and what were the complete responses in the terminal. Please use copy/paste [between code tags](markdown formatting) to provide the information.

    – DK Bose
    May 13 at 4:17

















  • I suspect they mean use lxqt-sudo OR gksu as they do pretty much the same thing, just call different toolkits to accomplish the goal. Likewise xfwm4 (xfce's window manager) OR x-window-manager (debian use xfwm4 where as Lubuntu use openbox). You should provide a link to where you are asking about, as I'm somewhat confused.

    – guiverc
    May 13 at 4:04











  • What is your goal? Do you want to install the LXQt desktop on your system? What is your system currently?

    – DK Bose
    May 13 at 4:05











  • github.com/lxqt/lxqt/issues/1627#issuecomment-441073915

    – Mr.EU
    May 13 at 4:07






  • 2





    my goal minimal lxqt install, without terminal, pcmanfm etc. but basic desktop functionalities should work flawlessly. shutdown currently not working under leave menu even after following this link. What i have done: sudo apt install -f -y --no-install-recommends kwin lxqt-config lxqt-panel lxqt-policykit lxqt-qtplugin lxqt-session lxqt-sudo sddm dolphin konsole over 'minimal ubuntu' install

    – Mr.EU
    May 13 at 4:12











  • Well, I find the two lead developers there to be pretty frank and blunt :) Could you please clarify your question? What are the exact commands you issued and what were the complete responses in the terminal. Please use copy/paste [between code tags](markdown formatting) to provide the information.

    – DK Bose
    May 13 at 4:17
















I suspect they mean use lxqt-sudo OR gksu as they do pretty much the same thing, just call different toolkits to accomplish the goal. Likewise xfwm4 (xfce's window manager) OR x-window-manager (debian use xfwm4 where as Lubuntu use openbox). You should provide a link to where you are asking about, as I'm somewhat confused.

– guiverc
May 13 at 4:04





I suspect they mean use lxqt-sudo OR gksu as they do pretty much the same thing, just call different toolkits to accomplish the goal. Likewise xfwm4 (xfce's window manager) OR x-window-manager (debian use xfwm4 where as Lubuntu use openbox). You should provide a link to where you are asking about, as I'm somewhat confused.

– guiverc
May 13 at 4:04













What is your goal? Do you want to install the LXQt desktop on your system? What is your system currently?

– DK Bose
May 13 at 4:05





What is your goal? Do you want to install the LXQt desktop on your system? What is your system currently?

– DK Bose
May 13 at 4:05













github.com/lxqt/lxqt/issues/1627#issuecomment-441073915

– Mr.EU
May 13 at 4:07





github.com/lxqt/lxqt/issues/1627#issuecomment-441073915

– Mr.EU
May 13 at 4:07




2




2





my goal minimal lxqt install, without terminal, pcmanfm etc. but basic desktop functionalities should work flawlessly. shutdown currently not working under leave menu even after following this link. What i have done: sudo apt install -f -y --no-install-recommends kwin lxqt-config lxqt-panel lxqt-policykit lxqt-qtplugin lxqt-session lxqt-sudo sddm dolphin konsole over 'minimal ubuntu' install

– Mr.EU
May 13 at 4:12





my goal minimal lxqt install, without terminal, pcmanfm etc. but basic desktop functionalities should work flawlessly. shutdown currently not working under leave menu even after following this link. What i have done: sudo apt install -f -y --no-install-recommends kwin lxqt-config lxqt-panel lxqt-policykit lxqt-qtplugin lxqt-session lxqt-sudo sddm dolphin konsole over 'minimal ubuntu' install

– Mr.EU
May 13 at 4:12













Well, I find the two lead developers there to be pretty frank and blunt :) Could you please clarify your question? What are the exact commands you issued and what were the complete responses in the terminal. Please use copy/paste [between code tags](markdown formatting) to provide the information.

– DK Bose
May 13 at 4:17





Well, I find the two lead developers there to be pretty frank and blunt :) Could you please clarify your question? What are the exact commands you issued and what were the complete responses in the terminal. Please use copy/paste [between code tags](markdown formatting) to provide the information.

– DK Bose
May 13 at 4:17










1 Answer
1






active

oldest

votes


















1


















Pipeline character, | indicates OR, i.e., either of the two lxqt-sudo and gksu can be used. Similarly, xfwm4 or x-window-manager and firefox or www-browser.






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%2f1142757%2fwhat-does-this-command-mean%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


















    Pipeline character, | indicates OR, i.e., either of the two lxqt-sudo and gksu can be used. Similarly, xfwm4 or x-window-manager and firefox or www-browser.






    share|improve this answer






























      1


















      Pipeline character, | indicates OR, i.e., either of the two lxqt-sudo and gksu can be used. Similarly, xfwm4 or x-window-manager and firefox or www-browser.






      share|improve this answer




























        1














        1










        1









        Pipeline character, | indicates OR, i.e., either of the two lxqt-sudo and gksu can be used. Similarly, xfwm4 or x-window-manager and firefox or www-browser.






        share|improve this answer














        Pipeline character, | indicates OR, i.e., either of the two lxqt-sudo and gksu can be used. Similarly, xfwm4 or x-window-manager and firefox or www-browser.







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered Jul 14 at 4:06









        Mr.EUMr.EU

        1536 bronze badges




        1536 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%2f1142757%2fwhat-does-this-command-mean%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

            Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

            How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

            Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü