Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#1
How I installed jre1.7.0_07 in Antix 12.

Latest Java .targz I downloaded was jre1.7.0_07 from javas
site. I downloaded it into /home and extracted also in /home.
Later on I moved the extracted file into /opt/java/32. Below
is how I made a /optjava/32 directory to hold the new jre1.7.0_07
Directory. Just drag and drop when done . Rox file manager needs
to be opened as root for drag and drop by the way. You need
2 rox file managers open to do this for you rookies.

Now copy and paste the rest below in a text file because you
are going to close Iceweasel now to do the rest of this.
Minimise text file in task bar so you can access it for commands
(copy and paste) Needless to say. If you are reading
this and java has been updated past this release. Just substitute the new name of
jre1.7 (whatever is newer) in place of jre1.7.0_07 or the below
commands won't work.

Opened root terminal. Type in rox. Hit enter.
Go to /opt. Make New Directory"java".
Open java folder and in it make new directory"32"
Close root terminal and open root terminal again.
cd into /opt/java/32 directory in root terminal

Code: Select all

# cd /opt/java/32
Lets start installing java

Code: Select all

root@biker:/opt/java/32
# update-alternatives --install"/usr/bin/java""java""/opt/java/32/jre1.7.0_07/bin/java" 1
Your readout should be like mine
update-alternatives: using /opt/java/32/jre1.7.0_07/bin/java to provide /usr/bin/java (java) in auto mode.
Next command

Code: Select all

root@biker:/opt/java/32
# update-alternatives --set java /opt/java/32/jre1.7.0_07/bin/java
Now let's make the symlink for java plugin into iceweasel plugins folder

Code: Select all

root@biker:/opt/java/32
# ln -s /opt/java/32/jre1.7.0_07/lib/i386/libnpjp2.so /usr/lib/mozilla/plugins
Now open iceweasel and check addons>plugins to make sure java
was installed correctly.Then go to
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://javatester.org/version.html"
linktext was:"http://javatester.org/version.html"
====================================

to make sure your plugin shows up there correctly also.


I know open JDK and other Debian ways to install java are
available. This is just a static how to install. Other members can show how they used apt-get
in this thread to install openjdk instead or the other approved Debian ways. __{{emoticon}}__
Posts: 23
chatan
Joined: 14 Jul 2012
#2
Thanks! your method worked fine for firefox also.
Alanarchy
Posts 0
Alanarchy
#3
Is it necessary to put /opt into your path?

Everything is working following your instructions but I was reading a Debian forum which says /opt needs to be added to your path in ~/.profile.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#4
Alanarchy wrote:Is it necessary to put /opt into your path?

Everything is working following your instructions but I was reading a Debian forum which says /opt needs to be added to your path in ~/.profile.
I put it in /opt so it would take root privileges to write or alter anything in it. I don't know what you read in Debian forums though.
Alanarchy
Posts 0
Alanarchy
#5
I put it in /opt so it would take root privileges to write or alter anything in it. I don't know what you read in Debian forums though.
I found that out just yesterday. You only need to put a path to /opt/.../bin if you are planning on using Java jars and the like, and even then you could use simply specify the full path in your starter file.

Another tip I found was, after installation start the control panel and limit the cache-size because the default is set to an incredibly high amount. It suggested 50Mb but I guess it depends on the size of your home folder or partition.
Posts: 23
chatan
Joined: 14 Jul 2012
#6
In addition to rokytnji's manual method, the"update-sun-jre" package installed and worked on antiX 12:
See the MEPIS wiki for the basic steps:

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.mepis.org/docs/en/index.php?title=Java_How-tos#MEPIS_11_-_install_Oracle_Java_7"
linktext was:"http://www.mepis.org/docs/en/index.php? ... cle_Java_7"
====================================


Cheers
Posts: 146
Eperbab
Joined: 10 Dec 2012
#7
I have found this cheatsheet for Debian:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.webupd8.org/2012/06/how-to-install-oracle-java-7-in-debian.html"
linktext was:"http://www.webupd8.org/2012/06/how-to-i ... ebian.html"
====================================

Made some modifications:
/ Please, remove the *'s before etc's. Apache bug, can't display ./.e.t.c. in my post. /

Code: Select all

su 
echo"deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /*etc/apt/sources.list.d/various.list
echo"deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /*etc/apt/sources.list.d/various.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
apt-get update
apt-get install oracle-java7-installer
exit
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#8
I am using a different way now to install jre in Antix

Code: Select all

$ inxi -b
System:    Host: biker Kernel: 3.7.8-antix.1-486-smp i686 (32 bit) 
           Desktop: Fluxbox 1.3.2 Distro: antiX-13-beta1_386-base Ahmad Sami 8 February 2013
I went into antixcc (AntiX control center>Sytem>edit config files)
used my password. Followed the instructions from this webpage.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.duinsoft.nl/packages.php?t=en"
linktext was:"http://www.duinsoft.nl/packages.php?t=en"
====================================

07:06:01: File /etc/apt/sources.list.d/various.list opened(6).

Code: Select all

# opera
#deb http://deb.opera.com/opera/ stable non-free

# virtualbox
#deb http://download.virtualbox.org/virtualbox/debian wheezy contrib

# liquorix kernels
#deb http://liquorix.net/debian/ sid main

# latest (beta) iceweasel
#deb http://mozilla.debian.net/ experimental iceweasel-beta 

# MATE
#deb http://repo.mate-desktop.org/debian wheezy main
ve
#Java auto install latest jre and auto upgrade and old jre removqal
deb http://www.duinsoft.nl/pkg debs all
Next post below will show me installing .Java. Also fixing Dave Key Missing repo errors. Also
me fixing other Bad sig key error messages. I am doing this post this way because of long readout and posting limits in forum. __{{emoticon}}__
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#9

Code: Select all

harry@biker:~
$ sux
Password: 
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
root@biker:/home/harry# apt-key adv --keyserver keys.gnupg.net --recv-keys 5CB26B26
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.UKfIXpAFvg --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyserver keys.gnupg.net --recv-keys 5CB26B26
gpg: requesting key 5CB26B26 from hkp server keys.gnupg.net
gpg: key 5CB26B26: public key"Duinsoft Packages <pkg@duinsoft.nl>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
root@biker:/home/harry# apt-get update
Get:1 http://www.daveserver.info testing InRelease [76.0 kB]                   
Get:2 http://security.debian.org testing/updates InRelease [102 kB]            
Ign http://www.duinsoft.nl debs InRelease                                      
Get:3 http://ftp.us.debian.org testing InRelease [224 kB]                      
Get:4 http://www.duinsoft.nl debs Release.gpg [490 B]                          
Get:5 http://www.duinsoft.nl debs Release [7,951 B]                            
Get:6 http://security.debian.org testing/updates/main i386 Packages [3,660 B]  
Err http://www.daveserver.info testing InRelease                               
  
