how to install rastertospl in my usr/lib/cups/filter?












5














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?










share|improve this question



























    5














    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?










    share|improve this question

























      5












      5








      5







      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?










      share|improve this question













      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 16 '14 at 8:11









      sumanthozhiyur

      26112




      26112






















          3 Answers
          3






          active

          oldest

          votes


















          0














          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.






          share|improve this answer































            0














            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.






            share|improve this answer































              0














              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.






              share|improve this answer























              • 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











              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
              });


              }
              });














              draft saved

              draft discarded


















              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









              0














              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.






              share|improve this answer




























                0














                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.






                share|improve this answer


























                  0












                  0








                  0






                  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.






                  share|improve this answer














                  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.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Sep 11 '15 at 5:21









                  pl_rock

                  7,09742834




                  7,09742834










                  answered Sep 10 '15 at 16:22









                  Pilisi

                  11




                  11

























                      0














                      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.






                      share|improve this answer




























                        0














                        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.






                        share|improve this answer


























                          0












                          0








                          0






                          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.






                          share|improve this answer














                          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.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Jul 15 '16 at 13:04









                          anonymous2

                          3,27341846




                          3,27341846










                          answered Jul 14 '16 at 22:49









                          Jesus Jardim

                          111




                          111























                              0














                              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.






                              share|improve this answer























                              • 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
















                              0














                              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.






                              share|improve this answer























                              • 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














                              0












                              0








                              0






                              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.






                              share|improve this answer














                              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.







                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              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 provides rastertospl.
                                – J. Starnes
                                Nov 8 '17 at 4:12










                              • Where is the rastertospl 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










                              • Where is the rastertospl 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


















                              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.





                              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.




                              draft saved


                              draft discarded














                              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





















































                              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

                              How did Captain America manage to do this?

                              迪纳利

                              南乌拉尔铁路局