Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Errors When Installing EVOLUTION

  1. #1
    Junior Member registered user
    Join Date
    Jun 2007
    Posts
    17

    Errors When Installing EVOLUTION

    Hi,

    Trying to install Evolution on my PERSISTENT HOME USB key and got the following error:

    Reading package lists... Done
    Building dependency tree... Done
    Package evolution is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package evolution has no installation candidate


    Can somebody help???

    Marc.

  2. #2
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    You don't tell us which release of Knoppix you are using, but *assuming* that it is 5.1.x or 5.0.x your /etc/apt/sources.list file if unmodified will be using obsolete designations of what "stable" "testing" and "unstable" mean for Debian packages.
    I recommend that you read up about packaging on http://www.debian.org/distrib/packages
    but anyway try invoking
    Code:
    apt-get update
    apt-get -s install evolution
    and assess whether you are happy with what the apt-get simulation tells you it will install|upgrade|remove if applicable.
    If you want to proceed then
    Code:
    apt-get install evolution
    will probably work for you.

  3. #3
    Junior Member registered user
    Join Date
    Jun 2007
    Posts
    17
    Thanks JohnyH,

    I will try that. But I think I know what the problem is!

    I have to go through PROXY to get to the INTERNET...

    I setup Manual PROXY in the browser (Konqueror). But when trying to do stuff like apt-get, it doesn't work. Is there soemthing I have to do to set the PROXY for the ENTIRE KNOPPIX 5.1??? If so, what do I do and where do I go??

    Thanks,

    Marc.

  4. #4
    Junior Member registered user
    Join Date
    Jun 2007
    Posts
    17
    Ok,

    I did the apt-get update, here's the error that came back:

    Hit http://security.debian.org testing/updates/contrib Packages
    Hit http://security.debian.org testing/updates/non-free Packages
    Fetched 31.0kB in 3s (8866B/s)
    Failed to fetch http://ftp.uni-kl.de/debian-local/di...86/Packages.gz 404 Not Found [IP: 10.64.1.100 80]
    W: There is no public key available for the following key IDs:
    B5D0C804ADB11277
    W: GPG error: http://sidux.com sid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3916C431F80994F6
    E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
    root@Knoppix:/KNOPPIX.IMG/home/knoppix#

    Can somebody help me?

    Marc.

  5. #5
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    1. OK, having done the apt-get update (set aside those errors for the moment), did you then try the apt-get -s install evolution ?

    2. Might as well get your /etc/apt/sources.list file aligned to the current Debian mirrors set-up. You are unlikely to need the Knoppix-specific sites in the file by this time, so I suggest that you replace your /etc/apt/sources.list with the following (better to back-up your original first )
    Code:
    deb http://ftp.uk.debian.org/debian/ etch main non-free contrib
    #deb-src http://ftp.uk.debian.org/debian/ etch main non-free contrib
    
    deb http://security.debian.org/ etch/updates main contrib non-free
    #deb-src http://security.debian.org/ etch/updates main contrib non-free
    
    # VLC Player and libdvdcss
    deb http://download.videolan.org/pub/videolan/debian sid main
    
    # w32codecs
    deb http://www.debian-multimedia.org etch main
    
    # cinelerra
    deb http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./
    (To get a mirror closer to you, replace "uk" by your country code)
    Then do
    Code:
    apt-get update
    apt-get -s install evolution
    and then if it looks OK
    Code:
    apt-get install evolution
    Good luck

  6. #6
    Junior Member registered user
    Join Date
    Jun 2007
    Posts
    17
    Hi JohnnyH,

    I did modify my souces.list. Then I did apt-get update. Here's the results:

    Hit http://security.debian.org testing/updates/main Packages
    Hit http://security.debian.org testing/updates/contrib Packages
    Hit http://security.debian.org testing/updates/non-free Packages
    Get:27 http://ftp.uk.debian.org etch/non-free Packages [83.6kB]
    Get:28 http://ftp.uk.debian.org etch/contrib Packages [60.0kB]
    Fetched 4780kB in 43s (110kB/s)
    Failed to fetch http://ftp.uni-kl.de/debian-local/di...86/Packages.gz 404 Not Found [IP: 10.52.1.100 80]
    W: There is no public key available for the following key IDs:
    B5D0C804ADB11277
    W: GPG error: http://sidux.com sid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3916C431F80994F6
    W: There is no public key available for the following key IDs:
    B5D0C804ADB11277
    W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
    E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
    root@Knoppix:/etc/apt#

    What next ?

    Thanks,

    Marc.

  7. #7
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    1] Because you got this :-
    Quote Originally Posted by LAF
    ...
    Failed to fetch http://ftp.uni-kl.de/debian-local/di...86/Packages.gz 404 Not Found [IP: 10.52.1.100 80]
    ...
    E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
    ...
    it seems that you *added* the modifications to your original /etc/apt/sources.list file, but you should
    *completely replace* the original /etc/apt/sources.list file with the changes that I suggested.

    2] You don't say whether you tried
    Code:
    apt-get -s install evolution
    , but it might have worked anyway now as the
    Hit http://security.debian.org testing/updates/main Packages
    Hit http://security.debian.org testing/updates/contrib Packages
    Hit http://security.debian.org testing/updates/non-free Packages
    Get:27 http://ftp.uk.debian.org etch/non-free Packages [83.6kB]
    Get:28 http://ftp.uk.debian.org etch/contrib Packages [60.0kB]
    Fetched 4780kB in 43s (110kB/s)
    are OK.
    But it is best to remove the ... ftp.uni-kl.de to avoid errors.

    By The Way
    W: There is no public key available for the following key IDs:
    B5D0C804ADB11277
    W: GPG error: http://sidux.com sid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3916C431F80994F6
    W: There is no public key available for the following key IDs:
    B5D0C804ADB11277
    W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
    are not serious problems; you can still use them - you would have to tell apt-get (when prompted) to install the 'unofficial' codecs without verification

    3] Do you know what is your country code ? I know that it can be difficult if English is not your 'langue maternelle' but if you look at http://www.debian.org/distrib/packages you can find translations to
    БългарÑ?ки (BÉ™lgarski) catalÃ* Ä?esky dansk Deutsch Ελληνικά (Ellinika) español français í•œêµ*ì–´ (Hangul) hrvatski Italiano magyar Nederlands 日本語 (Nihongo) polski Português Ð*уÑ?Ñ?кий (Russkij) slovensky suomi svenska Türkçe українÑ?ька (ukrajins'ka)

    4] We are making progress - good luck

  8. #8
    Junior Member registered user
    Join Date
    Jun 2007
    Posts
    17
    Thanks so much JohnnyH,

    You are so patient... I will try your suggestions, and I'll keep you posted!

    Cheers

    Marc.

  9. #9
    Junior Member registered user
    Join Date
    Jun 2007
    Posts
    17
    Ok,

    I did replace everything in the sources.list by the lines that you sent me. Then I did the apt-get update, got an error. Then I tried apt-get -s install evolution.

    Here's the results:

    Get:5 http://www.debian-multimedia.org etch Release [4175B]
    Get:6 http://security.debian.org etch/updates/main Packages [63.4kB]
    Hit http://ftp.uk.debian.org etch/main Packages
    Ign http://www.debian-multimedia.org etch Release
    Hit http://ftp.uk.debian.org etch/non-free Packages
    Hit http://ftp.uk.debian.org etch/contrib Packages
    Ign http://www.debian-multimedia.org etch/main Packages
    Hit http://www.debian-multimedia.org etch/main Packages
    Hit http://security.debian.org etch/updates/contrib Packages
    Hit http://security.debian.org etch/updates/non-free Packages
    Fetched 90.4kB in 3s (22.8kB/s)
    W: There is no public key available for the following key IDs:
    B5D0C804ADB11277
    W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
    E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
    root@Knoppix:/etc/apt# apt-get -s intall evolution
    E: Invalid operation intall
    root@Knoppix:/etc/apt# apt-get -s install evolution
    E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
    root@Knoppix:/etc/apt#


    What is the next step?

    Thanks JohnnyH,

    Marc.

  10. #10
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    I've never been in the situation of having to do this, but try
    Code:
     dpkg --configure -a
    - it cannot do any harm and may reset the dpkg configuration successfully. Then try
    Code:
    apt-get install evolution