Get:7 http://security.debian.org testing/updates/contrib i386 Packages [14 B]  
Get:8 http://www.duinsoft.nl debs/all i386 Packages [1,437 B]                  
Get:9 http://security.debian.org testing/updates/non-free i386 Packages [14 B] 
Get:10 http://ftp.us.debian.org testing/main i386 Packages/DiffIndex [7,876 B] 
Ign http://www.duinsoft.nl debs/all Translation-en_US                       
Get:11 http://ftp.us.debian.org testing/contrib i386 Packages/DiffIndex [7,819 B]
Ign http://www.duinsoft.nl debs/all Translation-en                             
Get:12 http://ftp.us.debian.org testing/non-free i386 Packages/DiffIndex [7,819 B]
Get:13 http://ftp.us.debian.org testing/contrib Translation-en/DiffIndex [6,715 B]
Get:14 http://ftp.us.debian.org testing/main Translation-en/DiffIndex [7,876 B]
Get:15 http://ftp.us.debian.org testing/non-free Translation-en/DiffIndex [7,819 B]
Ign http://security.debian.org testing/updates/contrib Translation-en_US       
Ign http://security.debian.org testing/updates/contrib Translation-en          
Ign http://security.debian.org testing/updates/main Translation-en_US          
Ign http://security.debian.org testing/updates/main Translation-en             
Ign http://security.debian.org testing/updates/non-free Translation-en_US      
Ign http://security.debian.org testing/updates/non-free Translation-en         
Get:16 http://ftp.us.debian.org testing/main i386 2013-02-28-0211.01.pdiff [1,634 B]
Get:17 http://ftp.us.debian.org testing/main i386 2013-02-28-0211.01.pdiff [1,634 B]
Get:18 http://ftp.us.debian.org testing/contrib i386 2013-02-28-0211.01.pdiff [42 B]
Get:19 http://ftp.us.debian.org testing/non-free i386 2013-03-06-0211.25.pdiff [31 B]
Get:20 http://ftp.us.debian.org testing/contrib 2013-02-28-0211.01.pdiff [40 B]
Get:21 http://ftp.us.debian.org testing/main 2013-02-28-0211.01.pdiff [202 B]  
Get:22 http://ftp.us.debian.org testing/non-free 2013-03-06-0211.25.pdiff [31 B]
Get:23 http://ftp.us.debian.org testing/contrib i386 2013-02-28-0211.01.pdiff [42 B]
Get:24 http://ftp.us.debian.org testing/non-free i386 2013-03-06-0211.25.pdiff [31 B]
Get:25 http://ftp.us.debian.org testing/contrib 2013-02-28-0211.01.pdiff [40 B]
Get:26 http://ftp.us.debian.org testing/main 2013-02-28-0211.01.pdiff [202 B]  
Get:27 http://ftp.us.debian.org testing/main i386 2013-03-01-0210.54.pdiff [14.3 kB]
Get:28 http://ftp.us.debian.org testing/contrib i386 2013-03-05-0211.47.pdiff [31 B]
Get:29 http://ftp.us.debian.org testing/non-free i386 2013-03-20-0212.23.pdiff [231 B]
Get:30 http://ftp.us.debian.org testing/contrib 2013-03-05-0211.47.pdiff [31 B]
Get:31 http://ftp.us.debian.org testing/non-free 2013-03-06-0211.25.pdiff [31 B]
Get:32 http://ftp.us.debian.org testing/main i386 2013-03-01-0210.54.pdiff [14.3 kB]
Get:33 http://ftp.us.debian.org testing/main 2013-03-01-0210.54.pdiff [64 B]   
Get:34 http://ftp.us.debian.org testing/contrib i386 2013-03-05-0211.47.pdiff [31 B]
Get:35 http://ftp.us.debian.org testing/non-free i386 2013-03-20-0212.23.pdiff [231 B]
Get:36 http://ftp.us.debian.org testing/contrib 2013-03-05-0211.47.pdiff [31 B]
Get:37 http://ftp.us.debian.org testing/main 2013-03-01-0210.54.pdiff [64 B]
Get:38 http://ftp.us.debian.org testing/main i386 2013-03-01-1411.18.pdiff [8,681 B]
Get:39 http://ftp.us.debian.org testing/contrib i386 2013-03-21-1412.34.pdiff [395 B]
Get:40 http://ftp.us.debian.org testing/non-free i386 2013-03-21-1412.34.pdiff [719 B]
Get:41 http://ftp.us.debian.org testing/main i386 2013-03-01-1411.18.pdiff [8,681 B]
Get:42 http://ftp.us.debian.org testing/main 2013-03-01-1411.18.pdiff [241 B]
Get:43 http://ftp.us.debian.org testing/contrib i386 2013-03-21-1412.34.pdiff [395 B]
Get:44 http://ftp.us.debian.org testing/non-free i386 2013-03-21-1412.34.pdiff [719 B]
Get:45 http://ftp.us.debian.org testing/main 2013-03-01-1411.18.pdiff [241 B]
Get:46 http://ftp.us.debian.org testing/main i386 2013-03-02-0211.46.pdiff [13.7 kB]
Get:47 http://ftp.us.debian.org testing/main i386 2013-03-02-0211.46.pdiff [13.7 kB]
Get:48 http://ftp.us.debian.org testing/main 2013-03-02-0211.46.pdiff [906 B]
Get:49 http://ftp.us.debian.org testing/main 2013-03-02-0211.46.pdiff [906 B]
Get:50 http://ftp.us.debian.org testing/main i386 2013-03-02-1410.51.pdiff [1,186 B]
Get:51 http://ftp.us.debian.org testing/main i386 2013-03-02-1410.51.pdiff [1,186 B]
Get:52 http://ftp.us.debian.org testing/main 2013-03-02-1410.51.pdiff [33 B]
Get:53 http://ftp.us.debian.org testing/main 2013-03-02-1410.51.pdiff [33 B]
Get:54 http://ftp.us.debian.org testing/main i386 2013-03-03-0211.41.pdiff [6,561 B]
Get:55 http://ftp.us.debian.org testing/main i386 2013-03-03-0211.41.pdiff [6,561 B]
Get:56 http://ftp.us.debian.org testing/main 2013-03-03-0211.41.pdiff [70 B]
Get:57 http://ftp.us.debian.org testing/main 2013-03-03-0211.41.pdiff [70 B]
Get:58 http://ftp.us.debian.org testing/main i386 2013-03-03-1411.22.pdiff [46 B]
Get:59 http://ftp.us.debian.org testing/main i386 2013-03-03-1411.22.pdiff [46 B]
Get:60 http://ftp.us.debian.org testing/main 2013-03-03-1411.22.pdiff [46 B]
Get:61 http://ftp.us.debian.org testing/main 2013-03-03-1411.22.pdiff [46 B]
Get:62 http://ftp.us.debian.org testing/main i386 2013-03-04-0211.56.pdiff [9,379 B]
Get:63 http://ftp.us.debian.org testing/main i386 2013-03-04-0211.56.pdiff [9,379 B]
Get:64 http://ftp.us.debian.org testing/main 2013-03-05-0211.47.pdiff [45 B]
Get:65 http://ftp.us.debian.org testing/main 2013-03-05-0211.47.pdiff [45 B]
Get:66 http://ftp.us.debian.org testing/main i386 2013-03-04-1410.53.pdiff [1,607 B]
Get:67 http://ftp.us.debian.org testing/main i386 2013-03-04-1410.53.pdiff [1,607 B]
Get:68 http://ftp.us.debian.org testing/main 2013-03-07-0212.00.pdiff [46 B]
Get:69 http://ftp.us.debian.org testing/main 2013-03-07-0212.00.pdiff [46 B]
Get:70 http://ftp.us.debian.org testing/main i386 2013-03-05-0211.47.pdiff [5,817 B]
Get:71 http://ftp.us.debian.org testing/main i386 2013-03-05-0211.47.pdiff [5,817 B]
Get:72 http://ftp.us.debian.org testing/main 2013-03-08-0211.42.pdiff [65 B]
Get:73 http://ftp.us.debian.org testing/main 2013-03-08-0211.42.pdiff [65 B]
Get:74 http://ftp.us.debian.org testing/main i386 2013-03-06-0211.25.pdiff [3,082 B]
Get:75 http://ftp.us.debian.org testing/main i386 2013-03-06-0211.25.pdiff [3,082 B]
Get:76 http://ftp.us.debian.org testing/main 2013-03-09-0220.58.pdiff [273 B]
Get:77 http://ftp.us.debian.org testing/main 2013-03-09-0220.58.pdiff [273 B]
Get:78 http://ftp.us.debian.org testing/main i386 2013-03-06-1411.21.pdiff [19.9 kB]
Get:79 http://ftp.us.debian.org testing/main i386 2013-03-06-1411.21.pdiff [19.9 kB]
Get:80 http://ftp.us.debian.org testing/main 2013-03-11-0212.40.pdiff [358 B]
Get:81 http://ftp.us.debian.org testing/main 2013-03-11-0212.40.pdiff [358 B]
Get:82 http://ftp.us.debian.org testing/main i386 2013-03-07-0212.00.pdiff [12.6 kB]
Get:83 http://ftp.us.debian.org testing/main i386 2013-03-07-0212.00.pdiff [12.6 kB]
Get:84 http://ftp.us.debian.org testing/main 2013-03-11-1412.05.pdiff [33 B]
Get:85 http://ftp.us.debian.org testing/main 2013-03-11-1412.05.pdiff [33 B]
Get:86 http://ftp.us.debian.org testing/main i386 2013-03-08-0211.42.pdiff [3,115 B]
Get:87 http://ftp.us.debian.org testing/main i386 2013-03-08-0211.42.pdiff [3,115 B]
Get:88 http://ftp.us.debian.org testing/main 2013-03-13-1411.34.pdiff [33 B]
Get:89 http://ftp.us.debian.org testing/main 2013-03-13-1411.34.pdiff [33 B]
Get:90 http://ftp.us.debian.org testing/main i386 2013-03-09-0220.58.pdiff [10.8 kB]
Get:91 http://ftp.us.debian.org testing/main i386 2013-03-09-0220.58.pdiff [10.8 kB]
Get:92 http://ftp.us.debian.org testing/main 2013-03-14-0212.37.pdiff [167 B]
Get:93 http://ftp.us.debian.org testing/main 2013-03-14-0212.37.pdiff [167 B]
Get:94 http://ftp.us.debian.org testing/main i386 2013-03-10-0211.41.pdiff [5,121 B]
Get:95 http://ftp.us.debian.org testing/main i386 2013-03-10-0211.41.pdiff [5,121 B]
Get:96 http://ftp.us.debian.org testing/main 2013-03-17-1412.48.pdiff [2,110 B]
Get:97 http://ftp.us.debian.org testing/main 2013-03-17-1412.48.pdiff [2,110 B]
Get:98 http://ftp.us.debian.org testing/main i386 2013-03-11-0212.40.pdiff [3,432 B]
Get:99 http://ftp.us.debian.org testing/main i386 2013-03-11-0212.40.pdiff [3,432 B]
Get:100 http://ftp.us.debian.org testing/main 2013-03-18-0213.01.pdiff [46 B]
Get:101 http://ftp.us.debian.org testing/main 2013-03-18-0213.01.pdiff [46 B]
Get:102 http://ftp.us.debian.org testing/main i386 2013-03-11-1412.05.pdiff [1,584 B]
Get:103 http://ftp.us.debian.org testing/main i386 2013-03-11-1412.05.pdiff [1,584 B]
Get:104 http://ftp.us.debian.org testing/main 2013-03-19-0212.19.pdiff [179 B]
Get:105 http://ftp.us.debian.org testing/main 2013-03-19-0212.19.pdiff [179 B]
Get:106 http://ftp.us.debian.org testing/main i386 2013-03-12-0211.48.pdiff [5,308 B]
Get:107 http://ftp.us.debian.org testing/main i386 2013-03-12-0211.48.pdiff [5,308 B]
Get:108 http://ftp.us.debian.org testing/main 2013-03-21-0211.42.pdiff [44 B]  
Get:109 http://ftp.us.debian.org testing/main 2013-03-21-0211.42.pdiff [44 B]  
Get:110 http://ftp.us.debian.org testing/main i386 2013-03-12-1412.06.pdiff [1,327 B]
Get:111 http://ftp.us.debian.org testing/main i386 2013-03-12-1412.06.pdiff [1,327 B]
Get:112 http://ftp.us.debian.org testing/main 2013-03-21-1412.34.pdiff [33 B]  
Get:113 http://ftp.us.debian.org testing/main 2013-03-21-1412.34.pdiff [33 B]  
Get:114 http://ftp.us.debian.org testing/main i386 2013-03-13-0212.38.pdiff [1,796 B]
Get:115 http://ftp.us.debian.org testing/main i386 2013-03-13-0212.38.pdiff [1,796 B]
Get:116 http://ftp.us.debian.org testing/main 2013-03-22-0211.25.pdiff [45 B]
Get:117 http://ftp.us.debian.org testing/main 2013-03-22-0211.25.pdiff [45 B]
Get:118 http://ftp.us.debian.org testing/main i386 2013-03-13-1411.34.pdiff [1,335 B]
Get:119 http://ftp.us.debian.org testing/main i386 2013-03-13-1411.34.pdiff [1,335 B]
Get:120 http://ftp.us.debian.org testing/main 2013-03-23-0212.14.pdiff [173 B]
Get:121 http://ftp.us.debian.org testing/main 2013-03-23-0212.14.pdiff [173 B]
Get:122 http://ftp.us.debian.org testing/main i386 2013-03-14-0212.37.pdiff [4,321 B]
Get:123 http://ftp.us.debian.org testing/main i386 2013-03-14-0212.37.pdiff [4,321 B]
Get:124 http://ftp.us.debian.org testing/main i386 2013-03-14-1412.18.pdiff [973 B]
Get:125 http://ftp.us.debian.org testing/main i386 2013-03-14-1412.18.pdiff [973 B]
Get:126 http://ftp.us.debian.org testing/main i386 2013-03-15-0212.48.pdiff [5,661 B]
Get:127 http://ftp.us.debian.org testing/main i386 2013-03-15-0212.48.pdiff [5,661 B]
Get:128 http://ftp.us.debian.org testing/main i386 2013-03-16-0212.53.pdiff [1,710 B]
Get:129 http://ftp.us.debian.org testing/main i386 2013-03-16-0212.53.pdiff [1,710 B]
Get:130 http://ftp.us.debian.org testing/main i386 2013-03-16-1412.43.pdiff [1,126 B]
Get:131 http://ftp.us.debian.org testing/main i386 2013-03-16-1412.43.pdiff [1,126 B]
Get:132 http://ftp.us.debian.org testing/main i386 2013-03-17-1412.48.pdiff [10.1 kB]
Get:133 http://ftp.us.debian.org testing/main i386 2013-03-17-1412.48.pdiff [10.1 kB]
Get:134 http://ftp.us.debian.org testing/main i386 2013-03-18-0213.01.pdiff [18.9 kB]
Get:135 http://ftp.us.debian.org testing/main i386 2013-03-18-0213.01.pdiff [18.9 kB]
Get:136 http://ftp.us.debian.org testing/main i386 2013-03-19-0212.19.pdiff [7,233 B]
Get:137 http://ftp.us.debian.org testing/main i386 2013-03-19-0212.19.pdiff [7,233 B]
Get:138 http://ftp.us.debian.org testing/main i386 2013-03-20-0212.23.pdiff [6,171 B]
Get:139 http://ftp.us.debian.org testing/main i386 2013-03-20-0212.23.pdiff [6,171 B]
Get:140 http://ftp.us.debian.org testing/main i386 2013-03-21-0211.42.pdiff [3,246 B]
Get:141 http://ftp.us.debian.org testing/main i386 2013-03-21-0211.42.pdiff [3,246 B]
Get:142 http://ftp.us.debian.org testing/main i386 2013-03-21-1412.34.pdiff [21.4 kB]
Get:143 http://ftp.us.debian.org testing/main i386 2013-03-21-1412.34.pdiff [21.4 kB]
Get:144 http://ftp.us.debian.org testing/main i386 2013-03-22-0211.25.pdiff [7,583 B]
Get:145 http://ftp.us.debian.org testing/main i386 2013-03-22-0211.25.pdiff [7,583 B]
Get:146 http://ftp.us.debian.org testing/main i386 2013-03-22-1412.57.pdiff [7,982 B]
Get:147 http://ftp.us.debian.org testing/main i386 2013-03-22-1412.57.pdiff [7,982 B]
Get:148 http://ftp.us.debian.org testing/main i386 2013-03-23-0212.14.pdiff [8,220 B]
Get:149 http://ftp.us.debian.org testing/main i386 2013-03-23-0212.14.pdiff [8,220 B]
Fetched 705 kB in 4min 41s (2,503 B/s)
Reading package lists... Done
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://www.daveserver.info testing InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB36CDF3452F0C20

