Edubuntu packages on UbuntuUpdates/applications/packages for Ubuntu 10.10 with no internet connectionHow to...
The meaning of the Middle English word “king”
Uh oh, the propeller fell off
Developers demotivated due to working on same project for more than 2 years
Biology of a Firestarter
Did galley captains put corks in the mouths of slave rowers to keep them quiet?
Why does SSL Labs now consider CBC suites weak?
Is it wrong to omit object pronouns in these sentences?
How do I adjust encounters to challenge my lycanthrope players without negating their cool new abilities?
How to make a not so good looking person more appealing?
Unexpected Netflix account registered to my Gmail address - any way it could be a hack attempt?
Hiker's Cabin Mystery | Pt. VI
How does this Martian habitat 3D printer built for NASA work?
Help understanding this line - usage of くれる
Motorola 6845 and bitwise graphics
Filter a data-frame and add a new column according to the given condition
Why doesn't Iron Man's action affect this person in Endgame?
Is there any way to adjust the damage type of the Eldritch Blast cantrip so that it does fire damage?
How to cope with regret and shame about not fully utilizing opportunities during PhD?
When does the attacker choose the damage type dealt by a weapon with multiple damage options?
Why weren't the bells paid heed to in S8E5?
Promotion comes with unexpected 24/7/365 on-call
Adding labels and comments to a matrix
Can I say: "When was your train leaving?" if the train leaves in the future?
Is 95% of what you read in the financial press “either wrong or irrelevant?”
Edubuntu packages on Ubuntu
Updates/applications/packages for Ubuntu 10.10 with no internet connectionHow to recover data after memory module errorsRemote installation of packages on UbuntuInstalling Ubuntu and PostgreSQL database on different drivesUnable to install UbuntuRaspberry pi (running ubuntu 14.04) citrix problemUnable to install packages on Ubuntu 16.10 Yakketydebian9 can't install python packages with pip3 or uninstall packages with aptInstalling Debian Source Packages in UbuntuWhich packages are installed with the Ubuntu minimal server option?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I found this thread
with some over-explained but interesting things.
the "linux-rt" pack doesn't exist in 10.10 this pack actually installs the realtime kernel but 10.10 doesn't have any. just try it without this part
PS:i will make you a quick explanation of every part in this command line, because knowledge is power
sudo - gives you a root privileges
aptitude - this is a text-based package manager similar to synaptic (you can successfully change this part with 'apt-get')
update - updates your software channels to current state
&& - and (from C program language)
install - install
ubuntustudio-desktop - GUI of ubuntustudio system
ubuntustudio-audio - a collection of applications aimed at audio creation and editing
ubuntustudio-audio-plugins - A collection of LADSPA and DSSI plugins.
ubuntustudio-video - a collection of applications aimed at video creation and editing
ubuntustudio-graphics - collection of applications aimed at 2D/3D creation and editing.
linux-rt - a metapackge that installs you the latest complete Realtime Linux kernel available.
I installed all the packages but didn't installed the Ubuntustudio-desktop because I wanted apps not new booting screen.
I want to install all apps of Edubuntu and don't want my Ubuntu to boot like Edubuntu i.e., I don't want edubuntu-desktop but all the packages of it. So instead of installing edubuntu-desktop what are the other name of packages?
ubuntu software-installation system-installation
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I found this thread
with some over-explained but interesting things.
the "linux-rt" pack doesn't exist in 10.10 this pack actually installs the realtime kernel but 10.10 doesn't have any. just try it without this part
PS:i will make you a quick explanation of every part in this command line, because knowledge is power
sudo - gives you a root privileges
aptitude - this is a text-based package manager similar to synaptic (you can successfully change this part with 'apt-get')
update - updates your software channels to current state
&& - and (from C program language)
install - install
ubuntustudio-desktop - GUI of ubuntustudio system
ubuntustudio-audio - a collection of applications aimed at audio creation and editing
ubuntustudio-audio-plugins - A collection of LADSPA and DSSI plugins.
ubuntustudio-video - a collection of applications aimed at video creation and editing
ubuntustudio-graphics - collection of applications aimed at 2D/3D creation and editing.
linux-rt - a metapackge that installs you the latest complete Realtime Linux kernel available.
I installed all the packages but didn't installed the Ubuntustudio-desktop because I wanted apps not new booting screen.
I want to install all apps of Edubuntu and don't want my Ubuntu to boot like Edubuntu i.e., I don't want edubuntu-desktop but all the packages of it. So instead of installing edubuntu-desktop what are the other name of packages?
ubuntu software-installation system-installation
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I found this thread
with some over-explained but interesting things.
the "linux-rt" pack doesn't exist in 10.10 this pack actually installs the realtime kernel but 10.10 doesn't have any. just try it without this part
PS:i will make you a quick explanation of every part in this command line, because knowledge is power
sudo - gives you a root privileges
aptitude - this is a text-based package manager similar to synaptic (you can successfully change this part with 'apt-get')
update - updates your software channels to current state
&& - and (from C program language)
install - install
ubuntustudio-desktop - GUI of ubuntustudio system
ubuntustudio-audio - a collection of applications aimed at audio creation and editing
ubuntustudio-audio-plugins - A collection of LADSPA and DSSI plugins.
ubuntustudio-video - a collection of applications aimed at video creation and editing
ubuntustudio-graphics - collection of applications aimed at 2D/3D creation and editing.
linux-rt - a metapackge that installs you the latest complete Realtime Linux kernel available.
I installed all the packages but didn't installed the Ubuntustudio-desktop because I wanted apps not new booting screen.
I want to install all apps of Edubuntu and don't want my Ubuntu to boot like Edubuntu i.e., I don't want edubuntu-desktop but all the packages of it. So instead of installing edubuntu-desktop what are the other name of packages?
ubuntu software-installation system-installation
I found this thread
with some over-explained but interesting things.
the "linux-rt" pack doesn't exist in 10.10 this pack actually installs the realtime kernel but 10.10 doesn't have any. just try it without this part
PS:i will make you a quick explanation of every part in this command line, because knowledge is power
sudo - gives you a root privileges
aptitude - this is a text-based package manager similar to synaptic (you can successfully change this part with 'apt-get')
update - updates your software channels to current state
&& - and (from C program language)
install - install
ubuntustudio-desktop - GUI of ubuntustudio system
ubuntustudio-audio - a collection of applications aimed at audio creation and editing
ubuntustudio-audio-plugins - A collection of LADSPA and DSSI plugins.
ubuntustudio-video - a collection of applications aimed at video creation and editing
ubuntustudio-graphics - collection of applications aimed at 2D/3D creation and editing.
linux-rt - a metapackge that installs you the latest complete Realtime Linux kernel available.
I installed all the packages but didn't installed the Ubuntustudio-desktop because I wanted apps not new booting screen.
I want to install all apps of Edubuntu and don't want my Ubuntu to boot like Edubuntu i.e., I don't want edubuntu-desktop but all the packages of it. So instead of installing edubuntu-desktop what are the other name of packages?
ubuntu software-installation system-installation
ubuntu software-installation system-installation
asked Jan 18 '17 at 19:29
Love GroverLove Grover
86415
86415
bumped to the homepage by Community♦ 1 hour 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♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can add the following package bundle for your system according to your work-level!
ubuntu-edu-preschool - Preschool (
ubuntu-edu-primary - Primary ( ages 6-12) educational application bundle
ubuntu-edu-secondary - Secondary ( ages 13-18) educational application bundle
ubuntu-edu-tertiary - Tertiary ( university level ) educational application bundle
You are right. Changed my answer to reflect this procedure with the14.04
version of Edubuntu
– user34720
Jan 19 '17 at 9:43
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
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%2funix.stackexchange.com%2fquestions%2f338421%2fedubuntu-packages-on-ubuntu%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
You can add the following package bundle for your system according to your work-level!
ubuntu-edu-preschool - Preschool (
ubuntu-edu-primary - Primary ( ages 6-12) educational application bundle
ubuntu-edu-secondary - Secondary ( ages 13-18) educational application bundle
ubuntu-edu-tertiary - Tertiary ( university level ) educational application bundle
You are right. Changed my answer to reflect this procedure with the14.04
version of Edubuntu
– user34720
Jan 19 '17 at 9:43
add a comment |
You can add the following package bundle for your system according to your work-level!
ubuntu-edu-preschool - Preschool (
ubuntu-edu-primary - Primary ( ages 6-12) educational application bundle
ubuntu-edu-secondary - Secondary ( ages 13-18) educational application bundle
ubuntu-edu-tertiary - Tertiary ( university level ) educational application bundle
You are right. Changed my answer to reflect this procedure with the14.04
version of Edubuntu
– user34720
Jan 19 '17 at 9:43
add a comment |
You can add the following package bundle for your system according to your work-level!
ubuntu-edu-preschool - Preschool (
ubuntu-edu-primary - Primary ( ages 6-12) educational application bundle
ubuntu-edu-secondary - Secondary ( ages 13-18) educational application bundle
ubuntu-edu-tertiary - Tertiary ( university level ) educational application bundle
You can add the following package bundle for your system according to your work-level!
ubuntu-edu-preschool - Preschool (
ubuntu-edu-primary - Primary ( ages 6-12) educational application bundle
ubuntu-edu-secondary - Secondary ( ages 13-18) educational application bundle
ubuntu-edu-tertiary - Tertiary ( university level ) educational application bundle
answered Jan 18 '17 at 20:12
Love GroverLove Grover
86415
86415
You are right. Changed my answer to reflect this procedure with the14.04
version of Edubuntu
– user34720
Jan 19 '17 at 9:43
add a comment |
You are right. Changed my answer to reflect this procedure with the14.04
version of Edubuntu
– user34720
Jan 19 '17 at 9:43
You are right. Changed my answer to reflect this procedure with the
14.04
version of Edubuntu– user34720
Jan 19 '17 at 9:43
You are right. Changed my answer to reflect this procedure with the
14.04
version of Edubuntu– user34720
Jan 19 '17 at 9:43
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f338421%2fedubuntu-packages-on-ubuntu%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