how to install rastertospl in my usr/lib/cups/filter?
For installing my Samsung ML -1676 Printer on Ubuntu 12.04 LTS how should I add filter rastertospl on my usr/lib/cups/filter folder?
printing samsung
add a comment |
For installing my Samsung ML -1676 Printer on Ubuntu 12.04 LTS how should I add filter rastertospl on my usr/lib/cups/filter folder?
printing samsung
add a comment |
For installing my Samsung ML -1676 Printer on Ubuntu 12.04 LTS how should I add filter rastertospl on my usr/lib/cups/filter folder?
printing samsung
For installing my Samsung ML -1676 Printer on Ubuntu 12.04 LTS how should I add filter rastertospl on my usr/lib/cups/filter folder?
printing samsung
printing samsung
asked Aug 16 '14 at 8:11
sumanthozhiyur
26112
26112
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
The directory,to where I downloaded and extracted the linux driver file was /home/myusername/Downloads
. After extracting the mydriver.tar.gz
file appeared an uld named directory.
This directory contains the install.sh
file among others, and three more directories: arm, i386, x86_64
. These directories contain the rastertospl
files for the different architectures. You should copy one of them depending your architecture as root to /usr/lib/cups/filter
directory and that's it.
add a comment |
You can go to the terminal and run :
sudo sh /home/yourusername/WhereverYourArchiveIs/install.sh
After downloading the drivers from the web, and selecting manually the .ppd file, you can go to the terminal and insert the command said before, just run the sh "install.sh"
, found at the main folder of the ULD driver folder, as SUDO, and then you can use the printer.
If this doesn't solve your problem, go and copy the "rastertospl" file, which is found at i386 folder
(if you are x32 system
) or at x86_64
(if you are x64 system
), to the location "usr/lib/cups/filter"
and then run the command.
That's all.
add a comment |
To paste the file rastertospl
in the folder usrlibcupsfilter
you need to do this as root, otherwise the permission will be denied. Do this by right clicking on the folder filter and clicking on "Open as Root". You will notice a red stripe with Elevated Privileges written on it. Now you can paste the file rastertospl
into the folder usrlibcupsfilter
.
You could improve your answer by including what package/ppa/website providesrastertospl
.
– J. Starnes
Nov 8 '17 at 4:12
Where is therastertospl
file located?
– Jamie Hutber
Nov 6 at 23: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/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%2faskubuntu.com%2fquestions%2f512046%2fhow-to-install-rastertospl-in-my-usr-lib-cups-filter%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The directory,to where I downloaded and extracted the linux driver file was /home/myusername/Downloads
. After extracting the mydriver.tar.gz
file appeared an uld named directory.
This directory contains the install.sh
file among others, and three more directories: arm, i386, x86_64
. These directories contain the rastertospl
files for the different architectures. You should copy one of them depending your architecture as root to /usr/lib/cups/filter
directory and that's it.
add a comment |
The directory,to where I downloaded and extracted the linux driver file was /home/myusername/Downloads
. After extracting the mydriver.tar.gz
file appeared an uld named directory.
This directory contains the install.sh
file among others, and three more directories: arm, i386, x86_64
. These directories contain the rastertospl
files for the different architectures. You should copy one of them depending your architecture as root to /usr/lib/cups/filter
directory and that's it.
add a comment |
The directory,to where I downloaded and extracted the linux driver file was /home/myusername/Downloads
. After extracting the mydriver.tar.gz
file appeared an uld named directory.
This directory contains the install.sh
file among others, and three more directories: arm, i386, x86_64
. These directories contain the rastertospl
files for the different architectures. You should copy one of them depending your architecture as root to /usr/lib/cups/filter
directory and that's it.
The directory,to where I downloaded and extracted the linux driver file was /home/myusername/Downloads
. After extracting the mydriver.tar.gz
file appeared an uld named directory.
This directory contains the install.sh
file among others, and three more directories: arm, i386, x86_64
. These directories contain the rastertospl
files for the different architectures. You should copy one of them depending your architecture as root to /usr/lib/cups/filter
directory and that's it.
edited Sep 11 '15 at 5:21
pl_rock
7,09742834
7,09742834
answered Sep 10 '15 at 16:22
Pilisi
11
11
add a comment |
add a comment |
You can go to the terminal and run :
sudo sh /home/yourusername/WhereverYourArchiveIs/install.sh
After downloading the drivers from the web, and selecting manually the .ppd file, you can go to the terminal and insert the command said before, just run the sh "install.sh"
, found at the main folder of the ULD driver folder, as SUDO, and then you can use the printer.
If this doesn't solve your problem, go and copy the "rastertospl" file, which is found at i386 folder
(if you are x32 system
) or at x86_64
(if you are x64 system
), to the location "usr/lib/cups/filter"
and then run the command.
That's all.
add a comment |
You can go to the terminal and run :
sudo sh /home/yourusername/WhereverYourArchiveIs/install.sh
After downloading the drivers from the web, and selecting manually the .ppd file, you can go to the terminal and insert the command said before, just run the sh "install.sh"
, found at the main folder of the ULD driver folder, as SUDO, and then you can use the printer.
If this doesn't solve your problem, go and copy the "rastertospl" file, which is found at i386 folder
(if you are x32 system
) or at x86_64
(if you are x64 system
), to the location "usr/lib/cups/filter"
and then run the command.
That's all.
add a comment |
You can go to the terminal and run :
sudo sh /home/yourusername/WhereverYourArchiveIs/install.sh
After downloading the drivers from the web, and selecting manually the .ppd file, you can go to the terminal and insert the command said before, just run the sh "install.sh"
, found at the main folder of the ULD driver folder, as SUDO, and then you can use the printer.
If this doesn't solve your problem, go and copy the "rastertospl" file, which is found at i386 folder
(if you are x32 system
) or at x86_64
(if you are x64 system
), to the location "usr/lib/cups/filter"
and then run the command.
That's all.
You can go to the terminal and run :
sudo sh /home/yourusername/WhereverYourArchiveIs/install.sh
After downloading the drivers from the web, and selecting manually the .ppd file, you can go to the terminal and insert the command said before, just run the sh "install.sh"
, found at the main folder of the ULD driver folder, as SUDO, and then you can use the printer.
If this doesn't solve your problem, go and copy the "rastertospl" file, which is found at i386 folder
(if you are x32 system
) or at x86_64
(if you are x64 system
), to the location "usr/lib/cups/filter"
and then run the command.
That's all.
edited Jul 15 '16 at 13:04
anonymous2
3,27341846
3,27341846
answered Jul 14 '16 at 22:49
Jesus Jardim
111
111
add a comment |
add a comment |
To paste the file rastertospl
in the folder usrlibcupsfilter
you need to do this as root, otherwise the permission will be denied. Do this by right clicking on the folder filter and clicking on "Open as Root". You will notice a red stripe with Elevated Privileges written on it. Now you can paste the file rastertospl
into the folder usrlibcupsfilter
.
You could improve your answer by including what package/ppa/website providesrastertospl
.
– J. Starnes
Nov 8 '17 at 4:12
Where is therastertospl
file located?
– Jamie Hutber
Nov 6 at 23:30
add a comment |
To paste the file rastertospl
in the folder usrlibcupsfilter
you need to do this as root, otherwise the permission will be denied. Do this by right clicking on the folder filter and clicking on "Open as Root". You will notice a red stripe with Elevated Privileges written on it. Now you can paste the file rastertospl
into the folder usrlibcupsfilter
.
You could improve your answer by including what package/ppa/website providesrastertospl
.
– J. Starnes
Nov 8 '17 at 4:12
Where is therastertospl
file located?
– Jamie Hutber
Nov 6 at 23:30
add a comment |
To paste the file rastertospl
in the folder usrlibcupsfilter
you need to do this as root, otherwise the permission will be denied. Do this by right clicking on the folder filter and clicking on "Open as Root". You will notice a red stripe with Elevated Privileges written on it. Now you can paste the file rastertospl
into the folder usrlibcupsfilter
.
To paste the file rastertospl
in the folder usrlibcupsfilter
you need to do this as root, otherwise the permission will be denied. Do this by right clicking on the folder filter and clicking on "Open as Root". You will notice a red stripe with Elevated Privileges written on it. Now you can paste the file rastertospl
into the folder usrlibcupsfilter
.
edited Nov 8 '17 at 5:17
J. Starnes
1,409416
1,409416
answered Nov 7 '17 at 23:28
Perkeo
11
11
You could improve your answer by including what package/ppa/website providesrastertospl
.
– J. Starnes
Nov 8 '17 at 4:12
Where is therastertospl
file located?
– Jamie Hutber
Nov 6 at 23:30
add a comment |
You could improve your answer by including what package/ppa/website providesrastertospl
.
– J. Starnes
Nov 8 '17 at 4:12
Where is therastertospl
file located?
– Jamie Hutber
Nov 6 at 23:30
You could improve your answer by including what package/ppa/website provides
rastertospl
.– J. Starnes
Nov 8 '17 at 4:12
You could improve your answer by including what package/ppa/website provides
rastertospl
.– J. Starnes
Nov 8 '17 at 4:12
Where is the
rastertospl
file located?– Jamie Hutber
Nov 6 at 23:30
Where is the
rastertospl
file located?– Jamie Hutber
Nov 6 at 23: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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f512046%2fhow-to-install-rastertospl-in-my-usr-lib-cups-filter%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