installation af playonlinux via sudo kommands?

Søger du et bestemt program? Mangler du et alternativ til dit Windowsprogram? Program-spørgsmål kan stilles her.
morten_s
Indlæg: 148
Tilmeldt: 8. jun 2014, 06:11
IRC nickname: morten_s

installation af playonlinux via sudo kommands?

Indlægaf morten_s » 5. dec 2016, 13:15

Hvordan installer jeg disse kommands , jeg ikke for det til virke? playonlinux fra software center er mangelfuld.

Kode: Vælg alt

For the Trusty version
Type the following commands:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

AJenbo
Admin
Indlæg: 20860
Tilmeldt: 15. nov 2009, 15:04
IRC nickname: AJenbo
Geografisk sted: Vanløse, København

Re: installation af playonlinux via sudo kommands?

Indlægaf AJenbo » 5. dec 2016, 13:52

Kør dem i terminalen... Hvis de ikke virker for dig så vis os resultatet så vi kan se hvor det går galt.

Ivan
Indlæg: 1133
Tilmeldt: 6. nov 2009, 17:05
Geografisk sted: Rudkøbing

Re: installation af playonlinux via sudo kommands?

Indlægaf Ivan » 5. dec 2016, 14:06

Og kør en linje ad gangen.
Arch på Toshiba Satellite C660-1NT og Acer Aspire One 532h
Manjaro på hjemmerullet pc.

morten_s
Indlæg: 148
Tilmeldt: 8. jun 2014, 06:11
IRC nickname: morten_s

Re: installation af playonlinux via sudo kommands?

Indlægaf morten_s » 5. dec 2016, 14:11

Hvad gør jeg galt ?

Kode: Vælg alt

morten@morten-500-312no:~$ wget -q "http://deb.playonlinux.com/public.gpg" -O-
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.9 (GNU/Linux)

mQGiBE0TLeARBACUNiyFV7nDzTl+pSA52LgOZ9z3b4/zeQRobsITNG+Y/Cj02lu/
I0nqCTpXQx/6r7KIqpgEWF/AJvqA3uMmbQLG7iGpmPMfGT3UKKMwMVgDPlaMYVVW
J8W/5Id9lvuW+bhtbBekl8e60JyVRSNBKBLulJQNplKN3+V+uxy4Ls7I7wCgtf2k
OWsyN0lcIk2KXGFe7COIousD/A0mE7sPX1KqeuQ6AXnTy7TQLJMl5cIInZCgBgje
qEQlBBors0WVUgXkvoZKAx4lg9dstUkjd+dNX2BchARxQ0ZoGKaFoReGtOzs215B
/WBK4bnmupulyL4IGrWyS8NaSfSUHfejR5LR3N8l7SbVTb8nI2zRdm8TJTcwE5Ob
XSuUA/9PFE2g4/yGDkEGRpOzf+q1cuclyxXeEMtXwzg71k5b/OTQumIJgOghZjpe
QXh3HsgcOJNz3NxjpB0TLuKp7fjG/wnfhM7cYsH7mT5Hum4dfjVQfThE6h0VCYef
eUk+EGnlIZEphExXdqGw09bRdEDYJ9w4IYsDxU6WcA3vS76PxrRNUGxheU9uTGlu
dXggUGFja2FnaW5nIChQbGF5T25MaW51eCBwYWNrYWdpbmcga2V5cykgPHBhY2th
Z2VzQHBsYXlvbmxpbnV4LmNvbT6IYAQTEQIAIAUCTRMt4AIbAwYLCQgHAwIEFQII
AwQWAgMBAh4BAheAAAoJEOD3J3jEZ2GGzXgAoKNE4jrUpEaQGqfcdQvLqHL5D56F
AJoDDBdO/HaAon2tM2RoaIqskwuSzA==
=5RNf
-----END PGP PUBLIC KEY BLOCK-----
morten@morten-500-312no:~$ sudo apt-key add
[sudo] adgangskode for morten:
xxxxxxxxxx


sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list




sudo wget

AJenbo
Admin
Indlæg: 20860
Tilmeldt: 15. nov 2009, 15:04
IRC nickname: AJenbo
Geografisk sted: Vanløse, København

