Ubuntu application Installation help

Asked by Nickk Kelly

Hi, Im quite new to Ubunto. Recently coming from Windows 10. Im trying to learn how to download applications but I keep running into errors. If anyone can help that would be great. If anyone wouldnt mind giving me an intro to Ubuntu aswell, my Discord is Rezent#3515. Anyways, Heres my Terminal.

Err:13 http://ppa.launchpad.net/pipelight/stable/ubuntu bionic Release
  404 Not Found [IP: 91.189.95.83 80]
Err:14 http://ppa.launchpad.net/ubuntu-x-swat/updates/ubuntu bionic Release
  404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'https://dl.winehq.org/wine-builds/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/pipelight/stable/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/ubuntu-x-swat/updates/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

I get it when trying to install basically anything. Hope you can help. Thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xlsxwriter Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Ubuntu provides software in its standard repositories. If you are looking for specific additional packages, or for a newer version than the one provided in the standard Ubuntu repositories, you might find this in PPAs (personal package archives).

Not all external sources and PPAs provide software for all Ubuntu releases, and it seems that you have added some additional sources to your list of repositories which do not contain anything for bionic. Who told you to add these PPAs? They do not work for bionic.

Remove ppa:pipelight/stable ppa:ubuntu-x-swat/updates and https://dl.winehq.org/wine-builds/ubuntu from your list of repository sources, and the "404" errors and "no release file" messages should be gone.

Revision history for this message
Nickk Kelly (rezent) said :
#2

I was trying to Install WINE to run steam + Games. x-swat for nvidia drivers, and Pipelight for Netflix on Opera since its doesnt have HTML 5 or Silverlight.

Revision history for this message
Nickk Kelly (rezent) said :
#3

New problem. I cant seem to remove only WINE-builds.

Please choose from the following available PPAs:
 * 'test-builds': test-builds
 * 'wine-builds': Official Wine builds (DEPRECATED)
root@MaliceMrk2:/home/owner# sudo apt-add-repository --remove ppa:wine-builds
Cannot add PPA: 'ppa:~wine-builds/ubuntu/ppa'.
ERROR: '~wine-builds' user or team does not exist.

Im confused on the problem, Any help?

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

 https://dl.winehq.org/wine-builds/ubuntu is no ppa, but an external source.

Try
sudo apt-add-repository --remove https://dl.winehq.org/wine-builds/ubuntu

If this does not work, then use the program software-properties-gtk and delete the respective entry there.

Revision history for this message
Nickk Kelly (rezent) said :
#5

I did that. and i suppose it removed it. Does WINE not work anymore?

Revision history for this message
Manfred Hampl (m-hampl) said :
#6

Why should wine not work any more?
There is a recent version in the standard Ubuntu repositories for bionic. No need for a PPA or external source or anything additional.

sudo apt-get install wine

Revision history for this message
Nickk Kelly (rezent) said :
#7

I see... I installed it.
Its not giving me the option to Run with Wine. :/

Revision history for this message
Manfred Hampl (m-hampl) said :
#8

Try from the command line

wine program arguments

something like
wine /msdos/windows/sol.exe
or
wine notepad C:\\TEMP\\README.TXT

Can you help with this problem?

Provide an answer of your own, or ask Nickk Kelly for more information if necessary.

To post a message you must log in.