W: Failed to fetch http://www.daveserver.info/antiX/debs/dists/testing/InRelease  

W: Some index files failed to download. They have been ignored, or old ones used instead.
I will deal with the erros in next post but first install jre.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#10

Code: Select all

# apt-get install update-sun-jre
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  libqt4-gui
Use 'apt-get autoremove' to remove it.
The following extra packages will be installed:
  libodbc1 odbcinst odbcinst1debian2 unixodbc
Suggested packages:
  libmyodbc odbc-postgresql tdsodbc unixodbc-bin binfmt-support libnss-mdns
  sun-java6-fonts ttf-baekmuk ttf-unfonts ttf-unfonts-core ttf-kochi-gothic
  ttf-sazanami-gothic ttf-kochi-mincho ttf-sazanami-mincho ttf-arphic-uming
Recommended packages:
  gsfonts-x11
The following NEW packages will be installed:
  libodbc1 odbcinst odbcinst1debian2 unixodbc update-sun-jre
0 upgraded, 5 newly installed, 0 to remove and 119 not upgraded.
Need to get 449 kB of archives.
After this operation, 1,320 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://ftp.us.debian.org/debian/ testing/main libodbc1 i386 2.2.14p2-5 [252 kB]
Get:2 http://www.duinsoft.nl/pkg/ debs/all update-sun-jre all 1.2.12 [25.4 kB]
Get:3 http://ftp.us.debian.org/debian/ testing/main odbcinst i386 2.2.14p2-5 [40.5 kB]
Get:4 http://ftp.us.debian.org/debian/ testing/main odbcinst1debian2 i386 2.2.14p2-5 [78.8 kB]
Get:5 http://ftp.us.debian.org/debian/ testing/main unixodbc i386 2.2.14p2-5 [52.0 kB]
Fetched 449 kB in 2s (168 kB/s)    
dpkg-preconfigure: unable to re-open stdin: No such file or directory
Selecting previously unselected package libodbc1:i386.
(Reading database ... 107232 files and directories currently installed.)
Unpacking libodbc1:i386 (from .../libodbc1_2.2.14p2-5_i386.deb) ...
Selecting previously unselected package odbcinst.
Unpacking odbcinst (from .../odbcinst_2.2.14p2-5_i386.deb) ...
Selecting previously unselected package odbcinst1debian2:i386.
Unpacking odbcinst1debian2:i386 (from .../odbcinst1debian2_2.2.14p2-5_i386.deb) ...
Selecting previously unselected package unixodbc.
Unpacking unixodbc (from .../unixodbc_2.2.14p2-5_i386.deb) ...
Selecting previously unselected package update-sun-jre.
Unpacking update-sun-jre (from .../update-sun-jre_1.2.12_all.deb) ...
Processing triggers for man-db ...
Processing triggers for desktop-file-utils ...
Processing triggers for shared-mime-info ...
Processing triggers for menu ...
Processing triggers for mime-support ...
Setting up libodbc1:i386 (2.2.14p2-5) ...
Setting up odbcinst (2.2.14p2-5) ...
Setting up odbcinst1debian2:i386 (2.2.14p2-5) ...
Setting up unixodbc (2.2.14p2-5) ...
Setting up update-sun-jre (1.2.12) ...
Starting update-sun-jre 1.2.12 2013-03-23 06:36:10-05:00
Selected action: configure
System architecture: 32 bit
Creating /var/cache/update-sun-jre (if necessary) . . .
Reset switch given - removing info page . . .
Options for wget: -nd -v --progress=dot:binary
Downloading info page from http://www.java.com/en/download/linux_manual.jsp . . .
--2013-03-23 06:36:10--  http://www.java.com/en/download/linux_manual.jsp
Resolving www.java.com (www.java.com)... 137.254.16.66
Connecting to www.java.com (www.java.com)|137.254.16.66|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `/tmp/update-sun-jre/infopage'

     0K .                                                  84.5K=0.2s

2013-03-23 06:36:10 (84.5 KB/s) - `/tmp/update-sun-jre/infopage' saved [15234]