Re: installation af playonlinux via sudo kommands?

Indlægaf AJenbo » 5. dec 2016, 14:18

Du har delt den første kommando i 2 og så gør den jo ikke længere det den skal. I stedet for at installere certifikat får du den vist på skærmen. Kør kommandoen præcis som den står, du kan med fordel kopiere og indsætte den så du ikke laver fejl i den.

AJenbo
Admin
Indlæg: 20860
Tilmeldt: 15. nov 2009, 15:04
IRC nickname: AJenbo
Geografisk sted: Vanløse, København

Re: installation af playonlinux via sudo kommands?

Indlægaf AJenbo » 5. dec 2016, 15:55

Du skulle skrive:

Kode: Vælg alt

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -


Du skrev:

Kode: Vælg alt

wget -q "http://deb.playonlinux.com/public.gpg" -O-
sudo apt-key add


Der med mangler du | og -, og har et linje skift for meget.

morten_s
Indlæg: 148
Tilmeldt: 8. jun 2014, 06:11
IRC nickname: morten_s

Re: installation af playonlinux via sudo kommands?

Indlægaf morten_s » 6. dec 2016, 09:39

Tak men den version af playonlinux du kan via sudo i terminalen er lige så manglefuld som der ligger på software boutique. Den mangler flere futures, b.l.a den option at du tilføje dine egne windows programmer eller mac programmer mangler?

AJenbo
Admin
Indlæg: 20860
Tilmeldt: 15. nov 2009, 15:04
IRC nickname: AJenbo
Geografisk sted: Vanløse, København

Re: installation af playonlinux via sudo kommands?

Indlægaf AJenbo » 6. dec 2016, 09:47

Har du udført resten af installationen? Tjek versionen.
Hvad er det du mangler?

morten_s
Indlæg: 148
Tilmeldt: 8. jun 2014, 06:11
IRC nickname: morten_s

Re: installation af playonlinux via sudo kommands?

Indlægaf morten_s » 6. dec 2016, 11:51

Der går stadig ged i det ?

Kode: Vælg alt

morten@morten-SATELLITE-L50-B:~$ wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
[sudo] adgangskode for morten:
OK
morten@morten-SATELLITE-L50-B:~$ sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list
--2016-12-06 11:50:20--  http://deb.playonlinux.com/playonlinux_trusty.list
Løser deb.playonlinux.com (deb.playonlinux.com)... 51.254.83.230, 2001:41d0:2:37ca::1e
Tilslutter deb.playonlinux.com (deb.playonlinux.com)|51.254.83.230|:80... forbundet.
HTTP forespørgsel sendt, afventer svar... 200 OK
Længde: 44
Gemmer til: '/etc/apt/sources.list.d/playonlinux.list'

/etc/apt/sources.li 100%[===================>]      44  --.-KB/s    in 0s     

2016-12-06 11:50:20 (4,79 MB/s) - '/etc/apt/sources.list.d/playonlinux.list' gemt [44/44]

