Printer sharing using Fedora
I have to PC and netbook runs on fedora
- PC - Fedora 21 (Workstation)
- Netbook - Fedora LXDE
Both of these computers are connected to the same network (PC wired and netbook wireless)
My HP Deskjet 1010 printer is connected to the PC via a USB cable.
I want to enable printing over network for my netbook.
fedora printing lxde
add a comment |
I have to PC and netbook runs on fedora
- PC - Fedora 21 (Workstation)
- Netbook - Fedora LXDE
Both of these computers are connected to the same network (PC wired and netbook wireless)
My HP Deskjet 1010 printer is connected to the PC via a USB cable.
I want to enable printing over network for my netbook.
fedora printing lxde
There is no "add printer" option on LXDE version of Fedora 21.
– tikiribanda
Jan 30 '15 at 9:36
Do you havesystem-config-printer
?
– rickhg12hs
Jan 30 '15 at 22:49
I'm sorry i have no idea what "system-config-printer" (I'm new to Linux)
– tikiribanda
Feb 1 '15 at 14:32
add a comment |
I have to PC and netbook runs on fedora
- PC - Fedora 21 (Workstation)
- Netbook - Fedora LXDE
Both of these computers are connected to the same network (PC wired and netbook wireless)
My HP Deskjet 1010 printer is connected to the PC via a USB cable.
I want to enable printing over network for my netbook.
fedora printing lxde
I have to PC and netbook runs on fedora
- PC - Fedora 21 (Workstation)
- Netbook - Fedora LXDE
Both of these computers are connected to the same network (PC wired and netbook wireless)
My HP Deskjet 1010 printer is connected to the PC via a USB cable.
I want to enable printing over network for my netbook.
fedora printing lxde
fedora printing lxde
edited Jan 30 '15 at 6:47
chaos
35.8k974118
35.8k974118
asked Jan 30 '15 at 6:43
tikiribandatikiribanda
12
12
There is no "add printer" option on LXDE version of Fedora 21.
– tikiribanda
Jan 30 '15 at 9:36
Do you havesystem-config-printer
?
– rickhg12hs
Jan 30 '15 at 22:49
I'm sorry i have no idea what "system-config-printer" (I'm new to Linux)
– tikiribanda
Feb 1 '15 at 14:32
add a comment |
There is no "add printer" option on LXDE version of Fedora 21.
– tikiribanda
Jan 30 '15 at 9:36
Do you havesystem-config-printer
?
– rickhg12hs
Jan 30 '15 at 22:49
I'm sorry i have no idea what "system-config-printer" (I'm new to Linux)
– tikiribanda
Feb 1 '15 at 14:32
There is no "add printer" option on LXDE version of Fedora 21.
– tikiribanda
Jan 30 '15 at 9:36
There is no "add printer" option on LXDE version of Fedora 21.
– tikiribanda
Jan 30 '15 at 9:36
Do you have
system-config-printer
?– rickhg12hs
Jan 30 '15 at 22:49
Do you have
system-config-printer
?– rickhg12hs
Jan 30 '15 at 22:49
I'm sorry i have no idea what "system-config-printer" (I'm new to Linux)
– tikiribanda
Feb 1 '15 at 14:32
I'm sorry i have no idea what "system-config-printer" (I'm new to Linux)
– tikiribanda
Feb 1 '15 at 14:32
add a comment |
2 Answers
2
active
oldest
votes
In Ubuntu/Linux Mint, all I have to do is go to 'Settings-printer-add a printer-find network printer'. After a few seconds, it shows my printer on the list. Fedora should have something fairly similar.
Well on Fedora GNOME there is. but not in the LXDE version.
– tikiribanda
Feb 1 '15 at 15:17
Oh, okay. Sorry for the advice then. Its been a while since I used and LXDE desktop environment. I am going to ask a really stupid question, but is there a settings menu, and if so, is there a printer option at all?
– Patrick
Feb 1 '15 at 15:20
well, it has a menu. but there is no printer option "noting related to printing" as far as I know.
– tikiribanda
Feb 1 '15 at 16:19
I did some research. Try system->administration->printing
– Patrick
Feb 1 '15 at 16:24
There is no such option I'm afraid.
– tikiribanda
Feb 1 '15 at 16:42
|
show 4 more comments
if there is no system configuration for printer then install it in terminal
dnf install system-config-printer.x86_64
or you can logged off your LXDE, logged into gnome (session). Went to "show applications", selected "all", clicked "utilities", then "settings", then "printers", then "unlock" and
simply add your printer
New contributor
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%2f181935%2fprinter-sharing-using-fedora%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
In Ubuntu/Linux Mint, all I have to do is go to 'Settings-printer-add a printer-find network printer'. After a few seconds, it shows my printer on the list. Fedora should have something fairly similar.
Well on Fedora GNOME there is. but not in the LXDE version.
– tikiribanda
Feb 1 '15 at 15:17
Oh, okay. Sorry for the advice then. Its been a while since I used and LXDE desktop environment. I am going to ask a really stupid question, but is there a settings menu, and if so, is there a printer option at all?
– Patrick
Feb 1 '15 at 15:20
well, it has a menu. but there is no printer option "noting related to printing" as far as I know.
– tikiribanda
Feb 1 '15 at 16:19
I did some research. Try system->administration->printing
– Patrick
Feb 1 '15 at 16:24
There is no such option I'm afraid.
– tikiribanda
Feb 1 '15 at 16:42
|
show 4 more comments
In Ubuntu/Linux Mint, all I have to do is go to 'Settings-printer-add a printer-find network printer'. After a few seconds, it shows my printer on the list. Fedora should have something fairly similar.
Well on Fedora GNOME there is. but not in the LXDE version.
– tikiribanda
Feb 1 '15 at 15:17
Oh, okay. Sorry for the advice then. Its been a while since I used and LXDE desktop environment. I am going to ask a really stupid question, but is there a settings menu, and if so, is there a printer option at all?
– Patrick
Feb 1 '15 at 15:20
well, it has a menu. but there is no printer option "noting related to printing" as far as I know.
– tikiribanda
Feb 1 '15 at 16:19
I did some research. Try system->administration->printing
– Patrick
Feb 1 '15 at 16:24
There is no such option I'm afraid.
– tikiribanda
Feb 1 '15 at 16:42
|
show 4 more comments
In Ubuntu/Linux Mint, all I have to do is go to 'Settings-printer-add a printer-find network printer'. After a few seconds, it shows my printer on the list. Fedora should have something fairly similar.
In Ubuntu/Linux Mint, all I have to do is go to 'Settings-printer-add a printer-find network printer'. After a few seconds, it shows my printer on the list. Fedora should have something fairly similar.
answered Feb 1 '15 at 14:35
PatrickPatrick
1234
1234
Well on Fedora GNOME there is. but not in the LXDE version.
– tikiribanda
Feb 1 '15 at 15:17
Oh, okay. Sorry for the advice then. Its been a while since I used and LXDE desktop environment. I am going to ask a really stupid question, but is there a settings menu, and if so, is there a printer option at all?
– Patrick
Feb 1 '15 at 15:20
well, it has a menu. but there is no printer option "noting related to printing" as far as I know.
– tikiribanda
Feb 1 '15 at 16:19
I did some research. Try system->administration->printing
– Patrick
Feb 1 '15 at 16:24
There is no such option I'm afraid.
– tikiribanda
Feb 1 '15 at 16:42
|
show 4 more comments
Well on Fedora GNOME there is. but not in the LXDE version.
– tikiribanda
Feb 1 '15 at 15:17
Oh, okay. Sorry for the advice then. Its been a while since I used and LXDE desktop environment. I am going to ask a really stupid question, but is there a settings menu, and if so, is there a printer option at all?
– Patrick
Feb 1 '15 at 15:20
well, it has a menu. but there is no printer option "noting related to printing" as far as I know.
– tikiribanda
Feb 1 '15 at 16:19
I did some research. Try system->administration->printing
– Patrick
Feb 1 '15 at 16:24
There is no such option I'm afraid.
– tikiribanda
Feb 1 '15 at 16:42
Well on Fedora GNOME there is. but not in the LXDE version.
– tikiribanda
Feb 1 '15 at 15:17
Well on Fedora GNOME there is. but not in the LXDE version.
– tikiribanda
Feb 1 '15 at 15:17
Oh, okay. Sorry for the advice then. Its been a while since I used and LXDE desktop environment. I am going to ask a really stupid question, but is there a settings menu, and if so, is there a printer option at all?
– Patrick
Feb 1 '15 at 15:20
Oh, okay. Sorry for the advice then. Its been a while since I used and LXDE desktop environment. I am going to ask a really stupid question, but is there a settings menu, and if so, is there a printer option at all?
– Patrick
Feb 1 '15 at 15:20
well, it has a menu. but there is no printer option "noting related to printing" as far as I know.
– tikiribanda
Feb 1 '15 at 16:19
well, it has a menu. but there is no printer option "noting related to printing" as far as I know.
– tikiribanda
Feb 1 '15 at 16:19
I did some research. Try system->administration->printing
– Patrick
Feb 1 '15 at 16:24
I did some research. Try system->administration->printing
– Patrick
Feb 1 '15 at 16:24
There is no such option I'm afraid.
– tikiribanda
Feb 1 '15 at 16:42
There is no such option I'm afraid.
– tikiribanda
Feb 1 '15 at 16:42
|
show 4 more comments
if there is no system configuration for printer then install it in terminal
dnf install system-config-printer.x86_64
or you can logged off your LXDE, logged into gnome (session). Went to "show applications", selected "all", clicked "utilities", then "settings", then "printers", then "unlock" and
simply add your printer
New contributor
add a comment |
if there is no system configuration for printer then install it in terminal
dnf install system-config-printer.x86_64
or you can logged off your LXDE, logged into gnome (session). Went to "show applications", selected "all", clicked "utilities", then "settings", then "printers", then "unlock" and
simply add your printer
New contributor
add a comment |
if there is no system configuration for printer then install it in terminal
dnf install system-config-printer.x86_64
or you can logged off your LXDE, logged into gnome (session). Went to "show applications", selected "all", clicked "utilities", then "settings", then "printers", then "unlock" and
simply add your printer
New contributor
if there is no system configuration for printer then install it in terminal
dnf install system-config-printer.x86_64
or you can logged off your LXDE, logged into gnome (session). Went to "show applications", selected "all", clicked "utilities", then "settings", then "printers", then "unlock" and
simply add your printer
New contributor
New contributor
answered 28 mins ago
Ivan Yudinata PurwantoIvan Yudinata Purwanto
11
11
New contributor
New contributor
add a comment |
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%2f181935%2fprinter-sharing-using-fedora%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
There is no "add printer" option on LXDE version of Fedora 21.
– tikiribanda
Jan 30 '15 at 9:36
Do you have
system-config-printer
?– rickhg12hs
Jan 30 '15 at 22:49
I'm sorry i have no idea what "system-config-printer" (I'm new to Linux)
– tikiribanda
Feb 1 '15 at 14:32