Extracted version number: 7u17
New install directory: /opt/java/32/jre1.7.0_17
Checking cache . . .
Nothing suitable in cache
Downloading package from http://javadl.sun.com/webapps/download/AutoDL?BundleId=75250 (using --trust-server-names) . . .
--2013-03-23 06:36:11--  http://javadl.sun.com/webapps/download/AutoDL?BundleId=75250
Resolving javadl.sun.com (javadl.sun.com)... 137.254.120.23
Connecting to javadl.sun.com (javadl.sun.com)|137.254.120.23|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://sdlc-esd.sun.com/ESD6/JSCDL/jdk/7u17-b02/jre-7u17-linux-i586.tar.gz?AuthParam=1364038690_25c832ac25e3270d8171f0657645985f&GroupName=JSC&FilePath=/ESD6/JSCDL/jdk/7u17-b02/jre-7u17-linux-i586.tar.gz&File=jre-7u17-linux-i586.tar.gz&BHost=javadl.sun.com [following]
--2013-03-23 06:36:12--  http://sdlc-esd.sun.com/ESD6/JSCDL/jdk/7u17-b02/jre-7u17-linux-i586.tar.gz?AuthParam=1364038690_25c832ac25e3270d8171f0657645985f&GroupName=JSC&FilePath=/ESD6/JSCDL/jdk/7u17-b02/jre-7u17-linux-i586.tar.gz&File=jre-7u17-linux-i586.tar.gz&BHost=javadl.sun.com
Resolving sdlc-esd.sun.com (sdlc-esd.sun.com)... 69.30.156.51, 69.30.156.80
Connecting to sdlc-esd.sun.com (sdlc-esd.sun.com)|69.30.156.51|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 48128443 (46M) [application/x-gzip]
Saving to: `/tmp/update-sun-jre/jre-7u17-linux-i586.tar.gz?AuthParam=1364038690_25c832ac25e3270d8171f0657645985f&GroupName=JSC&FilePath=%2FESD6%2FJSCDL%2Fjdk%2F7u17-b02%2Fjre-7u17-linux-i586.tar.gz&File=jre-7u17-linux-i586.tar.gz&BHost=javadl.sun.com'

     0K ................ ................ ................  0%  260K 2m59s
   384K ................ ................ ................  1%  484K 2m17s
   768K ................ ................ ................  2%  320K 2m18s
  1152K ................ ................ ................  3%  362K 2m14s
  1536K ................ ................ ................  4%  316K 2m15s
  1920K ................ ................ ................  4%  366K 2m12s
  2304K ................ ................ ................  5%  362K 2m9s
  2688K ................ ................ ................  6%  362K 2m7s
  3072K ................ ................ ................  7%  362K 2m6s
  3456K ................ ................ ................  8%  318K 2m6s
  3840K ................ ................ ................  8%  356K 2m4s
  4224K ................ ................ ................  9%  361K 2m3s
  4608K ................ ................ ................ 10%  363K 2m1s
  4992K ................ ................ ................ 11%  362K 2m0s
  5376K ................ ................ ................ 12%  316K 1m59s
  5760K ................ ................ ................ 13%  362K 1m58s
  6144K ................ ................ ................ 13%  363K 1m56s
  6528K ................ ................ ................ 14%  362K 1m55s
  6912K ................ ................ ................ 15%  362K 1m54s
  7296K ................ ................ ................ 16%  311K 1m53s
  7680K ................ ................ ................ 17%  362K 1m52s
  8064K ................ ................ ................ 17%  362K 1m51s
  8448K ................ ................ ................ 18%  362K 1m49s
  8832K ................ ................ ................ 19%  322K 1m49s
  9216K ................ ................ ................ 20%  351K 1m47s
  9600K ................ ................ ................ 21%  363K 1m46s
  9984K ................ ................ ................ 22%  361K 1m45s
 10368K ................ ................ ................ 22%  362K 1m44s
 10752K ................ ................ ................ 23%  244K 1m44s
 11136K ................ ................ ................ 24%  463K 1m42s
 11520K ................ ................ ................ 25%  362K 1m41s
 11904K ................ ................ ................ 26%  362K 1m40s
 12288K ................ ................ ................ 26%  362K 98s
 12672K ................ ................ ................ 27%  308K 98s
 13056K ................ ................ ................ 28%  361K 97s
 13440K ................ ................ ................ 29%  362K 95s
 13824K ................ ................ ................ 30%  362K 94s
 14208K ................ ................ ................ 31%  363K 93s
 14592K ................ ................ ................ 31%  308K 92s
 14976K ................ ................ ................ 32%  362K 91s
 15360K ................ ................ ................ 33%  362K 90s
 15744K ................ ................ ................ 34%  361K 89s
 16128K ................ ................ ................ 35%  320K 88s
 16512K ................ ................ ................ 35%  351K 87s
 16896K ................ ................ ................ 36%  362K 85s
 17280K ................ ................ ................ 37%  362K 84s
 17664K ................ ................ ................ 38%  362K 83s
 18048K ................ ................ ................ 39%  314K 82s
 18432K ................ ................ ................ 40%  361K 81s
 18816K ................ ................ ................ 40%  362K 80s
 19200K ................ ................ ................ 41%  362K 79s
 19584K ................ ................ ................ 42%  362K 77s
 19968K ................ ................ ................ 43%  309K 77s
 20352K ................ ................ ................ 44%  362K 75s
 20736K ................ ................ ................ 44%  362K 74s
 21120K ................ ................ ................ 45%  362K 73s
 21504K ................ ................ ................ 46%  324K 72s
 21888K ................ ................ ................ 47%  352K 71s
 22272K ................ ................ ................ 48%  362K 70s
 22656K ................ ................ ................ 49%  363K 69s
 23040K ................ ................ ................ 49%  293K 68s
 23424K ................ ................ ................ 50%  475K 66s
 23808K ................ ................ ................ 51%  293K 65s
 24192K ................ ................ ................ 52%  359K 64s
 24576K ................ ................ ................ 53%  362K 63s
 24960K ................ ................ ................ 53%  362K 62s
 25344K ................ ................ ................ 54%  363K 61s
 25728K ................ ................ ................ 55%  362K 60s
 26112K ................ ................ ................ 56%  299K 59s
 26496K ................ ................ ................ 57%  363K 58s
 26880K ................ ................ ................ 58%  362K 57s
 27264K ................ ................ ................ 58%  361K 55s
 27648K ................ ................ ................ 59%  322K 54s
 28032K ................ ................ ................ 60%  353K 53s
 28416K ................ ................ ................ 61%  362K 52s
 28800K ................ ................ ................ 62%  362K 51s
 29184K ................ ................ ................ 62%  362K 50s
 29568K ................ ................ ................ 63%  316K 49s
 29952K ................ ................ ................ 64%  361K 48s
 30336K ................ ................ ................ 65%  362K 47s
 30720K ................ ................ ................ 66%  362K 46s
 31104K ................ ................ ................ 66%  362K 44s
 31488K ................ ................ ................ 67%  309K 43s
 31872K ................ ................ ................ 68%  364K 42s
 32256K ................ ................ ................ 69%  362K 41s
 32640K ................ ................ ................ 70%  363K 40s
 33024K ................ ................ ................ 71%  316K 39s
 33408K ................ ................ ................ 71%  352K 38s
 33792K ................ ................ ................ 72%  362K 37s
 34176K ................ ................ ................ 73%  362K 36s
 34560K ................ ................ ................ 74%  362K 35s
 34944K ................ ................ ................ 75%  319K 33s
 35328K ................ ................ ................ 75%  335K 32s
 35712K ................ ................ ................ 76%  357K 31s
 36096K ................ ................ ................ 77%  362K 30s
 36480K ................ ................ ................ 78%  363K 29s
 36864K ................ ................ ................ 79%  310K 28s
 37248K ................ ................ ................ 80%  361K 27s
 37632K ................ ................ ................ 80%  362K 26s
 38016K ................ ................ ................ 81%  362K 25s
 38400K ................ ................ ................ 82%  362K 24s
 38784K ................ ................ ................ 83%  310K 22s
 39168K ................ ................ ................ 84%  363K 21s
 39552K ................ ................ ................ 84%  362K 20s
 39936K ................ ................ ................ 85%  363K 19s
 40320K ................ ................ ................ 86%  319K 18s
 40704K ................ ................ ................ 87%  352K 17s
 41088K ................ ................ ................ 88%  362K 16s
 41472K ................ ................ ................ 89%  362K 15s
 41856K ................ ................ ................ 89%  362K 14s
 42240K ................ ................ ................ 90%  315K 13s
 42624K ................ ................ ................ 91%  360K 11s
 43008K ................ ................ ................ 92%  362K 10s
 43392K ................ ................ ................ 93%  362K 9s
 43776K ................ ................ ................ 93%  362K 8s
 44160K ................ ................ ................ 94%  310K 7s
 44544K ................ ................ ................ 95%  361K 6s
 44928K ................ ................ ................ 96%  362K 5s
 45312K ................ ................ ................ 97%  361K 4s
 45696K ................ ................ ................ 98%  324K 3s
 46080K ................ ................ ................ 98%  349K 2s
 46464K ................ ................ ................ 99%  363K 0s
 46848K ................ ...                              100%  364K=2m15s

2013-03-23 06:38:27 (349 KB/s) - `/tmp/update-sun-jre/jre-7u17-linux-i586.tar.gz?AuthParam=1364038690_25c832ac25e3270d8171f0657645985f&GroupName=JSC&FilePath=%2FESD6%2FJSCDL%2Fjdk%2F7u17-b02%2Fjre-7u17-linux-i586.tar.gz&File=jre-7u17-linux-i586.tar.gz&BHost=javadl.sun.com' saved [48128443/48128443]