morten@morten-SATELLITE-L50-B:~$ sudo apt-get update
Ignorerer:1 http://dl.google.com/linux/chrome/deb stable InRelease
Havde:2 http://ppa.launchpad.net/appgrid/stable/ubuntu xenial InRelease       
Ignorerer:3 http://download.videolan.org/pub/debian/stable  InRelease         
Henter:4 http://deb.playonlinux.com trusty InRelease [1.950 B]                 
Havde:5 http://ppa.launchpad.net/audio-recorder/ppa/ubuntu xenial InRelease   
Havde:6 http://download.videolan.org/pub/debian/stable  Release               
Havde:7 http://dl.google.com/linux/chrome/deb stable Release                   
Havde:8 http://ppa.launchpad.net/flexiondotorg/telegram/ubuntu xenial InRelease
Havde:9 http://security.ubuntu.com/ubuntu xenial-security InRelease           
Havde:10 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu xenial InRelease
Henter:11 http://deb.playonlinux.com trusty/main amd64 Packages [565 B]       
Havde:12 http://archive.canonical.com/ubuntu xenial InRelease                 
Havde:13 http://ppa.launchpad.net/heyarje/makemkv-beta/ubuntu xenial InRelease
Henter:15 http://deb.playonlinux.com trusty/main i386 Packages [565 B]         
Havde:16 http://ppa.launchpad.net/jconti/recent-notifications/ubuntu xenial InRelease
Havde:17 http://repository.spotify.com stable InRelease                       
Havde:19 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial InRelease
Havde:20 http://repo.sinew.in stable InRelease                                 
Havde:21 http://ppa.launchpad.net/peterlevi/ppa/ubuntu xenial InRelease       
Havde:22 http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu xenial InRelease
Havde:23 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu xenial InRelease       
Havde:24 http://ppa.launchpad.net/teejee2008/ppa/ubuntu xenial InRelease       
Havde:25 http://ppa.launchpad.net/unit193/encryption/ubuntu xenial InRelease   
Havde:26 http://ppa.launchpad.net/vikoadi/ppa/ubuntu xenial InRelease         
Ignorerer:27 http://repo.vivaldi.com/stable/deb stable InRelease               
Havde:28 http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu xenial InRelease
Havde:29 http://repo.vivaldi.com/stable/deb stable Release         
Havde:31 http://dk.archive.ubuntu.com/ubuntu xenial InRelease       
Havde:32 http://dk.archive.ubuntu.com/ubuntu xenial-updates InRelease
Havde:33 http://dk.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hentede 3.080 B på 3s (996 B/s)
Indlæser pakkelisterne... Færdig
E: Metodedriveren /usr/lib/apt/methods/https// blev ikke fundet.
W: http://deb.playonlinux.com/dists/trusty/InRelease: Signature by key 74F7358425EEB6176094C884E0F72778C4676186 uses weak digest algorithm (SHA1)
E: Kunne ikke hente https//://deb.opera.com/opera-stable/dists/stable/InRelease
E: Nogle indeksfiler kunne ikke hentes. De er blevet ignoreret eller de gamle bruges i stedet.
morten@morten-SATELLITE-L50-B:~$ sudo apt-get install playonlinux
Indlæser pakkelisterne... Færdig
Opbygger afhængighedstræ       
Læser tilstandsoplysninger... Færdig
Du kan muligvis rette det ved at køre »apt-get -f install«:
Følgende pakker har uopfyldte afhængigheder:
 kde-telepathy-minimal : Afhængigheder: kde-config-telepathy-accounts (>= 15.04.0) men den bliver ikke installeret
 playonlinux : Afhængigheder: wine eller
                               wine-development men den bliver ikke installeret
               Afhængigheder: cabextract
E: Uopfyldte afhængigheder. Prøv »apt-get -f install« uden pakker (eller angiv en løsning).
morten@morten-SATELLITE-L50-B:~$ apt-get -f
E: Command line option 'f' [from -f] is not understood in combination with the other options.
morten@morten-SATELLITE-L50-B:~$

Klaus Rasmussen
Admin
Indlæg: 5518
Tilmeldt: 26. apr 2010, 02:40
IRC nickname: ClaudiuS
Geografisk sted: Nyborg [fyn]

Re: installation af playonlinux via sudo kommands?

Indlægaf Klaus Rasmussen » 6. dec 2016, 12:06

morten_s skrev:Der går stadig ged i det ?

Jo, men sådan må det jo være når du ikke gør som du skal.

morten_s skrev:wine-development men den bliver ikke installeret
Afhængigheder: cabextract
E: Uopfyldte afhængigheder. Prøv »apt-get -f install« uden pakker (eller angiv en løsning).
morten@morten-SATELLITE-L50-B:~$ apt-get -f
E: Command line option 'f' [from -f] is not understood in combination with the other options.
morten@morten-SATELLITE-L50-B:~$

Du får at vide at du skal prøve at køre: apt-get -f install, det vil så for dig betyde du skal køre:

Kode: Vælg alt

sudo apt-get -f install

Men du kører: apt-get -f

Endvidere får du at vide der er uopfyldte afhængigheder, nemlig: cabextract. Den skal du først køre med:

Kode: Vælg alt

sudo apt install cabextract


Desuden mangler: wine, som også skal installeres.
Installer PPA:

Kode: Vælg alt

sudo add-apt-repository ppa:wine/wine-builds

Opdatér:

Kode: Vælg alt

sudo apt-get update

