I get the following error in Konsole. ( In the picture)
Announcement
Collapse
No announcement yet.
Can't install Synaptic package manager.
Collapse
This topic is closed.
X
X
-
Re: Can't install Synaptic package manager.
Did you try:
Code:sudo apt-get -f install
man apt-get
-f, --fix-broken
Fix; attempt to correct a system with broken dependencies in place. This option, when used with install/remove, can omit any packages to permit APT to deduce a likely solution. Any Package that are specified must completely correct the problem. The option is sometimes necessary when running APT for the first time; APT itself does not allow broken package dependencies to exist on a system. It is possible that a system's dependency structure can be so corrupt as to require manual intervention (which usually means using dselect(8) or dpkg --remove to eliminate some of the offending packages). Use of this option together with -m may produce an error in some situations. Configuration Item: APT::Get::Fix-Broken.Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
-
Re: Can't install Synaptic package manager.
apt-get is teliing that it can't install/find: "liblaunchpad-integratio1n, libvte9, scrollkeeper"
What version is this ? Is this Hardy Heron ?
Are you online ?
Have tried:
Code:sudo apt-get update
Code:sudo apt-get install liblaunchpad-integration1
You can copy&paste from the konsole.Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: Can't install Synaptic package manager.
This is what I got when I ran sudo apt-get update :
W: GPG error: http://packages.medibuntu.org hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
W: You may want to run apt-get update to correct these problems
- Top
- Bottom
Comment
-
Re: Can't install Synaptic package manager.
This what I got when I ran sudo apt-get install liblaunchpad-integration1:
billie@Rebekah:~$ sudo apt-get install liblaunchpad-integration1
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
sun-java6-jre: Depends: sun-java6-bin (= 6-06-0ubuntu1) but it is not going to be installed or
ia32-sun-java6-bin (= 6-06-0ubuntu1) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
- Top
- Bottom
Comment
-
Re: Can't install Synaptic package manager.
This is what I got when I ran sudo apt-get update :
W: GPG error: http://packages.medibuntu.org hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
W: You may want to run apt-get update to correct these problems
If that is only thing: Something is wrong with the /etc/apt/sources.list.
Could you put your sources.list here.
There should something like this (this is with the gutsy):
$ sudo apt-get update
Siv file: gutsy Release.gpg
Siv file: gutsy/debs_for_gutsy Translation-fi
Siv file: gutsy Release
Siv file: gutsy/debs_for_gutsy Packages
Nouda:1 http://security.ubuntu.com gutsy-security Release.gpg [189B]
Siv http://security.ubuntu.com gutsy-security/main Translation-fi
Siv http://security.ubuntu.com gutsy-security/restricted Translation-fi
++ lot of stuff
Fixing medibuntu GPG warning (konsole):
Code:wget -q [url]http://packages.medibuntu.org/medibuntu-key.gpg[/url] -O- | sudo apt-key add - && sudo apt-get update
Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: Can't install Synaptic package manager.
This is my sources.list.
# deb cdrom:[Kubuntu 8.04.1 _Hardy Heron_ - Release i386 (20080701.2)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ hardy universe
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy universe
deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner
deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
- Top
- Bottom
Comment
-
Re: Can't install Synaptic package manager.
It seems that your sources.list is ok.
What tells:
Code:sudo apt-get install sun-java6-bin
Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: Can't install Synaptic package manager.
That ran ok and this is what I got:
billie@Rebekah:~$ sudo apt-get install sun-java6-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
binfmt-support
The following NEW packages will be installed:
sun-java6-bin
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B/27.3MB of archives.
After this operation, 81.9MB of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 101612 files and directories currently installed.)
Unpacking sun-java6-bin (from .../sun-java6-bin_6-06-0ubuntu1_i386.deb) ...
sun-dlj-v1-1 license has already been accepted
Setting up sun-java6-bin (6-06-0ubuntu1) ...
Setting up sun-java6-jre (6-06-0ubuntu1) ...
billie@Rebekah:~$
So what do I have to do now to get synaptic package manager to install? Thank you for your help!!
- Top
- Bottom
Comment
-
Re: Can't install Synaptic package manager.
You should just retry the command:
Code:sudo apt-get install synaptic
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment