Re: printer/scanner Brother

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




> Date: Monday, August 23, 2021 15:50:27 +0200
> From: Patrick Dupre <pdupre@xxxxxxx>
> 
>> Sent: Monday, August 23, 2021 at 3:40 PM
>> From: "Richard" 
>> 
>> > Date: Monday, August 23, 2021 15:24:11 +0200
>> > From: Patrick Dupre <pdupre@xxxxxxx>
>> >> 
>> >> > Date: Monday, August 23, 2021 11:38:31 +0200
>> >> > From: Patrick Dupre <pdupre@xxxxxxx>
>> >> > 
>> >> > I am trying to install a printer/scanner Brother DCP-J132W.
>> >> > 
>> >>   ...
>> >> > 
>> >> > When I run linux-brprinter-installer-2.2.3-1
>> >> > it want to install
>> >> > 
>> >> > You are going to install following packages.
>> >> >    dcpj132wlpr-3.0.0-1.i386.deb
>> >> >    dcpj132wcupswrapper-3.0.0-1.i386.deb
>> >> >    brscan4-0.4.10-1.amd64.deb
>> >> >    brscan-skey-0.3.1-2.amd64.deb
>> >> > 
>> >> > 
>> >> > while I installed
>> >> > brscan4-0.4.10-1.x86_64
>> >> > brscan-skey-0.3.1-2.x86_64
>> >> > 
>> >> 
>> >> The Brother support website for that printer provides installer
>> >> and driver (including printer-specific) files for both Linux
>> >> (rpm) and (deb). If you select the rpm option, running
>> >> linux-brprinter-installer-2.2.3-1 lists .rpm, rather than .deb,
>> >> files in the install dialog that you show. That will likely get
>> >> you further.
>> >> 
>> > 
>> > This is exactly what I have done.
>> > but, I linux-brprinter-installer-2.2.3-1
>> > what to install .deb !!
>> 
>> You have to make certain that you selected, and so it downloaded,
>> the rpm installer file. Both options show on that page. When I did
>> that a few minutes ago it worked as expected, giving me .rpm files
>> in the install dialog that matched what you show.
>> 

> Again
> This is exactly what I did.
> Anyway, could you send me the gzip file?

Looking into the installer script -- it's the same file whether you
select rpm or deb on the download. If you look at the script you'll
see that it makes a selection based on the package manager(s) it
finds on your system -- looking first for "dpkg". 

  if [ "$(which dpkg 2> /dev/null)" != '' ];then
     PKG=deb
  elif [ "$(which rpm 2> /dev/null)" != '' ];then
     PKG=rpm

Do you happen to have the dpkg package manager installed -- perhaps
from EPEL? If so, you should be able to modify the installer script
to alter that selection to make it give you the rpm package
installation options. [you may need to alter more than one thing -
that was the most obvious one.]



_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux