Installieren Sie Java auf Ubuntu 15.10

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Installieren Sie Java auf Ubuntu 15.10

by Anonymous » 10 Apr 2025, 12:49

Ich installiere Java auf Ubuntu 15.10
Wenn ich sudo add-apt-repository pPA eingeben habe: WebUpd8team /java < /code>
Das Ergebnis < /p>

Code: Select all

Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 95, in 
sp = SoftwareProperties(options=options)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 109, in __init__
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Ubuntu/xenial
Wie kann es behoben werden?

Top