Installér Wine-development:

Kode: Vælg alt

sudo apt install winehq-devel

Nu, kan du så installere PlayOnLinux.
Med Venlig Hilsen
Klaus

Kører Ubuntu 22.04 på ASUS All-Series, og Probook 4520s.
Gratis Ubuntumagasin: http://fullcirclemagazine.org/
https://mega.nz/folder/aJsmCYKa#dxMHKTi4Idmz6hiVpsI68Q

morten_s
Indlæg: 148
Tilmeldt: 8. jun 2014, 06:11
IRC nickname: morten_s

Re: installation af playonlinux via sudo kommands?

Indlægaf morten_s » 6. dec 2016, 14:52

Dette kommer frem når jeg gør som du siger ?

Kode: Vælg alt

morten@morten-SATELLITE-L50-B:~$ sudo apt-get -f install
[sudo] adgangskode for morten:
Indlæser pakkelisterne... Færdig
Opbygger afhængighedstræ       
Læser tilstandsoplysninger... Færdig
Retter afhængigheder ... Færdig
Følgende pakker blev installeret automatisk, og behøves ikke længere:
  kde-l10n-da kde-l10n-engb
Brug »sudo apt autoremove« til at fjerne dem.
The following additional packages will be installed:
  kde-config-telepathy-accounts
Følgende NYE pakker vil blive installeret:
  kde-config-telepathy-accounts
0 opgraderes, 1 nyinstalleres, 0 afinstalleres og 5 opgraderes ikke.
2 ikke fuldstændigt installerede eller afinstallerede.
0 B/137 kB skal hentes fra arkiverne.
Efter denne handling, vil 825 kB yderligere diskplads være brugt.
Vil du fortsætte? [J/n] j
(Læser database ... 322532 filer og kataloger installeret i øjeblikket.)
Gør klar til at udpakke .../kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb ...
Udpakker kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
dpkg: fejl under behandling af arkivet /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb (--unpack):
 forsøger at overskrive '/usr/share/accounts/services/google-im.service', som også er i pakken account-plugin-google 0.12+16.04.20160126-0ubuntu1
Behandler udløsere for libc-bin (2.23-0ubuntu4) ...
Der opstod fejl under behandlingen:
 /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
morten@morten-SATELLITE-L50-B:~$ sudo apt install cabextract  sudo apt install cabextract
Indlæser pakkelisterne... Færdig
Opbygger afhængighedstræ       
Læser tilstandsoplysninger... Færdig
E: Kunne ikke lokalisere pakken install
morten@morten-SATELLITE-L50-B:~$  sudo add-apt-repository ppa:wine/wine-builds
 
 Yderligere information: https://launchpad.net/~wine/+archive/ubuntu/wine-builds
Tryk [RETUR] for at fortsætte eller ctrl-c for at annullere tilføjelsen af dette

