[ home / overboard ] [ bpa ] [ soy / qa / raid / r ] [ craft ] [ int / pol ] [ a / an / asp / biz / mtv / r9k / tech / v / sude / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki / booru / irc ]

A banner for soyjak.party

/tech/ - Soyence and Technology

Download more RAM for your Mac here
Catalog
Email
Subject
Comment
File
Password (For file deletion.)

File: 1774827282557z.png πŸ“₯︎ (95.24 KB, 798x496) ImgOps

 β„–30368[Quote]

The following packages have unmet dependencies:
wine-staging : Depends: libavcodec61 (>= 7:7.0) but it is not installable
Depends: libavformat61 (>= 7:7.0) but it is not installable
Depends: libavutil59 (>= 7:7.0) but it is not installable
Recommends: libodbc2 but it is not going to be installed or
libodbc1 but it is not installable

 β„–30369[Quote]

tl;dr im trying to install wine and its just spazzing out 4 no reason
>sudo apt install –install-recommends winehq-staging
ill try reading the instructions again since that would be retarded if i dont

 β„–30370[Quote]

user@user:~$ sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources
2026-04-19 21:49:27 https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources
Resolving dl.winehq.org (dl.winehq.org)… 146.75.78.217, 2a04:4e42:77::729
Connecting to dl.winehq.org (dl.winehq.org)|146.75.78.217|:443… connected.
HTTP request sent, awaiting response… 304 Not Modified
File β€˜/etc/apt/sources.list.d/winehq-noble.sources’ not modified on server. Omitting download.

thats stupid

 β„–30371[Quote]

File: 1771593864259j.png πŸ“₯︎ (34.5 KB, 754x214) ImgOps

>>30370
holy fail of a copypaste

 β„–30372[Quote]

ok so i found my error basically i just cant install the dependencies for some unknown reason. source that im following: https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu

if anyone cares enough to help me, then can you tell me where im supposed to get the dependencies

 β„–30374[Quote]

>>30372
sudo apt install libavcodec-extra61

 β„–30375[Quote]

File: 1776387787603p.png πŸ“₯︎ (34.23 KB, 699x289) ImgOps

>>30374
am i cooked

 β„–30376[Quote]

>>30375
try updating your package list
i forgot how to do that on debian based distros js look it up

 β„–30379[Quote]

>>30376
thanks but i cant find shit. i already ran sudo apt update like 4 billion times and AI didnt help either it just said to run sudo apt update

 β„–30380[Quote]

>>30375
can u normally install libavcodec?

 β„–30381[Quote]

File: 1772282308501t.png πŸ“₯︎ (39.58 KB, 673x228) ImgOps

>>30380
>libavcodec
i just did sudo apt install libavcodec-dev and i still cant add the sources files

 β„–30382[Quote]

>>30381
there's no error here meds
it's just saying it already has the file
do sudo apt update and see if u have the wine files

 β„–30385[Quote]

File: 1774661123785q.png πŸ“₯︎ (48.1 KB, 659x296) ImgOps

>>30382
oh im retarded see this is why we follow you bruh πŸ˜‚ it still isnt working though idgi i installed libavcodec and i have the sources installed but its saying my packages are DNB and i cant find anything online answering my issue

 β„–30386[Quote]

>>30385
sudo dpkg –add-architecture i386
sudo apt update
sudo apt install –install-recommends winehq-staging

 β„–30387[Quote]

>>30386
this did nothing

 β„–30388[Quote]

>>30387
sudo apt –fix-broken install
sudo apt update
sudo apt install –install-recommends winehq-staging

 β„–30389[Quote]

>>30388
did nothing again

 β„–30390[Quote]

>>30389
send results of lsb_release -a

 β„–30391[Quote]

user@linux:~$ lsb_release -a
No LSB modules are available.
Distributor ID:Linuxmint
Description:Linux Mint 22.3
Release:22.3
Codename:zena

 β„–30392[Quote]

>>30391
do apt policy libavcodec61

 β„–30393[Quote]

>>30392
user@linux:~$ apt policy libavcodec61
libavcodec61:
Installed: (none)
Candidate: (none)
Version table:

 β„–30394[Quote]

>>30393
sudo add-apt-repository main
sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo add-apt-repository restricted
sudo apt update
sudo apt install –install-recommends winehq-staging

 β„–30395[Quote]

