Void Linux discussion
 help / color / mirror / Atom feed
* Proprietary apps with rpm/deb on void linux
@ 2022-12-03 16:38 Mayuresh
  2022-12-03 16:46 ` pupu
  2022-12-03 17:07 ` Allen Sobot
  0 siblings, 2 replies; 7+ messages in thread
From: Mayuresh @ 2022-12-03 16:38 UTC (permalink / raw)
  To: void linux

Is it possible to use proprietary apps like ms-teams on void linux x86_64?
The vendor provides .deb and .rpm files.

-- 
Mayuresh

-- 
You received this message because you are subscribed to the Google Groups "voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/20221203163854.dd5a57kkel6izgat%40localhost.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Proprietary apps with rpm/deb on void linux
  2022-12-03 16:38 Proprietary apps with rpm/deb on void linux Mayuresh
@ 2022-12-03 16:46 ` pupu
  2022-12-03 16:56   ` Mayuresh
  2022-12-03 17:07 ` Allen Sobot
  1 sibling, 1 reply; 7+ messages in thread
From: pupu @ 2022-12-03 16:46 UTC (permalink / raw)
  To: Mayuresh; +Cc: void linux

[-- Attachment #1: Type: text/plain, Size: 849 bytes --]

>
> Is it possible to use proprietary apps like ms-teams on void linux x86_64?
> The vendor provides .deb and .rpm files.
>

They might work, but might be linked to incompatible libs/versions so you
have to test. You can extract .deb files with `ar x ...`...

I'd suggest taking a look on github/void-packages as there are some builds
scripts for non-free software, like Zoom, Spotify, Slack... which are not
available on regular xbps repos.

-- 
pu (she/her)

>

-- 
You received this message because you are subscribed to the Google Groups "voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/CAHpAuDFbo_oYXTtsfeL-vS%3D7gZYQDaKr%2B%2B-%2BiuCYoNzo2nnL%3Dg%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 1643 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Proprietary apps with rpm/deb on void linux
  2022-12-03 16:46 ` pupu
@ 2022-12-03 16:56   ` Mayuresh
  2022-12-03 17:01     ` pupu
  2022-12-03 17:08     ` 'Duncaen' via voidlinux
  0 siblings, 2 replies; 7+ messages in thread
From: Mayuresh @ 2022-12-03 16:56 UTC (permalink / raw)
  To: pupu; +Cc: void linux

On Sat, Dec 03, 2022 at 04:46:23PM +0000, pupu wrote:
> They might work, but might be linked to incompatible libs/versions so you
> have to test. You can extract .deb files with `ar x ...`...

Is docker a possibility?

-- 
Mayuresh

-- 
You received this message because you are subscribed to the Google Groups "voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/20221203165617.pqqppjsh2ro3tu3r%40localhost.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Proprietary apps with rpm/deb on void linux
  2022-12-03 16:56   ` Mayuresh
@ 2022-12-03 17:01     ` pupu
  2022-12-03 17:08     ` 'Duncaen' via voidlinux
  1 sibling, 0 replies; 7+ messages in thread
From: pupu @ 2022-12-03 17:01 UTC (permalink / raw)
  To: Mayuresh; +Cc: void linux