gpg: nøglering »/tmp/tmp5ny4qtef/secring.gpg« oprettet
gpg: nøglering »/tmp/tmp5ny4qtef/pubring.gpg« oprettet
gpg: requesting key 77C899CB from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp5ny4qtef/trustdb.gpg: trustdb oprettet
gpg: key 77C899CB: public key "Launchpad PPA for Wine" imported
gpg: Totalt antal behandl.: 1
gpg:               importerede: 1  (RSA: 1)
OK
morten@morten-SATELLITE-L50-B:~$ sudo apt-get update
Havde:1 http://dk.archive.ubuntu.com/ubuntu xenial InRelease
Havde:2 http://ppa.launchpad.net/appgrid/stable/ubuntu xenial InRelease       
Havde:3 http://archive.canonical.com/ubuntu xenial InRelease                   
Henter:4 http://dk.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Ignorerer:5 http://dl.google.com/linux/chrome/deb stable InRelease             
Havde:6 http://deb.playonlinux.com trusty InRelease                           
Havde:7 http://ppa.launchpad.net/audio-recorder/ppa/ubuntu xenial InRelease   
Havde:8 http://dl.google.com/linux/chrome/deb stable Release                   
Ignorerer:9 http://download.videolan.org/pub/debian/stable  InRelease         
Havde:10 http://ppa.launchpad.net/flexiondotorg/telegram/ubuntu xenial InRelease
Ignorerer:11 http://repo.vivaldi.com/stable/deb stable InRelease               
Henter:12 http://dk.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Havde:13 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu xenial InRelease
Havde:14 http://download.videolan.org/pub/debian/stable  Release               
Havde:15 http://repo.vivaldi.com/stable/deb stable Release                     
Henter:16 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Havde:17 http://ppa.launchpad.net/heyarje/makemkv-beta/ubuntu xenial InRelease
Havde:18 http://repository.spotify.com stable InRelease                       
Havde:19 http://ppa.launchpad.net/jconti/recent-notifications/ubuntu xenial InRelease
Havde:20 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial InRelease
Havde:22 http://ppa.launchpad.net/peterlevi/ppa/ubuntu xenial InRelease       
Havde:23 http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu xenial InRelease
Henter:24 http://dk.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [438 kB]
Havde:25 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu xenial InRelease       
Havde:28 http://ppa.launchpad.net/teejee2008/ppa/ubuntu xenial InRelease       
Havde:29 http://repo.sinew.in stable InRelease                                 
Havde:30 http://ppa.launchpad.net/unit193/encryption/ubuntu xenial InRelease   
Henter:31 http://dk.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [431 kB]
Havde:32 http://ppa.launchpad.net/vikoadi/ppa/ubuntu xenial InRelease         
Havde:33 http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu xenial InRelease
Henter:34 http://dk.archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [293 kB]
Henter:35 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial InRelease [18,1 kB]
Henter:36 http://dk.archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [182 kB]
Henter:37 http://dk.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [121 kB]
Henter:38 http://dk.archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [145 kB]
Henter:39 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [68,2 kB]
Henter:40 http://dk.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [2.516 B]
Henter:41 http://dk.archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [208 B]
Henter:42 http://dk.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [212 B]
Henter:43 http://dk.archive.ubuntu.com/ubuntu xenial-backports/multiverse amd64 DEP-11 Metadata [212 B]
Henter:44 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main amd64 Packages [2.464 B]
Henter:45 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main i386 Packages [2.412 B]
Henter:46 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main Translation-en [980 B]
Henter:47 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [48,1 kB]
Henter:48 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [19,4 kB]
Henter:49 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [25,6 kB]
Henter:50 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [212 B]
Hentede 2.105 kB på 1s (1.175 kB/s)                                 
AppStream cache update completed, but some metadata was ignored due to errors.
Indlæser pakkelisterne... Færdig
E: Metodedriveren /usr/lib/apt/methods/https// blev ikke fundet.
W: http://deb.playonlinux.com/dists/trusty/InRelease: Signature by key 74F7358425EEB6176094C884E0F72778C4676186 uses weak digest algorithm (SHA1)
E: Kunne ikke hente https//://deb.opera.com/opera-stable/dists/stable/InRelease
E: Nogle indeksfiler kunne ikke hentes. De er blevet ignoreret eller de gamle bruges i stedet.
morten@morten-SATELLITE-L50-B:~$ sudo apt install winehq-devel
Indlæser pakkelisterne... Færdig
Opbygger afhængighedstræ       
Læser tilstandsoplysninger... Færdig
Du kan muligvis rette det ved at køre »apt-get -f install«:
Følgende pakker har uopfyldte afhængigheder:
 kde-telepathy-minimal : Afhængigheder: kde-config-telepathy-accounts (>= 15.04.0) men den bliver ikke installeret
 winehq-devel : Afhængigheder: wine-devel (= 1.9.24~ubuntu16.04.1)
E: Uopfyldte afhængigheder. Prøv »apt-get -f install« uden pakker (eller angiv en løsning).
morten@morten-SATELLITE-L50-B:~$ sudo apt-get install playonlinux
Indlæser pakkelisterne... Færdig
Opbygger afhængighedstræ       
Læser tilstandsoplysninger... Færdig
Du kan muligvis rette det ved at køre »apt-get -f install«:
Følgende pakker har uopfyldte afhængigheder:
 kde-telepathy-minimal : Afhængigheder: kde-config-telepathy-accounts (>= 15.04.0) men den bliver ikke installeret
 playonlinux : Afhængigheder: wine eller
                               wine-development men den bliver ikke installeret
               Afhængigheder: cabextract
