Does every Ubuntu question answer apply to it's derivatives? (Xubuntu, Lubuntu, Kubuntu)What is the difference between Ubuntu+XFCE and Xubuntu?Installed Ubuntu Server, then Kubuntu package: Some problemsInstalling Xubuntu alongside with UEFIUbuntu, Lubuntu, Xubuntu, Ubuntu Mate, Kubuntu installation hangs: Version 15.04What packages to install for Xfce4 without Xubuntu-related packages on Ubuntu 16.04?What's the difference between installing Kubuntu and installing Gnome, versus installing Ubuntu and then installing KDE also?Why xfce is too slow?rEFInd sees all distros except XubuntuXubuntu vs. Ubuntu LTS
Does a British citizen need a passport to fly to various "British" territories?
Do insurance rates depend on credit scores?
Want to publish unpublished work found in an auction storage unit
Solving a Smullyan style knight and knave problem using natural deduction. How to shorten this proof?
Why is white's best play Nxd5 here?
Why isn't current carried through a vacuum?
Is it harder to enter an atmosphere perpendicular or at an angle
Unpaid suspension due to management error
Intersection of sorted lists
Why does measuring one qbit after the other in this entangled system alter the result?
Why are adjacent breakers for unrelated circuits ganged?
Integrate over a region
How do oases form in the middle of the desert?
Difference of meaning in sentences below
Is American Express widely accepted in Hong Kong?
How can I customize the Touch Bar interfaces for my tremor?
Is Jupiter still an anomaly?
Using Fermat's Little Theorem to Show Divisibility
Film about the USA being run by fake videos of the president after his kidnapping
Is the use of ellipsis "..." dismissive or rude?
I wasted the 6 years of my life and I don't know what should I do and how will I survive?
Retracting Recommendation Letters
Is a midspace space station between Earth and Mars practical?
Interval variables in MIP
Does every Ubuntu question answer apply to it's derivatives? (Xubuntu, Lubuntu, Kubuntu)
What is the difference between Ubuntu+XFCE and Xubuntu?Installed Ubuntu Server, then Kubuntu package: Some problemsInstalling Xubuntu alongside with UEFIUbuntu, Lubuntu, Xubuntu, Ubuntu Mate, Kubuntu installation hangs: Version 15.04What packages to install for Xfce4 without Xubuntu-related packages on Ubuntu 16.04?What's the difference between installing Kubuntu and installing Gnome, versus installing Ubuntu and then installing KDE also?Why xfce is too slow?rEFInd sees all distros except XubuntuXubuntu vs. Ubuntu LTS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I am wondering what the difference between Ubuntu and it's derivatives is besides the desktop interface (GNOME, XFCE, KDE, etc..)
I have used Xubuntu in the past, and seems I have been able to apply solutions for Ubuntu problems on Xubuntu. Which makes me think that Ubuntu and it's derivatives are just the same car, but with a different paint job?
Am I thinking about this correctly?
xubuntu lubuntu kubuntu
add a comment
|
I am wondering what the difference between Ubuntu and it's derivatives is besides the desktop interface (GNOME, XFCE, KDE, etc..)
I have used Xubuntu in the past, and seems I have been able to apply solutions for Ubuntu problems on Xubuntu. Which makes me think that Ubuntu and it's derivatives are just the same car, but with a different paint job?
Am I thinking about this correctly?
xubuntu lubuntu kubuntu
2
Would say the same car, but with different trim options, than just different colour paint. Some trim options might affect the answer.
– crip659
Sep 28 at 16:00
add a comment
|
I am wondering what the difference between Ubuntu and it's derivatives is besides the desktop interface (GNOME, XFCE, KDE, etc..)
I have used Xubuntu in the past, and seems I have been able to apply solutions for Ubuntu problems on Xubuntu. Which makes me think that Ubuntu and it's derivatives are just the same car, but with a different paint job?
Am I thinking about this correctly?
xubuntu lubuntu kubuntu
I am wondering what the difference between Ubuntu and it's derivatives is besides the desktop interface (GNOME, XFCE, KDE, etc..)
I have used Xubuntu in the past, and seems I have been able to apply solutions for Ubuntu problems on Xubuntu. Which makes me think that Ubuntu and it's derivatives are just the same car, but with a different paint job?
Am I thinking about this correctly?
xubuntu lubuntu kubuntu
xubuntu lubuntu kubuntu
asked Sep 28 at 15:16
Christian Ruiz-JacintoChristian Ruiz-Jacinto
792 bronze badges
792 bronze badges
2
Would say the same car, but with different trim options, than just different colour paint. Some trim options might affect the answer.
– crip659
Sep 28 at 16:00
add a comment
|
2
Would say the same car, but with different trim options, than just different colour paint. Some trim options might affect the answer.
– crip659
Sep 28 at 16:00
2
2
Would say the same car, but with different trim options, than just different colour paint. Some trim options might affect the answer.
– crip659
Sep 28 at 16:00
Would say the same car, but with different trim options, than just different colour paint. Some trim options might affect the answer.
– crip659
Sep 28 at 16:00
add a comment
|
2 Answers
2
active
oldest
votes
Calling the different flavors of Ubuntu derivatives explains it all in a nutshell. They are all the same under the hood except for whatever packages are bundled with each desktop environment. Packages in the default Ubuntu repositories can usually be installed on any Ubuntu derivative.
add a comment
|
The underneath of all is Ubuntu as @karel has already stated, so if using GNU/shell or anything terminal based or are the core of Ubuntu's inner-workings, they are all identical.
Yes the differences are in the GUI or desktop. If you are changing GUI settings, a command intended for a GTK+ environment may work in GNOME, MATE, Budgie and recent XFCE (thus Ubuntu-Studio), but may not have the same effect on KDE or LXQt (both being Qt based). The reverse will also be true.
Under the desktop or GUI the user is the toolkit in the software stack. GNOME uses the Gimp+GNOME.Toolkit, which is also used by many others. KDE and LXQt however don't use this, instead using Qt, an older toolkit that is owned by a company that lead to the FSF creating GTK+ from the then GTK (Gimp.Toolkit) and creation GNOME.
This toolkit makes a huge difference, especially for programmers or people who to go through the software stack to deal with the OS underneath. GTK+ is easiest in C, where as Qt is written for C++, but the issue is more than just language, and it's something most users can ignore (but may notice with theming and window decorations).
If I look at a solution, I work out where in the software stack it's impacting, and this will tell me whether it'll work in my different Ubuntu flavor. For most 'fixes' they will work, but because not all the stack is identical - not all fixes will help.
2
Older Lubuntu was based on GTK+2, but LXDE never made the jump to GTK+3 (later version of the GTK+ toolkit) and Lubuntu jumped to LXQt using Qt. This has many software changes to avoid wasting memory. Users with enough ram may not notice differences, but as many users of Lubuntu do so on old & limited ram machines, this switch can be noticed if users don't change their behavior .. fixes for older Lubuntu (LXDE) are inefficient in modern Lubuntu (LXQt) and can be done in better ways! (old ways can cause machines to become slower with low memory; 1gb for example)
– guiverc
Sep 28 at 21:30
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177309%2fdoes-every-ubuntu-question-answer-apply-to-its-derivatives-xubuntu-lubuntu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Calling the different flavors of Ubuntu derivatives explains it all in a nutshell. They are all the same under the hood except for whatever packages are bundled with each desktop environment. Packages in the default Ubuntu repositories can usually be installed on any Ubuntu derivative.
add a comment
|
Calling the different flavors of Ubuntu derivatives explains it all in a nutshell. They are all the same under the hood except for whatever packages are bundled with each desktop environment. Packages in the default Ubuntu repositories can usually be installed on any Ubuntu derivative.
add a comment
|
Calling the different flavors of Ubuntu derivatives explains it all in a nutshell. They are all the same under the hood except for whatever packages are bundled with each desktop environment. Packages in the default Ubuntu repositories can usually be installed on any Ubuntu derivative.
Calling the different flavors of Ubuntu derivatives explains it all in a nutshell. They are all the same under the hood except for whatever packages are bundled with each desktop environment. Packages in the default Ubuntu repositories can usually be installed on any Ubuntu derivative.
answered Sep 28 at 15:30
karelkarel
71.6k15 gold badges160 silver badges187 bronze badges
71.6k15 gold badges160 silver badges187 bronze badges
add a comment
|
add a comment
|
The underneath of all is Ubuntu as @karel has already stated, so if using GNU/shell or anything terminal based or are the core of Ubuntu's inner-workings, they are all identical.
Yes the differences are in the GUI or desktop. If you are changing GUI settings, a command intended for a GTK+ environment may work in GNOME, MATE, Budgie and recent XFCE (thus Ubuntu-Studio), but may not have the same effect on KDE or LXQt (both being Qt based). The reverse will also be true.
Under the desktop or GUI the user is the toolkit in the software stack. GNOME uses the Gimp+GNOME.Toolkit, which is also used by many others. KDE and LXQt however don't use this, instead using Qt, an older toolkit that is owned by a company that lead to the FSF creating GTK+ from the then GTK (Gimp.Toolkit) and creation GNOME.
This toolkit makes a huge difference, especially for programmers or people who to go through the software stack to deal with the OS underneath. GTK+ is easiest in C, where as Qt is written for C++, but the issue is more than just language, and it's something most users can ignore (but may notice with theming and window decorations).
If I look at a solution, I work out where in the software stack it's impacting, and this will tell me whether it'll work in my different Ubuntu flavor. For most 'fixes' they will work, but because not all the stack is identical - not all fixes will help.
2
Older Lubuntu was based on GTK+2, but LXDE never made the jump to GTK+3 (later version of the GTK+ toolkit) and Lubuntu jumped to LXQt using Qt. This has many software changes to avoid wasting memory. Users with enough ram may not notice differences, but as many users of Lubuntu do so on old & limited ram machines, this switch can be noticed if users don't change their behavior .. fixes for older Lubuntu (LXDE) are inefficient in modern Lubuntu (LXQt) and can be done in better ways! (old ways can cause machines to become slower with low memory; 1gb for example)
– guiverc
Sep 28 at 21:30
add a comment
|
The underneath of all is Ubuntu as @karel has already stated, so if using GNU/shell or anything terminal based or are the core of Ubuntu's inner-workings, they are all identical.
Yes the differences are in the GUI or desktop. If you are changing GUI settings, a command intended for a GTK+ environment may work in GNOME, MATE, Budgie and recent XFCE (thus Ubuntu-Studio), but may not have the same effect on KDE or LXQt (both being Qt based). The reverse will also be true.
Under the desktop or GUI the user is the toolkit in the software stack. GNOME uses the Gimp+GNOME.Toolkit, which is also used by many others. KDE and LXQt however don't use this, instead using Qt, an older toolkit that is owned by a company that lead to the FSF creating GTK+ from the then GTK (Gimp.Toolkit) and creation GNOME.
This toolkit makes a huge difference, especially for programmers or people who to go through the software stack to deal with the OS underneath. GTK+ is easiest in C, where as Qt is written for C++, but the issue is more than just language, and it's something most users can ignore (but may notice with theming and window decorations).
If I look at a solution, I work out where in the software stack it's impacting, and this will tell me whether it'll work in my different Ubuntu flavor. For most 'fixes' they will work, but because not all the stack is identical - not all fixes will help.
2
Older Lubuntu was based on GTK+2, but LXDE never made the jump to GTK+3 (later version of the GTK+ toolkit) and Lubuntu jumped to LXQt using Qt. This has many software changes to avoid wasting memory. Users with enough ram may not notice differences, but as many users of Lubuntu do so on old & limited ram machines, this switch can be noticed if users don't change their behavior .. fixes for older Lubuntu (LXDE) are inefficient in modern Lubuntu (LXQt) and can be done in better ways! (old ways can cause machines to become slower with low memory; 1gb for example)
– guiverc
Sep 28 at 21:30
add a comment
|
The underneath of all is Ubuntu as @karel has already stated, so if using GNU/shell or anything terminal based or are the core of Ubuntu's inner-workings, they are all identical.
Yes the differences are in the GUI or desktop. If you are changing GUI settings, a command intended for a GTK+ environment may work in GNOME, MATE, Budgie and recent XFCE (thus Ubuntu-Studio), but may not have the same effect on KDE or LXQt (both being Qt based). The reverse will also be true.
Under the desktop or GUI the user is the toolkit in the software stack. GNOME uses the Gimp+GNOME.Toolkit, which is also used by many others. KDE and LXQt however don't use this, instead using Qt, an older toolkit that is owned by a company that lead to the FSF creating GTK+ from the then GTK (Gimp.Toolkit) and creation GNOME.
This toolkit makes a huge difference, especially for programmers or people who to go through the software stack to deal with the OS underneath. GTK+ is easiest in C, where as Qt is written for C++, but the issue is more than just language, and it's something most users can ignore (but may notice with theming and window decorations).
If I look at a solution, I work out where in the software stack it's impacting, and this will tell me whether it'll work in my different Ubuntu flavor. For most 'fixes' they will work, but because not all the stack is identical - not all fixes will help.
The underneath of all is Ubuntu as @karel has already stated, so if using GNU/shell or anything terminal based or are the core of Ubuntu's inner-workings, they are all identical.
Yes the differences are in the GUI or desktop. If you are changing GUI settings, a command intended for a GTK+ environment may work in GNOME, MATE, Budgie and recent XFCE (thus Ubuntu-Studio), but may not have the same effect on KDE or LXQt (both being Qt based). The reverse will also be true.
Under the desktop or GUI the user is the toolkit in the software stack. GNOME uses the Gimp+GNOME.Toolkit, which is also used by many others. KDE and LXQt however don't use this, instead using Qt, an older toolkit that is owned by a company that lead to the FSF creating GTK+ from the then GTK (Gimp.Toolkit) and creation GNOME.
This toolkit makes a huge difference, especially for programmers or people who to go through the software stack to deal with the OS underneath. GTK+ is easiest in C, where as Qt is written for C++, but the issue is more than just language, and it's something most users can ignore (but may notice with theming and window decorations).
If I look at a solution, I work out where in the software stack it's impacting, and this will tell me whether it'll work in my different Ubuntu flavor. For most 'fixes' they will work, but because not all the stack is identical - not all fixes will help.
answered Sep 28 at 21:22
guivercguiverc
9,6202 gold badges19 silver badges31 bronze badges
9,6202 gold badges19 silver badges31 bronze badges
2
Older Lubuntu was based on GTK+2, but LXDE never made the jump to GTK+3 (later version of the GTK+ toolkit) and Lubuntu jumped to LXQt using Qt. This has many software changes to avoid wasting memory. Users with enough ram may not notice differences, but as many users of Lubuntu do so on old & limited ram machines, this switch can be noticed if users don't change their behavior .. fixes for older Lubuntu (LXDE) are inefficient in modern Lubuntu (LXQt) and can be done in better ways! (old ways can cause machines to become slower with low memory; 1gb for example)
– guiverc
Sep 28 at 21:30
add a comment
|
2
Older Lubuntu was based on GTK+2, but LXDE never made the jump to GTK+3 (later version of the GTK+ toolkit) and Lubuntu jumped to LXQt using Qt. This has many software changes to avoid wasting memory. Users with enough ram may not notice differences, but as many users of Lubuntu do so on old & limited ram machines, this switch can be noticed if users don't change their behavior .. fixes for older Lubuntu (LXDE) are inefficient in modern Lubuntu (LXQt) and can be done in better ways! (old ways can cause machines to become slower with low memory; 1gb for example)
– guiverc
Sep 28 at 21:30
2
2
Older Lubuntu was based on GTK+2, but LXDE never made the jump to GTK+3 (later version of the GTK+ toolkit) and Lubuntu jumped to LXQt using Qt. This has many software changes to avoid wasting memory. Users with enough ram may not notice differences, but as many users of Lubuntu do so on old & limited ram machines, this switch can be noticed if users don't change their behavior .. fixes for older Lubuntu (LXDE) are inefficient in modern Lubuntu (LXQt) and can be done in better ways! (old ways can cause machines to become slower with low memory; 1gb for example)
– guiverc
Sep 28 at 21:30
Older Lubuntu was based on GTK+2, but LXDE never made the jump to GTK+3 (later version of the GTK+ toolkit) and Lubuntu jumped to LXQt using Qt. This has many software changes to avoid wasting memory. Users with enough ram may not notice differences, but as many users of Lubuntu do so on old & limited ram machines, this switch can be noticed if users don't change their behavior .. fixes for older Lubuntu (LXDE) are inefficient in modern Lubuntu (LXQt) and can be done in better ways! (old ways can cause machines to become slower with low memory; 1gb for example)
– guiverc
Sep 28 at 21:30
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177309%2fdoes-every-ubuntu-question-answer-apply-to-its-derivatives-xubuntu-lubuntu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
2
Would say the same car, but with different trim options, than just different colour paint. Some trim options might affect the answer.
– crip659
Sep 28 at 16:00