[-- Attachment #1: Type: text/plain, Size: 728 bytes --]

>
> Is docker a possibility?
>

You can definitely run Docker on void (I do) and most probably be able to
run those binaries in a Debian container, but I'm not so sure how well the
GUIs would play ~ you'll have to share your X11/Wayland somehow and last
time I tried something like that, it didn't work (and I tried hard) :(

-- 
pupu (she/her)

>

-- 
You received this message because you are subscribed to the Google Groups "voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/CAHpAuDF%2B-GZkC6SdwVD%2BzrueFKb-2ES2caAS8j8zibg40a6f3Q%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 1475 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Proprietary apps with rpm/deb on void linux
  2022-12-03 16:38 Proprietary apps with rpm/deb on void linux Mayuresh
  2022-12-03 16:46 ` pupu
@ 2022-12-03 17:07 ` Allen Sobot
  1 sibling, 0 replies; 7+ messages in thread
From: Allen Sobot @ 2022-12-03 17:07 UTC (permalink / raw)
  To: Mayuresh, void linux

>Is it possible to use proprietary apps like ms-teams on void linux x86_64?
>The vendor provides .deb and .rpm files.
Triple-check it's a restricted package on https://github.com/void-linux/void-packages, or use xdeb but as a very, very last resort: https://github.com/toluschr/xdeb

Docker would be an enormous mess

-- 
You received this message because you are subscribed to the Google Groups "voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/41A4AFF8-BBA5-4CD9-ACD9-111EBDF18B5E%40gmail.com.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Proprietary apps with rpm/deb on void linux
  2022-12-03 16:56   ` Mayuresh
  2022-12-03 17:01     ` pupu
@ 2022-12-03 17:08     ` 'Duncaen' via voidlinux
  2023-03-04 18:20       ` Carlos
  1 sibling, 1 reply; 7+ messages in thread
From: 'Duncaen' via voidlinux @ 2022-12-03 17:08 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 866 bytes --]

flatpak would be a easier choice, its made for this while with docker you 
would have to manually try to get docker to play nicely with xorg/wayland, 
access to audio and dbus integration.

Mayuresh schrieb am Samstag, 3. Dezember 2022 um 16:56:18 UTC:

> On Sat, Dec 03, 2022 at 04:46:23PM +0000, pupu wrote:
> > They might work, but might be linked to incompatible libs/versions so you
> > have to test. You can extract .deb files with `ar x ...`...
>
> Is docker a possibility?
>
> -- 
> Mayuresh
>

-- 
You received this message because you are subscribed to the Google Groups "voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/8641d2b0-3012-4305-a483-1c84430ce682n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1373 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Proprietary apps with rpm/deb on void linux
  2022-12-03 17:08     ` 'Duncaen' via voidlinux
@ 2023-03-04 18:20       ` Carlos
  0 siblings, 0 replies; 7+ messages in thread
From: Carlos @ 2023-03-04 18:20 UTC (permalink / raw)
  To: voidlinux

On Sat, Dec 03, 2022 at 09:08:26AM -0800, 'Duncaen' via voidlinux wrote:
> flatpak would be a easier choice, its made for this while with docker you 
> would have to manually try to get docker to play nicely with xorg/wayland, 
> access to audio and dbus integration.

I second that suggestion. Flatpak has proven to play nicer than with any
docker setup out there. 
> 
> Mayuresh schrieb am Samstag, 3. Dezember 2022 um 16:56:18 UTC:
> 
> > On Sat, Dec 03, 2022 at 04:46:23PM +0000, pupu wrote:
> > > They might work, but might be linked to incompatible libs/versions so you
> > > have to test. You can extract .deb files with `ar x ...`...
> >
> > Is docker a possibility?
> >
> > -- 
> > Mayuresh
> >
> 
> -- 
> You received this message because you are subscribed to the Google Groups "voidlinux" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/8641d2b0-3012-4305-a483-1c84430ce682n%40googlegroups.com.


-- 
ASCII a stupid question, you get an EBCDIC answer.

-- 
You received this message because you are subscribed to the Google Groups "voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/20230304182036.hldjqadnt44ne5xl%40gmail.com.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-03-04 18:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-03 16:38 Proprietary apps with rpm/deb on void linux Mayuresh
2022-12-03 16:46 ` pupu
2022-12-03 16:56   ` Mayuresh
2022-12-03 17:01     ` pupu
2022-12-03 17:08     ` 'Duncaen' via voidlinux
2023-03-04 18:20       ` Carlos
2022-12-03 17:07 ` Allen Sobot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).