TUXDB - LINUX GAMING AGGREGATE
made by: NuSuey
NEWSFEED
GAMES
▪️CROWDFUNDING▪️COMMUNITY DEALS▪️STEAM DECK▪️CALENDAR
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 10 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Benedikt][David Martínez Martí]

Any feedback for tuxDB? Join us!

ViewsLikesFavoritesComments

31471280037


Video is outdated and some information is incorrect. Here is an updated guide:https://www.gloriouseggroll.tv/how-to-get-out-of-wine-dependency-hell/

@GhartauszSubscribers:15
Channel views:11
Uploaded videos:5

[ 2017-04-25 09:17:39Z ]👍 1


Can you help me? I've installed lutris and LoL too, but the game isn't starting at all, it's set on 1.8-i386 in the Runner options tab.


@GhartauszSubscribers:15
Channel views:11
Uploaded videos:5

[ 2017-04-26 15:35:47Z ] 👍 0


Thank you! Gonna try it soon

@GloriousEggrollSubscribers:7340
Channel views:679443
Uploaded videos:57

[ 2017-04-26 13:40:50Z ] 👍 0


lutris scripts werent installing properly earlier from the website yesterday, try running this in console: WINEARCH=win32 WINEPREFIX=~/Games/league-of-legends winetricks -q adobeair vcrun2015 winxp then WINEARCH=win32 WINEPREFIX=~/Games/league-of-legends winecfg then remove shlwapi from libraries tab then try to run league again in lutris

@robertoszekSubscribers:113
Channel views:0
Uploaded videos:0

[ 2017-04-26 16:58:55Z ]👍 11


I've been looking into this after watching the video and apparently pacman doesn't support the installation of optional dependencies in bulk. The "--asdeps" option you mentioned in the video simply tells the database that you installed the package as a dependency (hence the --asdeps) and that it was required by another package: https://wiki.archlinux.org/index.php/Pacman#Installation_reason After digging for a while this is the easiest way I've found to install all dependencies of a package: sudo pacman -S $(pactree -l wine-staging) It basically passes all the dependencies to pacman and asks it to install them all. Not as fancy as an officially supported command option but hey, it works.


@ltex3424Subscribers:5
Channel views:0
Uploaded videos:0

[ 2021-10-05 09:13:11Z ] 👍 0


@@robertoszek pactree doesnt install

@peacemekkaSubscribers:47
Channel views:1201
Uploaded videos:41

[ 2021-01-01 05:03:36Z ] 👍 0


@@robertoszek oh so pactree is not a part of pacman? My bad, I didn't know

@robertoszekSubscribers:113
Channel views:0
Uploaded videos:0

[ 2020-12-31 20:50:22Z ] 👍 1


@@peacemekka have you installed pactree first? I wrote this comment 3 years ago but your error seems to say it doesn't find the 'pactree' command. Install it and try again. $ sudo pacman -S pactree

@peacemekkaSubscribers:47
Channel views:1201
Uploaded videos:41

[ 2020-12-31 17:59:48Z ] 👍 0


It throws an error, bash: pactree: command not found error: no targets specified (use -h for help)

@blade7554Subscribers:1
Channel views:0
Uploaded videos:0

[ 2018-03-01 15:02:11Z ] 👍 0