Cleaning up name of package to /tmp/update-sun-jre/jre-7u17-linux-i586.tar.gz . . .
Caching downloaded package as /var/cache/update-sun-jre/jre-7u17-linux-i586.tar.gz . . .
Creating /opt/java/32 (if necessary) . . .
Unpacking package (will not show output on screen) . . .
Full path name of plugin: /opt/java/32/jre1.7.0_17/lib/i386/libnpjp2.so
Creating symlinks to Open Database Connectivity drivers . . .
Updating new installation's javaws link . . .
Moving/linking settings files . . .
- fontconfig.properties 
- swing.properties 
- calendars.properties 
- content-types.properties 
- flavormap.properties 
- logging.properties 
- net.properties 
- sound.properties 
- jvm.cfg 
- jmxremote.access 
- jmxremote.password 
- management.properties 
- snmp.acl 
- cacerts 
- java.policy 
- java.security 
- .systemPrefs 
Updating files in /usr/lib and /usr/share . . .
- /usr/lib/mime/packages/update-sun-jre - OK
- /usr/share/application-registry/update-sun-jre-archive.applications - OK
- /usr/share/application-registry/update-sun-jre-web-start.applications - OK
- /usr/share/applications/update-sun-jre-controlpanel.desktop - OK
- /usr/share/applications/update-sun-jre-java.desktop - OK
- /usr/share/applications/update-sun-jre-javaws.desktop - OK
- /usr/share/applications/update-sun-jre-policytool.desktop - OK
- /usr/share/menu/update-sun-jre - OK
- /usr/share/mime/packages/update-sun-jre.xml - OK
- /usr/share/mime-info/update-sun-jre-archive.keys - OK
- /usr/share/mime-info/update-sun-jre-archive.mime - OK
- /usr/share/mime-info/update-sun-jre-web-start.keys - OK
- /usr/share/mime-info/update-sun-jre-web-start.mime - OK
Installing tools . . .
- ControlPanel 
- java 
- java_vm 
- javaws 
- jcontrol 
- keytool 
- pack200 
- policytool 
- rmid 
- rmiregistry 
- unpack200 
- orbd 
- servertool 
- tnameserv 
- jexec 
Installing plugin . . .
- firefox 
- iceape 
- iceweasel 
- mozilla 
- midbrowser 
- xulrunner 
- xulrunner-addons 
Activating class data sharing (ignoring errors) . . .
Removing downloaded package from /tmp . . .
Stopping update-sun-jre 1.2.12 2013-03-23 06:38:38-05:00
Processing triggers for menu ...
root@biker:/home/harry# keymissing=452F0C20 && gpg --keyserver subkeys.pgp.net --recv-keys $keymissing && gpg --armor --export $keymissing | apt-key add - && apt-get update
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key 452F0C20 from hkp server subkeys.pgp.net
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 452F0C20: public key"antiX (antix repo) <antix@daveserver.info>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
Get:1 http://ftp.us.debian.org testing InRelease [224 kB]
Get:2 http://www.daveserver.info testing InRelease [76.0 kB]                   
Get:3 http://www.daveserver.info testing/base i386 Packages [987 B]            
Get:4 http://www.daveserver.info testing/main i386 Packages [28.4 kB]          
Hit http://ftp.us.debian.org testing/main i386 Packages/DiffIndex              
Hit http://ftp.us.debian.org testing/contrib i386 Packages/DiffIndex           
Hit http://ftp.us.debian.org testing/non-free i386 Packages/DiffIndex          
Hit http://ftp.us.debian.org testing/contrib Translation-en/DiffIndex          
Hit http://ftp.us.debian.org testing/main Translation-en/DiffIndex             
Hit http://ftp.us.debian.org testing/non-free Translation-en/DiffIndex         
Ign http://www.daveserver.info testing/base Translation-en_US                  
Ign http://www.daveserver.info testing/base Translation-en                     
Ign http://www.daveserver.info testing/main Translation-en_US           
Ign http://www.daveserver.info testing/main Translation-en              
Get:5 http://security.debian.org testing/updates InRelease              
Get:6 http://www.duinsoft.nl debs InRelease                             
Err http://security.debian.org testing/updates InRelease                
  
