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
  •  


Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ picture

Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ

$44.99



SanDisk 1TB Extreme Portable SSD, External Solid State Drive - SDSSDE61-1T00-G25 picture

SanDisk 1TB Extreme Portable SSD, External Solid State Drive - SDSSDE61-1T00-G25

$109.99



WD_BLACK 1TB D30 Game Drive SSD for Xbox Summer Collection - WDBAMF0010BSU-WESN picture

WD_BLACK 1TB D30 Game Drive SSD for Xbox Summer Collection - WDBAMF0010BSU-WESN

$109.99



SanDisk 1TB Ultra Dual Drive Go USB Type-C Flash Drive, Black - SDDDC3-1T00-G46 picture

SanDisk 1TB Ultra Dual Drive Go USB Type-C Flash Drive, Black - SDDDC3-1T00-G46

$109.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$19.99



1000 GB HHD 2.5

1000 GB HHD 2.5" 1TB Mixed Brands Samsung WD HGST TOSHIBA, Tested Formatted

$14.90



Samsung - Geek Squad Certified Refurbished 980 PRO 1TB Internal SSD PCIe Gen ... picture

Samsung - Geek Squad Certified Refurbished 980 PRO 1TB Internal SSD PCIe Gen ...

$71.99



Micron 1300 2.5 1TB SATA SSD (MTFDDAK1T0TDL) + SATA Cable picture

Micron 1300 2.5 1TB SATA SSD (MTFDDAK1T0TDL) + SATA Cable

$39.99



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$580.99



Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 1TB 2TB lot picture

Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 1TB 2TB lot

$703.19