LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-22-2005, 09:38 PM   #1
lostdata
Member
 
Registered: Aug 2005
Location: us
Posts: 37

Rep: Reputation: 15
apt-get problem


I'm trying to install Azureus which requires some java apps and i'm running into a problem.

The following packages have unmet dependencies:
azureus: Depends: sun-j2sdk1.5 but it is not installable or
java2-runtime but it is not installable

then i try to install those 2 apps and get this

Package sun-j2sdk1.5 is not available, but is referred to by another package.
Package java2-runtime is not available, but is referred to by another package.

any ideas?
 
Old 08-22-2005, 10:34 PM   #2
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Java JRE/JDK Installation on Debian - serios.net
 
Old 08-23-2005, 05:59 AM   #3
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Rep: Reputation: 37
I used Blackdown Java and have had no problems. Add the following to your sources list:

ftp://ftp.tux.org/java/debian/ testing non-free

then as root run:

#apt-get update

#apt-get install j2re1.4

That's all there is to it. Try this version and see what happens.

 
Old 08-23-2005, 06:41 AM   #4
tomj88
Member
 
Registered: Apr 2005
Location: Wolverhampton, England
Distribution: Ubuntu
Posts: 334

Rep: Reputation: 30
I am the same as Tons of Fun, I use the blackdown JRE and use Azureus fine (after I sorted out problems with my router).
 
Old 08-23-2005, 07:39 AM   #5
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
To install the actual sun-j2sdk1.5 you can also add the following to your source list:
#Debian Unofficial packages for Sarge/stable Opera, Java
deb http://ftp.debian-unofficial.org/debian/ sarge main contrib non-free restricted
deb-src http://ftp.debian-unofficial.org/debian/ sarge main contrib non-free restricted

Then use Synaptic to install it. If you are using Fiefox you can check to make sure it installed properly by typeing about:plugins in the address bar.

Plugins (8)

* Java(TM) Plug-in 1.5.0_04-b05
* Helix DNA Plugin: RealPlayer G2 Plug-In Compatible
* QuickTime Plug-in 6.0, Windows Media Player Plugin are supported by mplayerplug-in
* DjVuLibre-3.5.14
* Shockwave Flash
* MozPlugger 1.7.1
* VLC multimedia plugin
* Adobe Reader 7.0
 
Old 08-23-2005, 03:05 PM   #6
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
hello i have adde the line "http://ftp.debian-unofficial.org/debian/" to my source.list so it looks like this.
#nano /etc/apt/sources.list
deb cdrom:[Debian GNU/Linux 3.1 r0 _Sarge_ - i386 Binary - Linux Format CD 70a]/ unstable contrib main main/debian-installer
deb cdrom:[Debian GNU/Linux 3.1 r0 _Sarge_ - i386 Binary - Linux Format CD 70b]/ unstable contrib main main/debian-installer
#multimedia
deb ftp://ftp.nerim.net/debian-marillat/ stable main
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
deb ftp://ftp.nerim.net/debian-marillat/ testing main
# deb file:///cdrom/ sarge main
deb cdrom:[Debian GNU/Linux 3.1 r0 _Sarge_ - i386 Binary - Linux Format CD 70b]/ unstable contrib main main/debian-installer
deb http://security.debian.org/ testing/updates main contrib
# Blackdown Java
deb ftp://sunsite.dk/mirrors/java-linux/debian/ sarge non-free
but i get the error
E: Type 'http://ftp.debian-unofficial.org/debian/' is not known on line 10 in source list /etc/apt/sources.list.
have i missed something added it incorrectly may be can some on tell me if i have done it wrong please
thanks nige
 
Old 08-23-2005, 03:28 PM   #7
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Try cleaning your sources.list up. If you no longer need the cdroms get rid of them.

Try something like:

#Stable Sarge
deb http://http.us.debian.org/debian/ stable main contrib non-free
deb-src http://http.us.debian.org/debian/ stable main contrib non-free
#Security Updates Stable
deb http://security.debian.org/ stable/updates main contrib non-free

#Debian Unofficial packages for Sarge/stable Opera, Java
deb http://ftp.debian-unofficial.org/debian/ sarge main contrib non-free restricted
deb-src http://ftp.debian-unofficial.org/debian/ sarge main contrib non-free restricted

# Testing Etch
deb http://http.us.debian.org/debian/ testing main contrib non-free
# Testing Sources
deb-src http://http.us.debian.org/debian/ testing main contrib non-free

# Unstable Sid
deb http://http.us.debian.org/debian/ unstable main contrib non-free
# Unstable Sources
deb-src http://http.us.debian.org/debian/ unstable main contrib non-free

# Debian experimental
# deb ftp://ftp.debian.org/debian/ ../project/experimental main
# deb http://http.us.debian.org/debian/ ../project/experimental main contrib non-free

#Debian KDE 3.4 Team updates
# deb http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./

#Marillat mplayer,acroread.realplayer,various packages
# deb ftp://ftp.nerim.net/debian-marillat/ sarge main
deb ftp://ftp.nerim.net/debian-marillat/ etch main
deb ftp://ftp.nerim.net/debian-marillat/ sid main
deb-src ftp://ftp.nerim.net/debian-marillat/ sid main

Comment out # the ones you don't use or just delete them.
 
Old 09-03-2005, 12:48 PM   #8
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
thought i should just say thanks all i did was replace my sources list with yours brilliant thanks again nige
 
Old 12-24-2005, 07:43 AM   #9
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
Hello i am not 100% sure what i am about to say is true,
but i use python quite a lot especially idle and when i do "apt-get upgrade" it seems to ruin "idle" it just stops working.Can any one tell me is there is a way to tell "apt" to leave python alone, am i right or wrong?
thanks master
 
Old 12-24-2005, 07:47 AM   #10
tomj88
Member
 
Registered: Apr 2005
Location: Wolverhampton, England
Distribution: Ubuntu
Posts: 334

Rep: Reputation: 30
Sorry, I don't have a clue. This might be better off in it's own thread, you might get a better responce that way

OT: Nice to see someone else from the West Midlands here
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with apt efi360 Debian 18 12-24-2005 06:12 PM
apt problem filwhua SUSE / openSUSE 3 04-23-2005 08:22 AM
problem with apt-get himanshuabc Debian 1 10-21-2004 05:46 PM
Problem with apt-get scng Linux - General 2 09-16-2004 02:39 PM
rh9 xd2 apt apt-get problem fix and solution transeunt Red Hat 0 12-16-2003 10:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 10:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration