Needed application only supports deb & rpm

Just built this computer for trading options/stocks and I am loving Garuda. I have used several different distros over the years as I hate MS; however, have some experience with command line stuff, but very basic linux knowledge. Question: a program/app I want to use is Tastyworks and they only support deb & rpm. Is there anyway to run it on Garuda?

1 Like

It’s in the AUR: https://aur.archlinux.org/packages/tastyworks/

5 Likes

Oops, but maybe you needed later.

2 Likes

looks like the packages are in the AUR
you can do paru -S tastyworks and you should be good to go

3 Likes

there is an app that installs .deb in arch called debtap

yay -S debtap

Create package from the .deb

 sudo debtap -u package_name.deb

Install the package

 sudo pacman -U package_name.pkg

Here is the link i got the above from. I've used it myself and it does work.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.