Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

apt-get problem :S

[es] :: Linux :: apt-get problem :S

[ Pregleda: 3463 | Odgovora: 9 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

[REaS0n]

Član broj: 49101
Poruke: 195
79.101.87.*



+2 Profil

icon apt-get problem :S12.05.2008. u 00:31 - pre 194 meseci
U pitanju je Debian Etch,pokusao sam da instaliram webmin preko apt-get install webmin
Code:
apt-get install webmin
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  webmin: Depends: libnet-ssleay-perl but it is not going to be installed
          Depends: libauthen-pam-perl but it is not going to be installed
          Depends: libio-pty-perl but it is not going to be installed
          Depends: libmd5-perl but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

i sad sta god da probam da instaliram preko apt-get pojavi se isto ovo gore, ovo stoji u /etc/apt/sources.list

Code:

deb      http://security.debian.org/  etch/updates  main contrib non-free
deb-src  http://security.debian.org/  etch/updates  main contrib non-free

deb http://ftp2.de.debian.org/debian/ etch main
deb-src http://ftp2.de.debian.org/debian/ etch main

deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib

 
Odgovor na temu

Milan Andjelkovic
Product Manager
Tegus Medical
Beograd

Član broj: 4476
Poruke: 3281
*.eunet.yu.

Sajt: www.linkedin.com/in/milan..


+8 Profil

icon Re: apt-get problem :S12.05.2008. u 00:51 - pre 194 meseci
A nisi probao `apt-get -f install', kao što ti lepo predlaže da probaš? :)
ex.mangel
 
Odgovor na temu

[REaS0n]

Član broj: 49101
Poruke: 195
77.46.228.*



+2 Profil

icon Re: apt-get problem :S12.05.2008. u 09:56 - pre 194 meseci
Citat:
Milan Andjelkovic: A nisi probao `apt-get -f install', kao što ti lepo predlaže da probaš? :)

:D

menjah listu soursova par puta, apdejtujem,i nista,opet isto..:(
 
Odgovor na temu

Milan Andjelkovic
Product Manager
Tegus Medical
Beograd

Član broj: 4476
Poruke: 3281
*.eunet.yu.

Sajt: www.linkedin.com/in/milan..


+8 Profil

icon Re: apt-get problem :S12.05.2008. u 10:50 - pre 194 meseci
A sta ti kaze recimo apt-cache show libnet-ssleay-perl?
ex.mangel
 
Odgovor na temu

[REaS0n]

Član broj: 49101
Poruke: 195
77.46.221.*



+2 Profil

icon Re: apt-get problem :S12.05.2008. u 11:59 - pre 194 meseci
Code:
apt-cache show libnet-ssleay-perl
Package: libnet-ssleay-perl
Priority: optional
Section: perl
Installed-Size: 896
Maintainer: Florian Ragwitz <[email protected]>
Architecture: i386
Version: 1.30-1
Depends: perlapi-5.8.7, perl (>= 5.8.7-10), libc6 (>= 2.3.5-1), libssl0.9.8 (>= 0.9.8a-1)
Suggests: libmime-base64-perl
Filename: pool/main/libn/libnet-ssleay-perl/libnet-ssleay-perl_1.30-1_i386.deb
Size: 191736
MD5sum: f48df5da8d9f2898329a9112a536ec02
SHA1: 176b7406049bbb784747c1e51c583cf48c2343af
SHA256: a875d851512c9301935ee67912a134e4d2e7a24c142a992b8879cd88a7035262
Description: Perl module for Secure Sockets Layer (SSL)
 Net::SSLeay.pm is a perl module that allows you to call Secure Sockets
 Layer (SSL) functions of the SSLeay library directly from your perl
 scripts. It is useful if you want to program robots that access secure web
 servers or if you want to build your own applications over SSL encrypted
 tunnels. If you just want to view web pages on https servers, you do not
 need this - your web browser already knows to do that.
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib, security::cryptography
 
Odgovor na temu

crveni_marsovac
Zagreb

Član broj: 64641
Poruke: 4
*.dsl.iskon.hr.

Jabber: marsovac@marsovac.net
ICQ: 382758343
Sajt: galerija.marsovac.net


Profil

icon Re: apt-get problem :S12.05.2008. u 17:13 - pre 194 meseci
Webmin ne postoji u etch-u nece ga biti ni u lennyu (nitko ne odrzava pakete), ali se na sluzbenim stranicama nalaze upute za instalaciju.
Znaci http://www.webmin.com/deb.html

 
Odgovor na temu

[REaS0n]

Član broj: 49101
Poruke: 195
77.46.213.*



+2 Profil

icon Re: apt-get problem :S12.05.2008. u 19:17 - pre 193 meseci
ma nije problem sto nema webmina, nego sto kad hocu bilo sta da instaliram preko apt-get izbaci mi ono iz prvog posta vezano za webmin
 
Odgovor na temu

crveni_marsovac
Zagreb

Član broj: 64641
Poruke: 4
*.dsl.iskon.hr.

Jabber: marsovac@marsovac.net
ICQ: 382758343
Sajt: galerija.marsovac.net


Profil

icon Re: apt-get problem :S12.05.2008. u 22:12 - pre 193 meseci
Citat:
[REaS0n]: ma nije problem sto nema webmina, nego sto kad hocu bilo sta da instaliram preko apt-get izbaci mi ono iz prvog posta vezano za webmin

Eh kad ne citam s razumjevanjem, lijepo pise :)

Ako apt-get -f install (znaci bez ikakvog paketa samo ovako) ne pomaze, onda
potpuno makni webmin
apt-get remove webmin
i nakon toga instaliraj trazene pakete pa zatim webmin. Trebalo bi raditi.


 
Odgovor na temu

[REaS0n]

Član broj: 49101
Poruke: 195
79.101.85.*



+2 Profil

icon Re: apt-get problem :S12.05.2008. u 22:55 - pre 193 meseci
Citat:
crveni_marsovac: Eh kad ne citam s razumjevanjem, lijepo pise :)

Ako apt-get -f install (znaci bez ikakvog paketa samo ovako) ne pomaze, onda
potpuno makni webmin
apt-get remove webmin
i nakon toga instaliraj trazene pakete pa zatim webmin. Trebalo bi raditi.

da, ovo apt-get remove webmin je resilo problem, hvala:)
 
Odgovor na temu

[REaS0n]

Član broj: 49101
Poruke: 195
77.46.221.*



+2 Profil

icon Re: apt-get problem :S12.05.2008. u 23:36 - pre 193 meseci
na kraju instalirah i webmin,fazon je bio prvo da se obrise taj webmin, i onda manuelno jedan po jedan dependencies skine libnet-ssleay-perl libauthen-pam-perl , libio-pty-perl, libmd5-perl,i na kraju se samo instalira paket sa webminogvog sajta


 
Odgovor na temu

[es] :: Linux :: apt-get problem :S

[ Pregleda: 3463 | Odgovora: 9 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.