missing 32 bit libgnutls.so.26 library

Asked by Francene DeShields

I am installing watchtower and this message keeps appearing. missing 32 bit libgnutls.s.o 26 library. I have read other posts but none resolved my issue. I have downloaded wine but not working.Where can I find library.

Thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnutls26 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Please install the libgnutls26 package...

Open a Terminal from the menu Applications->Accessories->Terminal

Then type or better copy and paste a row a time then press enter:
(Tip: select the single row to copy then right click into the terminal and to quick paste click with middle button of mouse )

sudo apt-get update
sudo apt-get install libgnutls26

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Can you give the output of:

uname -a; lsb_release -a

Thanks

Revision history for this message
Francene DeShields (fdeshields-deshields) said :
#3

 sudo apt-get install libgnutls26
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libgnutls26
francene@francene:~$ uname -a; lsb_release -a
Linux francene 2.6.24-27-lpia #1 SMP Wed Feb 17 22:14:54 UTC 2010 i686 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04.2
Release: 8.04
Codename: hardy
francene@francene:~$

francene@francene:~$ sudo apt-get install libgnutls26
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libgnutls26

Revision history for this message
Francene DeShields (fdeshields-deshields) said :
#4

francene@francene:~$ uname -a; lsb_release -a
Linux francene 2.6.24-27-lpia #1 SMP Wed Feb 17 22:14:54 UTC 2010 i686 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04.2
Release: 8.04
Codename: hardy

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Could try this:

cd ~; wget http://security.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutls26_2.4.1-1ubuntu0.4_i386.deb; sudo dpkg -i ./libgnutls26_2.4.1-1ubuntu0.4_i386.deb; rm ./libgnutls26_2.4.1-1ubuntu0.4_i386.deb

The file appears to be provided by libgnutls26 which isn't in hardy, that deb is from Intrepid but should work.

Revision history for this message
Francene DeShields (fdeshields-deshields) said :
#6

This is the result. an error occurred. i tried this twice
 cd ~; wget http://security.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutls26_2.4.1-1ubuntu0.4_i386.deb; sudo dpkg -i ./libgnutls26_2.4.1-1ubuntu0.4_i386.deb; rm ./libgnutls26_2.4.1-1ubuntu0.4_i386.deb
--17:26:05-- http://security.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutls26_2.4.1-1ubuntu0.4_i386.deb
           => `libgnutls26_2.4.1-1ubuntu0.4_i386.deb'
Resolving security.ubuntu.com... 91.189.88.37, 91.189.92.167
Connecting to security.ubuntu.com|91.189.88.37|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 369,068 (360K) [application/x-debian-package]

100%[====================================>] 369,068 486.09K/s

17:26:06 (484.68 KB/s) - `libgnutls26_2.4.1-1ubuntu0.4_i386.deb' saved [369068/369068]

dpkg: error processing ./libgnutls26_2.4.1-1ubuntu0.4_i386.deb (--install):
 package architecture (i386) does not match system (lpia)
Errors were encountered while processing:
 ./libgnutls26_2.4.1-1ubuntu0.4_i386.deb

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Aaaaah you are using lpia

cd ~; wget ~/http://launchpadlibrarian.net/16594141/libgnutls26_2.4.1-1build1_lpia.deb; sudo dpkg -i ./libgnutls26_2.4.1-1build1_lpia.deb; rm ./libgnutls26_2.4.1-1build1_lpia.deb

Revision history for this message
Francene DeShields (fdeshields-deshields) said :
#8

This is the result of he last entry
I appreciate all of your help

francene@francene:~$ cd ~; wget ~/http://launchpadlibrarian.net/16594141/libgnutls26_2.4.1-1build1_lpia.deb; sudo dpkg -i ./libgnutls26_2.4.1-1build1_lpia.deb; rm ./libgnutls26_2.4.1-1build1_lpia.deb
/home/francene/http://launchpadlibrarian.net/16594141/libgnutls26_2.4.1-1build1_lpia.deb: Unsupported scheme.
[sudo] password for francene:
dpkg: error processing ./libgnutls26_2.4.1-1build1_lpia.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 ./libgnutls26_2.4.1-1build1_lpia.deb
rm: cannot remove `./libgnutls26_2.4.1-1build1_lpia.deb': No such file or directory

As you can see there was another error.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#9

Please try:

cd ~; wget http://launchpadlibrarian.net/16594141/libgnutls26_2.4.1-1build1_lpia.deb; sudo dpkg -i libgnutls26_2.4.1-1build1_lpia.deb; rm libgnutls26_2.4.1-1build1_lpia.deb

Hope this helps

Can you help with this problem?

Provide an answer of your own, or ask Francene DeShields for more information if necessary.

To post a message you must log in.