rpm2txz

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
noob51
Posts: 57
Joined: 22. Oct 2013, 16:56

rpm2txz

Post by noob51 » 29. Jan 2023, 13:40

Hi,
I don't see rpm2txz installed, I need that to install my brother ds 740 usb scanner, rpm2tgz desn't seem to work.
The scanner worked in slackware 15 rc2, but only as root.

Any suggestions.

djemos
Salix Warrior
Posts: 1380
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: rpm2txz

Post by djemos » 29. Jan 2023, 15:43

install rpm2tgz package
rpm2txz included as a link to rpm2targz

Code: Select all

lrwxrwxrwx 1 root root 9 Φεβ   3  2022 /usr/bin/rpm2txz -> rpm2targz

noob51
Posts: 57
Joined: 22. Oct 2013, 16:56

Re: rpm2txz

Post by noob51 » 3. Feb 2023, 02:21

Code: Select all

root@hawk:~# lrwxrwxrwx 1 root root 9 Φεβ   3  2022 /usr/bin/rpm2txz -> rpm2targz
-bash: lrwxrwxrwx: command not found
Something I did wrong.

User avatar
sammy
Posts: 24
Joined: 12. Sep 2013, 18:52

Re: rpm2txz

Post by sammy » 3. Feb 2023, 09:27

noob51 wrote:
3. Feb 2023, 02:21

Code: Select all

root@hawk:~# lrwxrwxrwx 1 root root 9 Φεβ   3  2022 /usr/bin/rpm2txz -> rpm2targz
-bash: lrwxrwxrwx: command not found
After installing the package, do

Code: Select all

which rpm2txz
or

Code: Select all

type -p rpm2txz
in the command line. This tells you if the binary or script is installed and in $PATH.

DidierSpaier
Posts: 490
Joined: 20. Jun 2016, 20:15

Re: rpm2txz

Post by DidierSpaier » 3. Feb 2023, 18:06

One more:

Code: Select all

didier[~]$ command -v rpm2txz
/usr/bin/rpm2txz

noob51
Posts: 57
Joined: 22. Oct 2013, 16:56

Re: rpm2txz

Post by noob51 » 4. Feb 2023, 14:10

OK

Code: Select all

/usr/bin/rpm2txz
.

Post Reply