Ign http://www.duinsoft.nl debs InRelease
Get:7 http://www.duinsoft.nl debs/all i386 Packages/DiffIndex
Get:8 http://www.duinsoft.nl debs/all Translation-en_US
Get:9 http://www.duinsoft.nl debs/all Translation-en                           
Get:10 http://www.duinsoft.nl debs/all i386 Packages                          
Fetched 256 kB in 18s (13.8 kB/s)                   
Reading package lists... Done
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.debian.org testing/updates InRelease: File /var/lib/apt/lists/partial/security.debian.org_dists_testing_updates_InRelease doesn't start with a clearsigned message

W: GPG error: http://www.duinsoft.nl debs InRelease: File /var/lib/apt/lists/partial/www.duinsoft.nl_pkg_dists_debs_InRelease doesn't start with a clearsigned message
W: Failed to fetch http://security.debian.org/dists/testing/updates/InRelease  

W: Some index files failed to download. They have been ignored, or old ones used instead.
root@biker:/home/harry# keymissing=452F0C20 && gpg --keyserver subkeys.pgp.net --recv-keys $keymissing && gpg --armor --export $keymissing | apt-key add - && apt-get update
gpg: requesting key 452F0C20 from hkp server subkeys.pgp.net
gpg: key 452F0C20:"antiX (antix repo) <antix@daveserver.info>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
OK
Hit http://www.daveserver.info testing InRelease
Hit http://ftp.us.debian.org testing InRelease                      
Get:1 http://security.debian.org testing/updates InRelease [102 kB] 
Ign http://www.duinsoft.nl debs InRelease                                      
Hit http://www.daveserver.info testing/base i386 Packages                      
Hit http://ftp.us.debian.org testing/main i386 Packages/DiffIndex              
Hit http://www.daveserver.info testing/main i386 Packages                      
Hit http://www.duinsoft.nl debs Release.gpg                                    
Hit http://ftp.us.debian.org testing/contrib i386 Packages/DiffIndex           
Hit http://security.debian.org testing/updates/main i386 Packages              
Hit http://ftp.us.debian.org testing/non-free i386 Packages/DiffIndex          
Hit http://security.debian.org testing/updates/contrib i386 Packages  
Hit http://www.duinsoft.nl debs Release                               
Ign http://www.duinsoft.nl debs Release                                        
Hit http://ftp.us.debian.org testing/contrib Translation-en/DiffIndex          
Hit http://security.debian.org testing/updates/non-free i386 Packages 
Hit http://ftp.us.debian.org testing/main Translation-en/DiffIndex             
Ign http://www.duinsoft.nl debs/all i386 Packages/DiffIndex                    
Hit http://ftp.us.debian.org testing/non-free Translation-en/DiffIndex         
Hit http://www.duinsoft.nl debs/all i386 Packages                     
Ign http://www.daveserver.info testing/base Translation-en_US         
Ign http://www.daveserver.info testing/base Translation-en            
Ign http://www.daveserver.info testing/main Translation-en_US         
Ign http://www.daveserver.info testing/main Translation-en            
Ign http://www.duinsoft.nl debs/all Translation-en_US                          
Ign http://www.duinsoft.nl debs/all Translation-en                             
Ign http://security.debian.org testing/updates/contrib Translation-en_US       
Ign http://security.debian.org testing/updates/contrib Translation-en          
Ign http://security.debian.org testing/updates/main Translation-en_US          
Ign http://security.debian.org testing/updates/main Translation-en             
Ign http://security.debian.org testing/updates/non-free Translation-en_US      
Ign http://security.debian.org testing/updates/non-free Translation-en         
Fetched 102 kB in 9s (11.1 kB/s)                                               
Reading package lists... Done
W: GPG error: http://www.duinsoft.nl debs Release: The following signatures were invalid: BADSIG E18CE6625CB26B26 Duinsoft Packages <pkg@duinsoft.nl>
root@biker:/home/harry#  keymissing=452F0C20 && gpg --keyserver subkeys.pgp.net --recv-keys $keymissing && gpg --armor --export $keymissing | apt-key add - && apt-get update
gpg: requesting key 452F0C20 from hkp server subkeys.pgp.net
gpg: key 452F0C20:"antiX (antix repo) <antix@daveserver.info>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
OK
Hit http://ftp.us.debian.org testing InRelease
Hit http://security.debian.org testing/updates InRelease                       
Hit http://ftp.us.debian.org testing/main i386 Packages/DiffIndex              
Hit http://www.daveserver.info testing InRelease                     
Hit http://security.debian.org testing/updates/main i386 Packages    
Ign http://www.duinsoft.nl debs InRelease                            
Hit http://ftp.us.debian.org testing/contrib i386 Packages/DiffIndex           
Hit http://security.debian.org testing/updates/contrib i386 Packages           
Hit http://ftp.us.debian.org testing/non-free i386 Packages/DiffIndex          
Hit http://security.debian.org testing/updates/non-free i386 Packages          
Hit http://www.daveserver.info testing/base i386 Packages                      
Hit http://ftp.us.debian.org testing/contrib Translation-en/DiffIndex          
Hit http://ftp.us.debian.org testing/main Translation-en/DiffIndex             
Hit http://www.daveserver.info testing/main i386 Packages                      
Hit http://ftp.us.debian.org testing/non-free Translation-en/DiffIndex
Get:1 http://www.duinsoft.nl debs Release.gpg [490 B]                
Hit http://www.duinsoft.nl debs Release                              
Ign http://www.duinsoft.nl debs Release                             
Ign http://www.duinsoft.nl debs/all i386 Packages/DiffIndex         
Hit http://www.duinsoft.nl debs/all i386 Packages                    
Ign http://www.duinsoft.nl debs/all Translation-en_US                
Ign http://www.duinsoft.nl debs/all Translation-en                             
Ign http://security.debian.org testing/updates/contrib Translation-en_US       
Ign http://security.debian.org testing/updates/contrib Translation-en          
Ign http://security.debian.org testing/updates/main Translation-en_US          
Ign http://security.debian.org testing/updates/main Translation-en             
Ign http://www.daveserver.info testing/base Translation-en_US                  
Ign http://security.debian.org testing/updates/non-free Translation-en_US      
Ign http://security.debian.org testing/updates/non-free Translation-en         
Ign http://www.daveserver.info testing/base Translation-en                     
Ign http://www.daveserver.info testing/main Translation-en_US                  
Ign http://www.daveserver.info testing/main Translation-en                     
Fetched 490 B in 9s (52 B/s)                                                   
Reading package lists... Done
W: GPG error: http://www.duinsoft.nl debs Release: The following signatures were invalid: BADSIG E18CE6625CB26B26 Duinsoft Packages <pkg@duinsoft.nl>
root@biker:/home/harry# apt-get clean 
root@biker:/home/harry# cd /var/lib/apt 
root@biker:/var/lib/apt# mv lists lists.old 
root@biker:/var/lib/apt# mkdir -p lists/partial 
root@biker:/var/lib/apt# apt-get clean 
root@biker:/var/lib/apt# apt-get update
Get:1 http://ftp.us.debian.org testing InRelease [224 kB]                      
Get:2 http://security.debian.org testing/updates InRelease [102 kB]            
Get:3 http://www.daveserver.info testing InRelease [76.0 kB]                   
Ign http://www.duinsoft.nl debs InRelease                                      
Get:4 http://www.duinsoft.nl debs Release.gpg [490 B]                          
Get:5 http://www.duinsoft.nl debs Release [7,951 B]                            
Get:6 http://security.debian.org testing/updates/main i386 Packages [3,660 B]  
Get:7 http://www.duinsoft.nl debs/all i386 Packages [1,437 B]                  
Get:8 http://www.daveserver.info testing/base i386 Packages [987 B]            
Get:9 http://security.debian.org testing/updates/contrib i386 Packages [14 B]  
Get:10 http://ftp.us.debian.org testing/main i386 Packages [5,868 kB]          
Get:11 http://security.debian.org testing/updates/non-free i386 Packages [14 B]
Get:12 http://www.daveserver.info testing/main i386 Packages [28.4 kB]         
Ign http://www.duinsoft.nl debs/all Translation-en_US                          
Ign http://www.duinsoft.nl debs/all Translation-en                             
Ign http://www.daveserver.info testing/base Translation-en_US                  
Ign http://www.daveserver.info testing/base Translation-en                     
Ign http://www.daveserver.info testing/main Translation-en_US                  
Ign http://www.daveserver.info testing/main Translation-en                     
Ign http://security.debian.org testing/updates/contrib Translation-en_US       
Ign http://security.debian.org testing/updates/contrib Translation-en          
Ign http://security.debian.org testing/updates/main Translation-en_US          
Ign http://security.debian.org testing/updates/main Translation-en             
Ign http://security.debian.org testing/updates/non-free Translation-en_US      
Ign http://security.debian.org testing/updates/non-free Translation-en         
Get:13 http://ftp.us.debian.org testing/contrib i386 Packages [42.3 kB]        
Get:14 http://ftp.us.debian.org testing/non-free i386 Packages [77.5 kB]       
Get:15 http://ftp.us.debian.org testing/contrib Translation-en [34.9 kB]       
Get:16 http://ftp.us.debian.org testing/main Translation-en [3,856 kB]         
Get:17 http://ftp.us.debian.org testing/non-free Translation-en [66.0 kB]      
Fetched 10.4 MB in 60s (172 kB/s)                                              
Reading package lists... Done
root@biker:/var/lib/apt# java -version
java version"1.7.0_17"
Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
Java HotSpot(TM) Server VM (build 23.7-b01, mixed mode)
root@biker:/var/lib/apt# 
I checked java at javas site also to be sure. __{{emoticon}}__
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#11
This part

Code: Select all

root@biker:/home/harry# apt-get clean
root@biker:/home/harry# cd /var/lib/apt
root@biker:/var/lib/apt# mv lists lists.old
root@biker:/var/lib/apt# mkdir -p lists/partial
root@biker:/var/lib/apt# apt-get clean
root@biker:/var/lib/apt# apt-get update
was what I used to fix

Code: Select all

W: GPG error: http://www.duinsoft.nl debs Release: The following signatures were invalid: BADSIG E18CE6625CB26B26 Duinsoft Packages <pkg@duinsoft.nl>