I installed Intrepid a few days ago and have to say I'm impressed. KDE 4 is much better now than when it first came out - it's smooth, sleek and - hell, I'll say it - sexy Yes, I'm a geek, I love my computer and it's new body. But, like all relationships this one's got its problems: please can someone help mediate between me and my PC.
The first problem is that I think she's holding out on me: the GUI package managers don't show all the programs available to me through "sudo apt-get install PACKAGE". I've tried Synaptic and KPackage but both them only tell me some of the software I can install and the extracurricular software only after I've installed it through Konsole via apt-get. Does anyone know how I can get Adept Manager to work as it did in KDE 3?
Secondly, every time I boot her up (wrong choice of words, I know), she doesn't automatically connect to the Net. I have to click the panel's connection manager icon, edit the connection then "save and connect" to get her to talk with the Internet. How can I automate this process?
Thirdly, the desktop panel re-organizes itself every time I restart her, must I have to lock the desktop widgets to keep 'er in 'er place?
Fourthly, I have to remount my secondary and tertiary hard drives each session. Talk about my computer being jealous! Simple to do but annoying because I have to keep sneaking through the back door and access the drives through Dolphin to get them to mount; can you help me automate this, please?
Other than that we're fine. Here's what I've tried so far to get the Package Manager to show me all the available software:
But none of that helped.
I know I'm not the only one with problems with the package manager not displaying all the available software because I've checked the forums and still not found a solution. You might like to know that apt also shows errors when she updates - quite a few fails. Here's my sources list (accessed with sudo kate /etc/apt/sources.list)
Konsole shows the following errors when I run Kate (could be relevant):
Apt shows the following output when run through Konsole (apt-get update):
I always start my computer with a new session - I don't like starting with unnecessary processes running. I've thought of running "dpkg-reconfigure -a" but the last time I did that I ruined my previous installation (hence I've migrated to 8.10 64) and it took several hours to reconfigure all my packages.
If anyone can help, I'll be very grateful and will show my gratitude by saying a prayer for him/her/it
Edited to fix bbcode error.
The first problem is that I think she's holding out on me: the GUI package managers don't show all the programs available to me through "sudo apt-get install PACKAGE". I've tried Synaptic and KPackage but both them only tell me some of the software I can install and the extracurricular software only after I've installed it through Konsole via apt-get. Does anyone know how I can get Adept Manager to work as it did in KDE 3?
Secondly, every time I boot her up (wrong choice of words, I know), she doesn't automatically connect to the Net. I have to click the panel's connection manager icon, edit the connection then "save and connect" to get her to talk with the Internet. How can I automate this process?
Thirdly, the desktop panel re-organizes itself every time I restart her, must I have to lock the desktop widgets to keep 'er in 'er place?
Fourthly, I have to remount my secondary and tertiary hard drives each session. Talk about my computer being jealous! Simple to do but annoying because I have to keep sneaking through the back door and access the drives through Dolphin to get them to mount; can you help me automate this, please?
Other than that we're fine. Here's what I've tried so far to get the Package Manager to show me all the available software:
- sudo rm /var/lib/apt/lists/* -vf
sudo apt-get clean all
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/aptitude/lock
sudo rm /var/lib/dpkg/lock
sudo rm /var/lib/apt/lists/lock
sudo dpkg --configure -apt
sudo mkdir /var/cache/apt/archives
sudo touch /var/cache/apt/archives/lock
sudo mkdir /var/cache/apt/archives/partial
sudo apt-get update
Changed the servers and re-ran sudo apt-get update
But none of that helped.
I know I'm not the only one with problems with the package manager not displaying all the available software because I've checked the forums and still not found a solution. You might like to know that apt also shows errors when she updates - quite a few fails. Here's my sources list (accessed with sudo kate /etc/apt/sources.list)
# deb cdrom:[Kubuntu 8.10 _Intrepid Ibex_ - Release amd64 (20081029.1)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ubuntu.virginmedia.com/archive/ intrepid main restricted
deb-src http://ubuntu.virginmedia.com/archive/ intrepid restricted main multiverse universe #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ubuntu.virginmedia.com/archive/ intrepid-updates main restricted
deb-src http://ubuntu.virginmedia.com/archive/ intrepid-updates restricted main multiverse universe #Added by software-properties
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ubuntu.virginmedia.com/archive/ intrepid universe
deb http://ubuntu.virginmedia.com/archive/ intrepid-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://ubuntu.virginmedia.com/archive/ intrepid multiverse
deb http://ubuntu.virginmedia.com/archive/ intrepid-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://gb.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ intrepid-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 intrepid partner
deb-src http://archive.canonical.com/ubuntu intrepid partner
deb http://ubuntu.virginmedia.com/archive/ intrepid-security main restricted
deb-src http://ubuntu.virginmedia.com/archive/ intrepid-security restricted main multiverse universe #Added by software-properties
deb http://ubuntu.virginmedia.com/archive/ intrepid-security universe
deb http://ubuntu.virginmedia.com/archive/ intrepid-security multiverse
deb http://moblock-deb.sourceforge.net/debian intrepid main
deb-src http://moblock-deb.sourceforge.net/debian intrepid main
deb http://archive.ubuntu.com intreprid main universe
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ubuntu.virginmedia.com/archive/ intrepid main restricted
deb-src http://ubuntu.virginmedia.com/archive/ intrepid restricted main multiverse universe #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ubuntu.virginmedia.com/archive/ intrepid-updates main restricted
deb-src http://ubuntu.virginmedia.com/archive/ intrepid-updates restricted main multiverse universe #Added by software-properties
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ubuntu.virginmedia.com/archive/ intrepid universe
deb http://ubuntu.virginmedia.com/archive/ intrepid-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://ubuntu.virginmedia.com/archive/ intrepid multiverse
deb http://ubuntu.virginmedia.com/archive/ intrepid-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://gb.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ intrepid-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 intrepid partner
deb-src http://archive.canonical.com/ubuntu intrepid partner
deb http://ubuntu.virginmedia.com/archive/ intrepid-security main restricted
deb-src http://ubuntu.virginmedia.com/archive/ intrepid-security restricted main multiverse universe #Added by software-properties
deb http://ubuntu.virginmedia.com/archive/ intrepid-security universe
deb http://ubuntu.virginmedia.com/archive/ intrepid-security multiverse
deb http://moblock-deb.sourceforge.net/debian intrepid main
deb-src http://moblock-deb.sourceforge.net/debian intrepid main
deb http://archive.ubuntu.com intreprid main universe
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
Error: "/var/tmp/kdecache-lee" is owned by uid 1000 instead of uid 0.
kate(12179): createDoc
kate(12179) KateSessionManager::KateSessionManager: LOCAL SESSION DIR: "/home/lee/.kde/share/apps/kate/sessions"
kate(12179) KateApp::initKate: Setting KATE_PID: ' 12179 '
Error: "/tmp/kde-lee" is owned by uid 1000 instead of uid 0.
kate(12179) KateViewDocumentProxyModel::updateBackgrounds: false
kate(12179) KateMainWindow::setupMainWindow: HACK:***********************CONNECTING CLICKED***************************
kate(12179) KateMainWindow::KateMainWindow: ************************************************** ************************** 0x17dd350
kate(12179) KateViewDocumentProxyModel::updateBackgrounds: false
kate(12179) KateViewDocumentProxyModel::updateBackgrounds: false
kate(12179) KateDocManager::slotDocumentNameChanged: docname changed: "Untitled" -----> "Untitled"
kate(12179) KMimeTypeFactory:arseMagic: Now parsing "/usr/share/mime/magic"
kate(12179) KMimeTypeFactory:arseMagic: Now parsing "/home/lee/.local/share/mime/magic"
kate(12179) KateDocManager::slotDocumentNameChanged: docname changed: "Untitled" -----> "sources.list"
kate(12179) KateViewDocumentProxyModel::updateBackgrounds: false
kate(12179) KateApp::startupKate: KateApplication::init finished successful
Error: "/tmp/ksocket-lee" is owned by uid 1000 instead of uid 0.
kate(12179) KateViewDocumentProxyModel::updateBackgrounds: true
kate(12179): createDoc
kate(12179) KateSessionManager::KateSessionManager: LOCAL SESSION DIR: "/home/lee/.kde/share/apps/kate/sessions"
kate(12179) KateApp::initKate: Setting KATE_PID: ' 12179 '
Error: "/tmp/kde-lee" is owned by uid 1000 instead of uid 0.
kate(12179) KateViewDocumentProxyModel::updateBackgrounds: false
kate(12179) KateMainWindow::setupMainWindow: HACK:***********************CONNECTING CLICKED***************************
kate(12179) KateMainWindow::KateMainWindow: ************************************************** ************************** 0x17dd350
kate(12179) KateViewDocumentProxyModel::updateBackgrounds: false
kate(12179) KateViewDocumentProxyModel::updateBackgrounds: false
kate(12179) KateDocManager::slotDocumentNameChanged: docname changed: "Untitled" -----> "Untitled"
kate(12179) KMimeTypeFactory:arseMagic: Now parsing "/usr/share/mime/magic"
kate(12179) KMimeTypeFactory:arseMagic: Now parsing "/home/lee/.local/share/mime/magic"
kate(12179) KateDocManager::slotDocumentNameChanged: docname changed: "Untitled" -----> "sources.list"
kate(12179) KateViewDocumentProxyModel::updateBackgrounds: false
kate(12179) KateApp::startupKate: KateApplication::init finished successful
Error: "/tmp/ksocket-lee" is owned by uid 1000 instead of uid 0.
kate(12179) KateViewDocumentProxyModel::updateBackgrounds: true
Hit http://archive.canonical.com intrepid Release.gpg
Ign http://archive.canonical.com intrepid/partner Translation-en_GB
Ign http://archive.ubuntu.com intreprid Release.gpg
Ign http://archive.ubuntu.com intreprid/main Translation-en_GB
Ign http://ppa.launchpad.net intrepid Release.gpg
Ign http://ppa.launchpad.net intrepid/main Translation-en_GB
Hit http://packages.medibuntu.org intrepid Release.gpg
Hit http://ubuntu.virginmedia.com intrepid Release.gpg
Hit http://ubuntu.virginmedia.com intrepid/main Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid/restricted Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid/universe Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid/multiverse Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid-updates Release.gpg
Hit http://ubuntu.virginmedia.com intrepid-updates/main Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid-updates/restricted Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid-updates/universe Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid-updates/multiverse Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid-security Release.gpg
Hit http://archive.canonical.com intrepid Release
Ign http://archive.ubuntu.com intreprid/universe Translation-en_GB
Ign http://archive.ubuntu.com intreprid Release
Get: 1 http://ppa.launchpad.net intrepid Release [27.6kB]
Ign http://archive.ubuntu.com intreprid/main Packages
Hit http://archive.canonical.com intrepid/partner Packages
Ign http://ubuntu.virginmedia.com intrepid-security/main Translation-en_GB
Ign http://ubuntu.virginmedia.com intrepid-security/restricted Translation-en_GB
Ign http://ubuntu.virginmedia.com intrepid-security/universe Translation-en_GB
Ign http://ubuntu.virginmedia.com intrepid-security/multiverse Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid Release
Hit http://ubuntu.virginmedia.com intrepid-updates Release
Ign http://ppa.launchpad.net intrepid/main Packages
Hit http://moblock-deb.sourceforge.net intrepid Release.gpg
Ign http://archive.ubuntu.com intreprid/universe Packages
Ign http://moblock-deb.sourceforge.net intrepid/main Translation-en_GB
Hit http://archive.canonical.com intrepid/partner Sources
Hit http://ubuntu.virginmedia.com intrepid-security Release
Ign http://ppa.launchpad.net intrepid/main Sources
Err http://archive.ubuntu.com intreprid/main Packages
404 Not Found
Ign http://packages.medibuntu.org intrepid/free Translation-en_GB
Hit http://ppa.launchpad.net intrepid/main Packages
Err http://archive.ubuntu.com intreprid/universe Packages
404 Not Found
Hit http://moblock-deb.sourceforge.net intrepid Release
Hit http://ppa.launchpad.net intrepid/main Sources
Ign http://packages.medibuntu.org intrepid/non-free Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid/main Packages
Hit http://ubuntu.virginmedia.com intrepid/restricted Packages
Hit http://ubuntu.virginmedia.com intrepid/restricted Sources
Hit http://ubuntu.virginmedia.com intrepid/main Sources
Hit http://ubuntu.virginmedia.com intrepid/multiverse Sources
Hit http://ubuntu.virginmedia.com intrepid/universe Sources
Hit http://ubuntu.virginmedia.com intrepid/universe Packages
Hit http://ubuntu.virginmedia.com intrepid/multiverse Packages
Hit http://ubuntu.virginmedia.com intrepid-updates/main Packages
Hit http://ubuntu.virginmedia.com intrepid-updates/restricted Packages
Hit http://ubuntu.virginmedia.com intrepid-updates/restricted Sources
Hit http://moblock-deb.sourceforge.net intrepid/main Packages
Hit http://ubuntu.virginmedia.com intrepid-updates/main Sources
Hit http://ubuntu.virginmedia.com intrepid-updates/multiverse Sources
Hit http://ubuntu.virginmedia.com intrepid-updates/universe Sources
Hit http://ubuntu.virginmedia.com intrepid-updates/universe Packages
Hit http://ubuntu.virginmedia.com intrepid-updates/multiverse Packages
Hit http://ubuntu.virginmedia.com intrepid-security/main Packages
Hit http://ubuntu.virginmedia.com intrepid-security/restricted Packages
Hit http://ubuntu.virginmedia.com intrepid-security/restricted Sources
Hit http://ubuntu.virginmedia.com intrepid-security/main Sources
Hit http://ubuntu.virginmedia.com intrepid-security/multiverse Sources
Hit http://ubuntu.virginmedia.com intrepid-security/universe Sources
Hit http://packages.medibuntu.org intrepid Release
Hit http://moblock-deb.sourceforge.net intrepid/main Sources
Hit http://ubuntu.virginmedia.com intrepid-security/universe Packages
Hit http://ubuntu.virginmedia.com intrepid-security/multiverse Packages
Hit http://packages.medibuntu.org intrepid/free Packages
Hit http://packages.medibuntu.org intrepid/non-free Packages
Hit http://packages.medibuntu.org intrepid/free Sources
Hit http://packages.medibuntu.org intrepid/non-free Sources
Fetched 1B in 1s (1B/s)
W: Failed to fetch http://archive.ubuntu.com/dists/intr...64/Packages.gz 404 Not Found
W: Failed to fetch http://archive.ubuntu.com/dists/intr...64/Packages.gz 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead.
Ign http://archive.canonical.com intrepid/partner Translation-en_GB
Ign http://archive.ubuntu.com intreprid Release.gpg
Ign http://archive.ubuntu.com intreprid/main Translation-en_GB
Ign http://ppa.launchpad.net intrepid Release.gpg
Ign http://ppa.launchpad.net intrepid/main Translation-en_GB
Hit http://packages.medibuntu.org intrepid Release.gpg
Hit http://ubuntu.virginmedia.com intrepid Release.gpg
Hit http://ubuntu.virginmedia.com intrepid/main Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid/restricted Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid/universe Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid/multiverse Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid-updates Release.gpg
Hit http://ubuntu.virginmedia.com intrepid-updates/main Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid-updates/restricted Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid-updates/universe Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid-updates/multiverse Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid-security Release.gpg
Hit http://archive.canonical.com intrepid Release
Ign http://archive.ubuntu.com intreprid/universe Translation-en_GB
Ign http://archive.ubuntu.com intreprid Release
Get: 1 http://ppa.launchpad.net intrepid Release [27.6kB]
Ign http://archive.ubuntu.com intreprid/main Packages
Hit http://archive.canonical.com intrepid/partner Packages
Ign http://ubuntu.virginmedia.com intrepid-security/main Translation-en_GB
Ign http://ubuntu.virginmedia.com intrepid-security/restricted Translation-en_GB
Ign http://ubuntu.virginmedia.com intrepid-security/universe Translation-en_GB
Ign http://ubuntu.virginmedia.com intrepid-security/multiverse Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid Release
Hit http://ubuntu.virginmedia.com intrepid-updates Release
Ign http://ppa.launchpad.net intrepid/main Packages
Hit http://moblock-deb.sourceforge.net intrepid Release.gpg
Ign http://archive.ubuntu.com intreprid/universe Packages
Ign http://moblock-deb.sourceforge.net intrepid/main Translation-en_GB
Hit http://archive.canonical.com intrepid/partner Sources
Hit http://ubuntu.virginmedia.com intrepid-security Release
Ign http://ppa.launchpad.net intrepid/main Sources
Err http://archive.ubuntu.com intreprid/main Packages
404 Not Found
Ign http://packages.medibuntu.org intrepid/free Translation-en_GB
Hit http://ppa.launchpad.net intrepid/main Packages
Err http://archive.ubuntu.com intreprid/universe Packages
404 Not Found
Hit http://moblock-deb.sourceforge.net intrepid Release
Hit http://ppa.launchpad.net intrepid/main Sources
Ign http://packages.medibuntu.org intrepid/non-free Translation-en_GB
Hit http://ubuntu.virginmedia.com intrepid/main Packages
Hit http://ubuntu.virginmedia.com intrepid/restricted Packages
Hit http://ubuntu.virginmedia.com intrepid/restricted Sources
Hit http://ubuntu.virginmedia.com intrepid/main Sources
Hit http://ubuntu.virginmedia.com intrepid/multiverse Sources
Hit http://ubuntu.virginmedia.com intrepid/universe Sources
Hit http://ubuntu.virginmedia.com intrepid/universe Packages
Hit http://ubuntu.virginmedia.com intrepid/multiverse Packages
Hit http://ubuntu.virginmedia.com intrepid-updates/main Packages
Hit http://ubuntu.virginmedia.com intrepid-updates/restricted Packages
Hit http://ubuntu.virginmedia.com intrepid-updates/restricted Sources
Hit http://moblock-deb.sourceforge.net intrepid/main Packages
Hit http://ubuntu.virginmedia.com intrepid-updates/main Sources
Hit http://ubuntu.virginmedia.com intrepid-updates/multiverse Sources
Hit http://ubuntu.virginmedia.com intrepid-updates/universe Sources
Hit http://ubuntu.virginmedia.com intrepid-updates/universe Packages
Hit http://ubuntu.virginmedia.com intrepid-updates/multiverse Packages
Hit http://ubuntu.virginmedia.com intrepid-security/main Packages
Hit http://ubuntu.virginmedia.com intrepid-security/restricted Packages
Hit http://ubuntu.virginmedia.com intrepid-security/restricted Sources
Hit http://ubuntu.virginmedia.com intrepid-security/main Sources
Hit http://ubuntu.virginmedia.com intrepid-security/multiverse Sources
Hit http://ubuntu.virginmedia.com intrepid-security/universe Sources
Hit http://packages.medibuntu.org intrepid Release
Hit http://moblock-deb.sourceforge.net intrepid/main Sources
Hit http://ubuntu.virginmedia.com intrepid-security/universe Packages
Hit http://ubuntu.virginmedia.com intrepid-security/multiverse Packages
Hit http://packages.medibuntu.org intrepid/free Packages
Hit http://packages.medibuntu.org intrepid/non-free Packages
Hit http://packages.medibuntu.org intrepid/free Sources
Hit http://packages.medibuntu.org intrepid/non-free Sources
Fetched 1B in 1s (1B/s)
W: Failed to fetch http://archive.ubuntu.com/dists/intr...64/Packages.gz 404 Not Found
W: Failed to fetch http://archive.ubuntu.com/dists/intr...64/Packages.gz 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead.
If anyone can help, I'll be very grateful and will show my gratitude by saying a prayer for him/her/it
Edited to fix bbcode error.
Comment