Page 1 of 2 12 LastLast

Similar Threads

  1. symlink errors while installing java
    By Albretch in forum Customising & Remastering
    Replies: 0
    Last Post: 11-06-2005, 01:17 AM
  2. Wierd errors inlog when installing Knoppix 3.6 to HD
    By ruin2it3 in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 11-03-2004, 07:30 AM
  3. errors after installing limewire
    By helios17 in forum General Support
    Replies: 3
    Last Post: 10-11-2004, 10:31 PM
  4. 2 errors when installing WineX
    By Calman in forum General Support
    Replies: 2
    Last Post: 07-21-2003, 12:37 AM
  5. Howto: Installing Ximian Evolution
    By MattT in forum General Support
    Replies: 4
    Last Post: 05-23-2003, 05:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


~CLEARANCE~ 15.6

~CLEARANCE~ 15.6" Dell Latitude Laptop: 8GB RAM 256GB SSD Backlit Keyboard

$199.99



Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP picture

Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP

$38.99



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM picture

HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM

$14.85



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM picture

Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM

$21.33



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$21.50



CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800) picture

CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800)

$79.95



HyperX FURY DDR4 16GB 32GB 64GB 2666MHz PC4-21300 Desktop RAM Memory DIMM 288Pin picture

HyperX FURY DDR4 16GB 32GB 64GB 2666MHz PC4-21300 Desktop RAM Memory DIMM 288Pin

$119.80



A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96