E: Uopfyldte afhængigheder. Prøv »apt-get -f install« uden pakker (eller angiv en løsning).
morten@morten-SATELLITE-L50-B:~$ sudo apt-get install playonlinuxapt-get -f installapt-get -f installapt-get -f installsudo apt-get install playonlinuxapt-get -f install
Indlæser pakkelisterne... Færdig
Opbygger afhængighedstræ       
Læser tilstandsoplysninger... Færdig
E: Kunne ikke lokalisere pakken playonlinuxapt-get
E: Kunne ikke lokalisere pakken installapt-get
E: Kunne ikke lokalisere pakken installapt-get
E: Kunne ikke lokalisere pakken installsudo
E: Kunne ikke lokalisere pakken apt-get
E: Kunne ikke lokalisere pakken install
E: Kunne ikke lokalisere pakken playonlinuxapt-get
E: Kunne ikke lokalisere pakken install
morten@morten-SATELLITE-L50-B:~$ sudo apt-get install playonlinuxapt-get -f installapt-get -f installapt-get -f install
Indlæser pakkelisterne... Færdig
Opbygger afhængighedstræ       
Læser tilstandsoplysninger... Færdig
E: Kunne ikke lokalisere pakken playonlinuxapt-get
E: Kunne ikke lokalisere pakken installapt-get
E: Kunne ikke lokalisere pakken installapt-get
E: Kunne ikke lokalisere pakken install

AJenbo
Admin
Indlæg: 20860
Tilmeldt: 15. nov 2009, 15:04
IRC nickname: AJenbo
Geografisk sted: Vanløse, København

Re: installation af playonlinux via sudo kommands?

Indlægaf AJenbo » 6. dec 2016, 15:20

Du har et ødelagt pakke system der skal fikses først:
viewtopic.php?p=151173

Klaus Rasmussen
Admin
Indlæg: 5518
Tilmeldt: 26. apr 2010, 02:40
IRC nickname: ClaudiuS
Geografisk sted: Nyborg [fyn]

Re: installation af playonlinux via sudo kommands?

Indlægaf Klaus Rasmussen » 6. dec 2016, 15:41

Undskyld Morten, der lavede jeg en fejl. Du skal først køre:

Kode: Vælg alt

sudo apt-get install -f

IKKE som jeg først skrev: sudo apt-get -f install. Sorry.
Med Venlig Hilsen
Klaus

Kører Ubuntu 22.04 på ASUS All-Series, og Probook 4520s.
Gratis Ubuntumagasin: http://fullcirclemagazine.org/
https://mega.nz/folder/aJsmCYKa#dxMHKTi4Idmz6hiVpsI68Q

AJenbo
Admin
Indlæg: 20860
Tilmeldt: 15. nov 2009, 15:04
IRC nickname: AJenbo
Geografisk sted: Vanløse, København

Re: installation af playonlinux via sudo kommands?

Indlægaf AJenbo » 6. dec 2016, 15:47

Klaus Rasmussen skrev:Undskyld Morten, der lavede jeg en fejl. Du skal først køre:

Kode: Vælg alt

sudo apt-get install -f

IKKE som jeg først skrev: sudo apt-get -f install. Sorry.

Begge dele virker, men den dør på denne fejl for ham:

Kode: Vælg alt

 forsøger at overskrive '/usr/share/accounts/services/google-im.service', som også er i pakken account-plugin-google 0.12+16.04.20160126-0ubuntu1


Men lad os tage det i han anden trå om problemer med hans pakke system.

morten_s
Indlæg: 148
Tilmeldt: 8. jun 2014, 06:11
IRC nickname: morten_s

Re: installation af playonlinux via sudo kommands?

Indlægaf morten_s » 6. dec 2016, 23:48

AJenbo skrev:Har du udført resten af installationen? Tjek versionen.
Hvad er det du mangler?


Muligheden for tilføge mine egne windows elleer mac/apple programmer der kan køre i Ubuntu og andre linux distro`s?

Tilbage til "Programmer i Ubuntu"

Hvem er online

Brugere der læser dette forum: [Bot], DotBot [Crawler] og 0 gæster