Errors occurred, no packages were upgraded.(

@emilioheringerSubscribers:15
Channel views:739
Uploaded videos:2

[ 2017-05-02 22:37:41Z ]👍 1


falha ao obter o arquivo "wine-staging-2.5-1-x86_64.pkg.tar.xz" de archlinux.c3sl.ufpr.br : The requested URL returned error: 404


@abyssvilloSubscribers:0
Channel views:243
Uploaded videos:2

[ 2017-05-05 01:36:48Z ]👍 2


dude, please do one for WoW.


@ansgarx4754Subscribers:1
Channel views:0
Uploaded videos:0

[ 2017-05-23 16:20:33Z ]👍 2


Nice theme, what is your de and wm?


@subucn1Subscribers:6
Channel views:410
Uploaded videos:1

[ 2017-06-03 17:32:25Z ]👍 2


Not working for me. Do you know what the problem is? $ sudo pacman -S wine --asdeps error: target not found: wine


@dzamija922Subscribers:41
Channel views:8622
Uploaded videos:15

[ 2017-09-08 15:50:26Z ] 👍 1


I did all that stuff and Pacman still cannot find wine to save its life. It can't find a bunch of other things too that is clearly stated as existing in the wiki. This is so fucking frustrating, I don't know if I'm doing something wrong or if the folks at Arch Linux are lying their asses off about 50% of the packages.

@jacobsebastian8640Subscribers:2
Channel views:91
Uploaded videos:2

[ 2017-08-29 00:29:27Z ] 👍 1


thanks m8 saved me some time with this one.

@subucn1Subscribers:6
Channel views:410
Uploaded videos:1

[ 2017-06-03 17:41:31Z ] 👍 6


FIgured it out. You have to enable multilib in your /etc/pacman.conf (make sure both the multib section name and include directive are uncommented) and then you can install it.

@etherbeansSubscribers:6
Channel views:0
Uploaded videos:0

[ 2017-06-06 02:01:12Z ]👍 0


What DE do you use?


@DeweyNovakSubscribers:0
Channel views:0
Uploaded videos:0

[ 2017-06-08 18:35:37Z ]👍 1


Great video, thanks for the great upload! By the way, i'll have the city chicken thankuu


@cryptohemlock9874Subscribers:6
Channel views:0
Uploaded videos:0

[ 2018-03-24 22:06:52Z ]👍 0


There's a problem now with installing wine via pacman. I am having issues getting wine set up because of this...it looks like it's trying to retrieve the packages from invalid URLs. :(


@oppp2565Subscribers:0
Channel views:0
Uploaded videos:0

[ 2019-10-02 11:12:08Z ] 👍 0


make sure to enable multilib by uncommenting the following in /etc/pacman.conf [multilib] Include = /etc/pacman.d/mirrorlist

@simonrose2Subscribers:820
Channel views:871969
Uploaded videos:51

[ 2018-04-04 17:53:39Z ]👍 1


--asdeps just marks the package you are installing as "Installed as a dependency for another package". It does not pull optional dependencies like you said.


@GloriousEggrollSubscribers:7340
Channel views:679443
Uploaded videos:57

[ 2018-04-04 17:57:48Z ] 👍 3


this video is outdated, my apologies. updated information can be found here: https://www.gloriouseggroll.tv/how-to-get-out-of-wine-dependency-hell/

@dimitristzouras793Subscribers:14
Channel views:2183
Uploaded videos:10

[ 2018-07-09 18:36:36Z ]👍 1


hello i need help when i type this i got a message (error: target not found: wine) could u help me?


@priyanshu9513Subscribers:446
Channel views:259175
Uploaded videos:12

[ 2018-08-20 01:23:26Z ]👍 1


How to remove and reinstall wine , I am getting errors in wine please help .


@diekong1444Subscribers:0
Channel views:0
Uploaded videos:0

[ 2018-09-30 11:09:03Z ]👍 2


they removed wine from offical


@royarlSubscribers:3
Channel views:3251
Uploaded videos:7

[ 2019-05-19 03:22:04Z ] 👍 1


It's not removed, it's just in the multilib repo.

@jacquelinehomeless1369Subscribers:12
Channel views:6477
Uploaded videos:12

[ 2018-10-30 18:33:58Z ]👍 0


Thank's u so much 🙂


@Paul-np4kjSubscribers:0
Channel views:0
Uploaded videos:0

[ 2019-01-14 22:44:35Z ]👍 0


Works perfectly. Thank you so much for sharing.


@rickyvz1090Subscribers:2
Channel views:0
Uploaded videos:0

[ 2019-02-07 17:23:19Z ]👍 0


no speak english, i am wanna just say thanks


@mihajloristic1757Subscribers:7
Channel views:421
Uploaded videos:6

[ 2019-07-13 01:40:08Z ]👍 0


make sure to enable multilib by uncommenting the following in /etc/pacman.conf [multilib] Include = /etc/pacman.d/mirrorlist


@aryanshmahatoSubscribers:8
Channel views:0
Uploaded videos:0

[ 2019-09-22 04:08:54Z ]👍 0


wine Targer not found issue


@oppp2565Subscribers:0
Channel views:0
Uploaded videos:0

[ 2019-10-02 11:11:25Z ] 👍 1


make sure to enable multilib by uncommenting the following in /etc/pacman.conf [multilib] Include = /etc/pacman.d/mirrorlist

@AllfatherBlackSubscribers:251
Channel views:25788
Uploaded videos:312

[ 2020-12-04 00:29:44Z ]👍 0


God-tier advice.


@peacemekkaSubscribers:47
Channel views:1201
Uploaded videos:41

[ 2020-12-31 18:04:19Z ]👍 2


The link in description is updated solution. Worked fine for me on Arch.


@MohsenTheKnight21Subscribers:34
Channel views:17
Uploaded videos:1

[ 2021-01-25 19:16:57Z ]👍 0


thanks really helpfull


@BxrHavikSubscribers:31
Channel views:2942
Uploaded videos:10

[ 2021-10-04 10:11:19Z ]👍 1


This needs a update. There is no wine package in the dependencies except for the AUR.


@volosnesqui9410Subscribers:1
Channel views:0
Uploaded videos:0

[ 2023-02-15 22:44:07Z ]👍 0


wow ,thanks



GAMEBILLET

[ 6277 ]

26.65$ (11%)
30.74$ (12%)
8.19$ (18%)
33.17$ (17%)
25.19$ (16%)
16.96$ (15%)
13.30$ (11%)
8.39$ (16%)
33.17$ (17%)
5.03$ (16%)
5.87$ (16%)
4.95$ (17%)
3.93$ (21%)
4.19$ (16%)
14.91$ (17%)
24.87$ (17%)
16.79$ (16%)
12.42$ (17%)
16.59$ (17%)
13.25$ (12%)
53.35$ (11%)
12.42$ (17%)
8.27$ (17%)
24.87$ (17%)
12.42$ (17%)
41.47$ (17%)
41.47$ (17%)
16.57$ (17%)
33.17$ (17%)
4.95$ (17%)
GAMERSGATE

[ 2274 ]

4.25$ (91%)
0.58$ (85%)
3.0$ (50%)
11.48$ (62%)
1.02$ (91%)
8.0$ (60%)
1.8$ (77%)
0.85$ (91%)
3.0$ (70%)
2.55$ (83%)
0.43$ (91%)
3.83$ (62%)
8.5$ (83%)
12.74$ (58%)
11.9$ (70%)
1.88$ (92%)
0.6$ (91%)
1.5$ (90%)
17.5$ (50%)
2.3$ (87%)
1.91$ (87%)
0.43$ (91%)
3.83$ (87%)
2.5$ (50%)
3.43$ (74%)
6.6$ (74%)
3.0$ (50%)
0.68$ (91%)
0.6$ (88%)
5.74$ (62%)
MacGamestore

[ 1932 ]

1.99$ (80%)
1.49$ (94%)
2.49$ (83%)
1.09$ (84%)
53.99$ (10%)
2.99$ (85%)
1.24$ (75%)
3.99$ (69%)
6.37$ (79%)
2.49$ (75%)
3.49$ (65%)
1.99$ (85%)
1.98$ (80%)
73.99$ (8%)
1.99$ (87%)
1.29$ (84%)
42.49$ (15%)
2.98$ (85%)
8.99$ (55%)
1.09$ (82%)
1.29$ (91%)
1.19$ (76%)
1.99$ (90%)
1.09$ (93%)
6.49$ (78%)
2.48$ (50%)
1.99$ (85%)
1.99$ (80%)
6.49$ (84%)
1.89$ (81%)

FANATICAL BUNDLES

Time left:

356318 days, 7 hours, 28 minutes


Time left:

3 days, 14 hours, 28 minutes


Time left:

18 days, 14 hours, 28 minutes


Time left:

19 days, 14 hours, 28 minutes


Time left:

18 days, 14 hours, 28 minutes


Time left:

19 days, 14 hours, 28 minutes


Time left:

3 days, 14 hours, 28 minutes


Time left:

25 days, 14 hours, 28 minutes


Time left:

16 days, 14 hours, 28 minutes


Time left:

18 days, 14 hours, 28 minutes


Time left:

11 days, 14 hours, 28 minutes


Time left:

17 days, 14 hours, 28 minutes


Time left:

356318 days, 7 hours, 28 minutes


Time left:

25 days, 14 hours, 28 minutes


Time left:

31 days, 14 hours, 28 minutes


Time left:

53 days, 14 hours, 28 minutes


HUMBLE BUNDLES

Time left:

11 days, 8 hours, 28 minutes


Time left:

13 days, 8 hours, 28 minutes


Time left:

23 days, 8 hours, 28 minutes

by buying games/dlcs from affiliate links you are supporting tuxDB
🔴 LIVE