Sie sind nicht angemeldet.

  • »dolina1958« ist der Autor dieses Themas

Beiträge: 121

Registrierungsdatum: 11.12.2010

Derivat: Kubuntu

Architektur: 32-Bit PC

Desktop: KDE4

  • Nachricht senden

1

19.01.2011, 23:17

KDevelop nicht auffindbar

Um auch unter Kubuntu 10.04 C++-Programme schreiben zu können, habe ich kdevplatform1, kdevplatform-dbg und kdevplatform-dev mit KPackageKit installiert. Leider finde ich das KDevelop nirgends. Es sollte unter Entwicklung.KDevelop erscheinen. Aber "Entwicklung" finde ich auch nicht.

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »dolina1958« (07.02.2011, 15:17)


2

20.01.2011, 11:52

Hallo,

hast du auch das Paket kdevelop installiert?!
~ Two hours of trial and error can save ten minutes of RTFM ~

  • »dolina1958« ist der Autor dieses Themas

Beiträge: 121

Registrierungsdatum: 11.12.2010

Derivat: Kubuntu

Architektur: 32-Bit PC

Desktop: KDE4

  • Nachricht senden

3

27.01.2011, 16:13

kdevelop im KPackageKit nicht vorhanden

Wenn man im KPackageKit nach kdevelop sucht, dann erscheinen halt kdevplatform1-libs. etc. und wenn man auch qdevelop installiert, dann hat man zwar eine IDE, aber eben nicht für c++, sondern nur für Qt. Wie ich die IDE für C++ bekommen könnte, ist mir momentan schleierhaft. In dem Openbook von Galileocomputing über Ubuntu GNU /Linux (aktuell 10.04) wird halt kdevplatform1-libs. erwähnt, aber dies scheint ganz und gar nicht ausreichend zu sein.

4

27.01.2011, 20:32

Hmm,

eigentlich ist KDevelop in den main-Quellen..

Versuch mal im Terminal:

Quellcode

1
sudo apt-get install kdevelop
~ Two hours of trial and error can save ten minutes of RTFM ~

  • »dolina1958« ist der Autor dieses Themas

Beiträge: 121

Registrierungsdatum: 11.12.2010

Derivat: Kubuntu

Architektur: 32-Bit PC

Desktop: KDE4

  • Nachricht senden

5

27.01.2011, 23:22

Vielen Dank für Deine Hilfe!
Wenn ich nach Deiner Empfehlung vorgehe, erhalte ich die folgende Meldung.
aketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Status-Informationen einlesen... Fertig
Paket kdevelop ist nicht verfügbar, wird aber von einem anderen Paket
referenziert. Das kann heißen, dass das Paket fehlt, dass es veraltet
ist oder nur aus einer anderen Quelle verfügbar ist.
Doch die folgenden Pakete ersetzen es:
kdevplatform1-libs
E: Paket kdevelop hat keinen Installationskandidaten

6

28.01.2011, 07:57

Moin,

poste doch mal den Inhalt deiner /etc/fstab - verpackt in Zitat-Tags (Sprechblase).
~ Two hours of trial and error can save ten minutes of RTFM ~

  • »dolina1958« ist der Autor dieses Themas

Beiträge: 121

Registrierungsdatum: 11.12.2010

Derivat: Kubuntu

Architektur: 32-Bit PC

Desktop: KDE4

  • Nachricht senden

7

28.01.2011, 18:26

Hallo,
also in fstab sieht es wie folgt aus.
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=7a6cb3fc-b4a7-46fb-987b-1c6678f8deeb none swap sw 0 0

8

28.01.2011, 21:32

also in fstab sieht es wie folgt aus.
Oh sorry - ich Depp. Ich sollte die Dateien nennen, die ausschlaggebend sind und nicht die, an denen ich grade selber rumschraube....

Ich meinte die /etc/apt/sources.list.
~ Two hours of trial and error can save ten minutes of RTFM ~

  • »dolina1958« ist der Autor dieses Themas

Beiträge: 121

Registrierungsdatum: 11.12.2010

Derivat: Kubuntu

Architektur: 32-Bit PC

Desktop: KDE4

  • Nachricht senden

9

28.01.2011, 23:39

Kein Problem!
Ich bin froh u. dankbar, daß mir bei diesen Schwierigkeiten geholfen wird.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#deb cdrom:[Kubuntu 10.04.1 LTS _Lucid Lynx_ - Release i386 (20100816.2)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://de.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ lucid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

## 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://de.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://de.archive.ubuntu.com/ubuntu/ lucid universe
deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://de.archive.ubuntu.com/ubuntu/ lucid-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://de.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ lucid-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://de.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://de.archive.ubuntu.com/ubuntu/ lucid-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 lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner

deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse

10

28.01.2011, 23:56

Ich habe deine Angabe mit Code-Tags versehen, das macht die Sache übersichtlicher. Das nächste Mal setze die Tags bitte selber.

Du musst die Datei (mit Root-Rechten) bearbeiten und bei Zeile 38+39 das #-Zeichen entfernen. Anschließend kann Kdevelop aus den Backports installiert werden.

Quellcode

1
2
3
4
sudo kate /etc/apt/sources.list

sudo apt-get update 
sudo apt-get install kdevelop


Backports sind allerdings u.U. mit Vorsicht zu genießen, guckst du hier .
~ Two hours of trial and error can save ten minutes of RTFM ~

  • »dolina1958« ist der Autor dieses Themas

Beiträge: 121

Registrierungsdatum: 11.12.2010

Derivat: Kubuntu

Architektur: 32-Bit PC

Desktop: KDE4

  • Nachricht senden

11

31.01.2011, 22:51

Vielen Dank für Deine Hilfe!!
Mittlerweilen habe ich KDevelop schon nach Deinen Angaben installiert.

12

01.02.2011, 09:18

Hallo,

wenn dein Problem damit gelöst ist, markiere doch bitte auch den Thread entsprechend (Anleitung dazu siehe Signatur).
~ Two hours of trial and error can save ten minutes of RTFM ~