Error?

Questions about Wine on Linux
Locked
Luka_Power
Level 1
Level 1
Posts: 9
Joined: Wed Aug 11, 2021 4:26 pm

Error?

Post by Luka_Power »

why isn't this working? I enter the sudo apt-add-repository for my system and nothing happens except for a new command line opening up. Am I doing something wrong? Did I miss a step?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error?

Post by dimesio »

That's what Linux commands do when they succeed--return to the command prompt. Go on to the next step.
Luka_Power
Level 1
Level 1
Posts: 9
Joined: Wed Aug 11, 2021 4:26 pm

Re: Error?

Post by Luka_Power »

I did and ran into several permission errors.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error?

Post by dimesio »

Post the terminal output, including the command exactly as you entered it.
amera_09
Level 3
Level 3
Posts: 88
Joined: Mon Dec 09, 2019 6:47 pm

Re: Error?

Post by amera_09 »

Code: Select all

 apt-get install software-properties-common 
Luka_Power
Level 1
Level 1
Posts: 9
Joined: Wed Aug 11, 2021 4:26 pm

Re: Error?

Post by Luka_Power »

apt-get update
Reading package lists... Done
W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted)
E: Could not open lock file /var/lib/apt/lists/lock - open (13: permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error?

Post by dimesio »

Luka_Power wrote: Thu Aug 12, 2021 10:04 am apt-get update
That has to be run with sudo.
Luka_Power
Level 1
Level 1
Posts: 9
Joined: Wed Aug 11, 2021 4:26 pm

Re: Error?

Post by Luka_Power »

Thank you
Luka_Power
Level 1
Level 1
Posts: 9
Joined: Wed Aug 11, 2021 4:26 pm

Re: Error?

Post by Luka_Power »

The following packages have unmet dependencies:
winehq-stable : Depends: wine-stable (= 6.0.1~bionic-1)
E: Unable to correct problems, you have held broken packages.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error?

Post by dimesio »

jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Error?

Post by jkfloris »

What version of Ubuntu do you have?
Luka_Power
Level 1
Level 1
Posts: 9
Joined: Wed Aug 11, 2021 4:26 pm

Re: Error?

Post by Luka_Power »

16.04
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error?

Post by dimesio »

Luka_Power wrote: Fri Aug 20, 2021 7:14 pm16.04
You shouldn't be trying to install 18.04 packages on 16.04, and doing so is not supported here. Plus, 16.04 is EOL. You really should upgrade your system.
Luka_Power
Level 1
Level 1
Posts: 9
Joined: Wed Aug 11, 2021 4:26 pm

Re: Error?

Post by Luka_Power »

updated ubuntu to 18, still got this error:
The following packages have unmet dependencies:
winehq-stable : Depends: wine-stable (= 6.0.1~bionic-1)
E: Unable to correct problems, you have held broken packages.
Luka_Power
Level 1
Level 1
Posts: 9
Joined: Wed Aug 11, 2021 4:26 pm

Re: Error?

Post by Luka_Power »

Fixed it.
Luka_Power
Level 1
Level 1
Posts: 9
Joined: Wed Aug 11, 2021 4:26 pm

Re: Error?

Post by Luka_Power »

I'm trying to run something called brstm converter and I keep getting an error that basically tells me the converter was denied access to the directory the mp3 was in, meaning I can't convert the file to a brstm. could I get some help on this?
Locked