Error?
-
- Level 1
- Posts: 9
- Joined: Wed Aug 11, 2021 4:26 pm
Error?
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?
Re: Error?
That's what Linux commands do when they succeed--return to the command prompt. Go on to the next step.
-
- Level 1
- Posts: 9
- Joined: Wed Aug 11, 2021 4:26 pm
Re: Error?
I did and ran into several permission errors.
Re: Error?
Post the terminal output, including the command exactly as you entered it.
Re: Error?
Code: Select all
apt-get install software-properties-common
-
- Level 1
- Posts: 9
- Joined: Wed Aug 11, 2021 4:26 pm
Re: Error?
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)
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)
Re: Error?
That has to be run with sudo.
-
- Level 1
- Posts: 9
- Joined: Wed Aug 11, 2021 4:26 pm
Re: 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.
winehq-stable : Depends: wine-stable (= 6.0.1~bionic-1)
E: Unable to correct problems, you have held broken packages.
Re: Error?
What version of Ubuntu do you have?
Re: Error?
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.
-
- Level 1
- Posts: 9
- Joined: Wed Aug 11, 2021 4:26 pm
Re: Error?
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.
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.
-
- Level 1
- Posts: 9
- Joined: Wed Aug 11, 2021 4:26 pm
Re: Error?
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?