kde4-config не найден?

Вот мои /etc/apt/sources.list:

#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################

###### To use a mirror close to You (I use the fastet ping configured with muon):
# deb http://mirror2.corbina.ru/ubuntu/ precise main restricted universe multiverse
# deb http://mirror2.corbina.ru/ubuntu/ precise-updates main restricted universe multiverse

###### Ubuntu Main Repos
deb http://mirror2.corbina.ru/ubuntu/ precise restricted multiverse
deb-src http://mirror2.corbina.ru/ubuntu/ precise main restricted universe multiverse

###### Ubuntu Update Repos
deb http://mirror2.corbina.ru/ubuntu/ precise-security main restricted universe multiverse
deb http://mirror2.corbina.ru/ubuntu/ precise-updates restricted multiverse
deb http://mirror2.corbina.ru/ubuntu/ precise-proposed main restricted universe multiverse
deb http://mirror2.corbina.ru/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://mirror2.corbina.ru/ubuntu/ precise-security main restricted universe multiverse
deb-src http://mirror2.corbina.ru/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://mirror2.corbina.ru/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://mirror2.corbina.ru/ubuntu/ precise-backports main restricted universe multiverse

###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu precise partner
deb-src http://archive.canonical.com/ubuntu precise partner

###### Ubuntu Extras Repo
deb http://extras.ubuntu.com/ubuntu precise main
deb-src http://extras.ubuntu.com/ubuntu precise main

##############################################################
##################### UNOFFICIAL  REPOS ######################
##############################################################

###### 3rd Party Binary Repos

#### Google Linux Software Repositories - http://www.google.com/linuxrepositories/
## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
deb http://dl.google.com/linux/deb/ stable non-free

#### Kubuntu Updates - https://edge.launchpad.net/~kubuntu-ppa/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
deb http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu precise main

#### LibreOffice - http://www.documentfoundation.org/download/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu precise main

#### Medibuntu - http://www.medibuntu.org/ 
## Run this command: sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update 
deb http://packages.medibuntu.org/ precise free non-free

#### qBittorrent - http://qbittorrent.sourceforge.net/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 47B4D1C4
# deb http://ppa.launchpad.net/hydr0g3n/ppa/ubuntu precise main


####### 3rd Party Source Repos

#### Kubuntu Updates (Source) - https://edge.launchpad.net/~kubuntu-ppa/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
deb-src http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu precise main

#### LibreOffice (Source) - http://www.documentfoundation.org/download/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu precise main

#### Medibuntu (Source) - http://www.medibuntu.org/ 
## Run this command: sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update 
deb-src http://packages.medibuntu.org/ precise free non-free

Я сделал sudo apt-get update, почему пакет kde4-config не найден?

0
задан 21 May 2012 в 13:05

2 ответа

почему пакет kde4-config не найден?

Должен ли быть пакет kde4-config?

Поиск пакетов Ubuntu: http: //packages.ubuntu.com/

http://packages.ubuntu.com/search?keywords=kde4-config&searchon=names&suite=all&section=all [ 112]

Вы искали пакеты, имена которых содержат kde4-config во всех пакетах, во всех разделах и во всех архитектурах.

Извините, ваш поиск не дал результатов

Есть пакеты: kde-config - *

http://packages.ubuntu.com / search ?words = kde-config & searchon = names & amp; suite = all & amp; section = all

Команда kde4-config имеет вид:

NAME
       kde4-config - Prints KDE installation paths

SYNOPSIS
       kde4-config [--expandvars] [--prefix] [--exec-prefix] [--libsuffix] [--localprefix] [--version]
                   [--types] [--path type] [--userpath type] [--install type]

DESCRIPTION
       kde4-config is a command line program used to retrieve information about KDE installation or user
       paths.

       Use this program to determine where the various aspects of the KDE installation reside on your
       system.

Она является частью kdelibs-bin и kdelibs5-dbg:

http://packages.ubuntu.com/search?searchon=contents&keywords=kde4-config&mode=exactfilename&suite=precise&arch=any

0
ответ дан 21 May 2012 в 13:05

Мне нравится принятый ответ https://askubuntu.com/a/140214/168991 . Я помог, но не смог полностью решить мою проблему: я увидел сообщение об ошибке sh: 1: kde4-config: not found, в котором напечатано много моих программ x с тех пор, как я установил ubuntu 14 plus Trinity Desktop Environment. Я избавился от этого, создав на своем пути фиктивную программу /usr/local/bin/kde4-config, которая ничего не делает, кроме выхода с 1:

#!/bin/sh
exit 1
0
ответ дан 21 May 2012 в 13:05

Другие вопросы по тегам:

Похожие вопросы: