What install printer Brothers DCP-195c

General talk about packaging procedures and packages.
Jirik
Posts: 6
Joined: 11. Dec 2013, 17:52

What install printer Brothers DCP-195c

Post by Jirik »

I have full install Salix 14.0.1, but not installed printer Brothers DCP-195c.
What install this printer and scan??? I downloaded print driver for .deb thank you.
User avatar
aurlaent
Donor
Posts: 106
Joined: 1. Feb 2012, 19:46
Location: Sydney, Australia

Re: What install printer Brothers DCP-195c

Post by aurlaent »

Jirik
Posts: 6
Joined: 11. Dec 2013, 17:52

Re: What install printer Brothers DCP-195c

Post by Jirik »

What converted rpm to txz. In repozitory I have not this rpm2txz package.
User avatar
aurlaent
Donor
Posts: 106
Joined: 1. Feb 2012, 19:46
Location: Sydney, Australia

Re: What install printer Brothers DCP-195c

Post by aurlaent »

install rpm2tgz using gslapt or slapt-get.
Jirik
Posts: 6
Joined: 11. Dec 2013, 17:52

Re: What install printer Brothers DCP-195c

Post by Jirik »

I have install rpm2tgz. What script converted rpm in tgz. Thank you.
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: What install printer Brothers DCP-195c

Post by djemos »

e.g.

Code: Select all

rpm2txz -c -S -n -d brscan4-0.4.1-3.x86_64.rpm
or

Code: Select all

rpm2tgz -c -S -n -d brscan4-0.4.1-3.x86_64.rpm
or just

Code: Select all

rpm2txz  brscan4-0.4.1-3.x86_64.rpm
then as root

Code: Select all

spkg -i brscan4-0.4.1-3.x86_64.txz
Jirik
Posts: 6
Joined: 11. Dec 2013, 17:52

Re: What install printer Brothers DCP-195c

Post by Jirik »

I have Salix 32 bit.
Converted report: ERROR: rpm2cpio failed. (maybe brscan3-02.11-4.i386.rpm is not an RPM?)
I have this file:
brscan3-0.2.11-4.i386.rpm
dcp195ccupswrapper-1.1.3-1.i386.rpm
dcp195clpr-1.1.3-1.i386.rpm
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: What install printer Brothers DCP-195c

Post by djemos »

rpm2cpio is in rpm package.
install rpm package

Code: Select all

slapt-get -i rpm
Jirik
Posts: 6
Joined: 11. Dec 2013, 17:52

Re: What install printer Brothers DCP-195c

Post by Jirik »

The package is installed and the problem remained ERROR: rpm2cpio failed. (maybe brscan3-2.11-4.i386.rpm is not an RPM?)
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: What install printer Brothers DCP-195c

Post by djemos »

Code: Select all

rpm2txz brscan3-0.2.11-4.i386.rpm
is working fine here. No errors.
Something (a lib ) is missing from your system?
Here it is the txz package
Do you have all these deps packages installed also? (bzip2,db48,file,mozilla-nss,popt,python,xz,zlib)
Post Reply