>>30394
user@linux:~$ sudo add-apt-repository main
Authorization required, but no authorization protocol specified

Authorization required, but no authorization protocol specified

did it work or nah

 β„–30396[Quote]

>>30395
do dis before
sudo apt install software-properties-common
then try it again

 β„–30397[Quote]

wait can u do
nano /etc/apt/sources.list
and tell me what sources u have

 β„–30398[Quote]

>>30396
this installed but i couldnt run sudo add-apt-repository-main

 β„–30399[Quote]

File: 1775934891317t.png πŸ“₯︎ (57.52 KB, 882x549) ImgOps

>>30397
what are you looking for

 β„–30400[Quote]

>>30399
alright
use arrow keys and go to the bottom
paste ts in
then do ctrl + x then press y to savse
deb http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu noble-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu noble-security main restricted universe multiverse
after dat do sudo apt update

 β„–30401[Quote]

File: 1775488914856u.png πŸ“₯︎ (79.45 KB, 888x533) ImgOps

File: 1771814182680k.png πŸ“₯︎ (20.28 KB, 889x114) ImgOps

>>30400
i pressed ctrl+x and y and then i pressed enter to save and it said i was denied

 β„–30402[Quote]

>>30401
oh shit mb
u gotta do sudo nano /etc/apt/sources.list

 β„–30403[Quote]

>>30402
oh im retarded geg yeah thatll solve my issue

 β„–30404[Quote]

>>30400
i did this

 β„–30405[Quote]

>>30403
it went through? do sudo apt install –install-recommends winehq-staging now

 β„–30406[Quote]

File: 1771845864348k.txt πŸ“₯︎ (48.49 KB)

File: 1774680368272r.png πŸ“₯︎ (126.14 KB, 878x524) ImgOps

>>30405
idk it just gave this long list of stuff. im gonna run sudo add-apt-repository main now

 β„–30407[Quote]

File: 1774008915515z.png πŸ“₯︎ (23.54 KB, 607x159) ImgOps

niger dnb

 β„–30408[Quote]

do apt policy libavcodec61

 β„–30410[Quote]

File: 1776211226952o.png πŸ“₯︎ (12.22 KB, 348x122) ImgOps


 β„–30411[Quote]

>>30406
i may be a retard
tell me what
cat /etc/apt/sources.list.d/official-package-repositories.list
says

 β„–30412[Quote]

File: 1776281043695u.png πŸ“₯︎ (28.99 KB, 786x197) ImgOps

>>30411
user@linux:~$ cat /etc/apt/sources.list.d/official-package-repositories.list
deb http://packages.linuxmint.com zena main upstream import backport #id:linuxmint_main

deb http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu noble-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse

 β„–30413[Quote]

>>30412
can u do apt search libavcodec61

 β„–30414[Quote]

File: 1775207337702c.png πŸ“₯︎ (6.29 KB, 326x70) ImgOps


 β„–30415[Quote]

wait have u tried installing the normal wine versions
like
sudo apt install –install-recommends winehq-stable

 β„–30416[Quote]

>>30415
yeah i have but then i deleted it

 β„–30417[Quote]

>>30416
why did u delete it bro

 β„–30418[Quote]

>>30417
bc it wouldnt work with byond

 β„–30419[Quote]

>>30418
bro idfk your system is buggin im sorry twin
i'll try and get a professional egyptian to look at it in a couple of hours

 β„–30420[Quote]

>>30419
thanks for the help bro

 β„–30421[Quote]

>>30419
also for some reason lutris works evendoe i dont have wine installed but it just wont work with byond

 β„–30422[Quote]

>>30368 (OP)
THIS IS A CERTIFIED DPKG CLASSIC
ok so here's what you gotta do… you gotta like, reinstall the whole OS. that's it! that's the solution!
HAHAHAHAH AXAXXAAXXAXA JAJAJAJAJA EHEHEH OHOHOHO!

if you don't feel like doing that though, you can uninstall everything related to those packages and then delete everything in /var/lib/apt and run an apt update (spoiler alert: this probably won't help)

GOOD LUCK!!



[Return][Catalog][Go to top][Post a Reply]
Delete Post [ ]
[ home / overboard ] [ bpa ] [ soy / qa / raid / r ] [ craft ] [ int / pol ] [ a / an / asp / biz / mtv / r9k / tech / v / sude / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki / booru / irc ]