Debian :: Is Eclipse Available On Repo?
Sep 9, 2010Debian 504 64-bit.Is Eclipse available on repo? In the later case where shall I retain the package for installation ? /opt ? Or /home/user ?
View 4 RepliesDebian 504 64-bit.Is Eclipse available on repo? In the later case where shall I retain the package for installation ? /opt ? Or /home/user ?
View 4 RepliesI have been using Eclipse to program in Java for a long time, and have been using Jigloo for most of my GUI design. Recently I decided to try out the C/C++ plugin. I tried installing it, but it did not work. After many attempts, I finally gave up. However, after uninstalling it I found that Jigloo had stopped working. Any other plugins I try to install now also don't work. I have tried uninstalling and reinstalling plugins, and reinstalling eclipse, but nothing I have done fixes it. Although eclipse says that the software has been installed, nothing shows up in the features list or the plugins list.
Another problem: When I install eclipse from the repositories, it doesn't install a bunch of libraries and eclipse cannot recognize standard java files.
I have been writing PHP using Adobe Dreamweaver; I have been looking around for an application that focus more in PHP.I have found:
[URL]
and:
[URL]
I know Zend stands behind PHP and that Eclipse is a popular open source IDE. What is the difference tho?Is the PDT Project only a functionality that could be added to Eclipse IDE? Is Zend for Eclipse a stand alone IDE for PHP? if so, Why the Eclipse in the name? I have downloaded Zend Studio for Eclipse, so far it seems very complete (no that have learned how to use all its features).
The Metrics plug-in supports Java development well at Eclipse.
[URL]
I would like to know if it supports Eclipse CDT, so I can use it with my C++ project. Any thought? If it doesn't support CDT, is there any good static code analysis tools available for Eclipse CDT?
I recently had to reinstall Eclipse on ubuntu 10.10 and i did it twice, once just removing eclipse package, and the second time removing every package associated with an eclipse install.when i launch eclipse I go into my package view and select a package and then double click on a Java file.
View 5 Replies View RelatedI use Slackware64 13.1. I installed eclipse from slackbuild.But how can I install Eclipse CDT? is a plug-in for eclipse? It's another program?
View 4 Replies View RelatedI want to install Debian 5.06 64 bit on squeeze repo. Where can I find its netinstall ISO?
View 6 Replies View RelatedIs there stability advantages to installing the mint-meta-debian package from the repo below??? I have read that LMDE is safer than running Testing because there is less chance for breakage with LMDE. Less risky overall. Is that true?
# Linux Mint Debian Edition (I get Firefox from here)
# get the mint-keyring from the repo
deb http://packages.linuxmint.com/ debian main upstream import
i'm attempting to know and understand fedora more and i will spend probably the next month pouring through all the forums and documents to answer more of my own questions. but there's quite a bit here, so i'd thought i'd ask some noob questions to get me started a little.
ive installed fedora 14 64bit and chosen only kde as the desktop. i selected an extra 2 repos besides the default, fedora 14 -x86_64 and fedora 14-x86_64 -updates. i believe this kernel is installed: 2.6.35.11-83
1. i can only see the 2 extra repo's as being "checked" in kpackagekit, shouldn't i see the default repo also ?
2. i dont have an applet in the system tray indicating the system is up to date, does fedora have this by default ? also after a clean install i ran yum check-update and yum update but the message sayes: "no packages marked for update". i'm not sure if the system is auto-updated during install or not, but with other distros iv tried there is always atleast a few updates needing to be done after install.
3. is kpackagekit the fedora gui package manager ? i dont see any others.
4. i want to upgrade to nvidia drivers, but i think i am missing a non-free repo or something. when i enter: yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686 xorg-x11-drv-nvidia-libs.x86_64 i get messages stating "no package" i get the same message with yum install nvidia-settings.i also tried this: LANG=C yum --enablerepo=rpmfusion-nonfree info akmod-nvidia but it sayes repo not found.
have intalled Debian 8 on bi quad cores opteron, also Tomcat 8 and openjdk7 are installed, i have do a mistake about version eclipse because i have installed eclipse Kepler or the lasted version of eclipse is Luna, after douwload Luna, i have deleted eclipse kepler who was installed in /opt directory, i do the command "tar" for luna version, no problems for instaling, but eclipse luna doesn't work.I try many version of luna like 32bits and 64 bits, but nothing to do the IDE doesn't start.
Code: Select allroot@dct-skyned:/opt/eclipse# ls
about_files configuration eclipse.ini icon.xpm plugins
about.html dropins epl-v10.html notice.html readme
artifacts.xml eclipse features p2
root@dct-skyned:/opt/eclipse# ./eclipse
bash: ./eclipse: Aucun fichier ou dossier de ce type
root@dct-skyned:/opt/eclipse#
When I tried to start eclipse it gives the following errors.This Eclipse build doesn't have support for the integrated browser.When I tried the command java -jar /usr/lib/eclipse/startup.jar It worked. How to solve the problem.
View 1 Replies View RelatedWill KDE4.4 eventually move into the 11.2 updates or do I have to add the KDE Factory repo to get this update?
View 3 Replies View RelatedWith synaptic / aptitude I can install Eclipse 3.8 and java jdk 8u66, but I need newer versions : Eclipse 4.5 and java jdk 8u72.
I searched but only found method that consist of using ubuntu ppa, which doesn't sound good to me. I must compile with the sources then? How to do that.
How to compile or install these newer versions?
I'm new to Linux and I got some Problems with Eclipse. In my Code im trying to include <sys/stat.h> and <sys/types.h>, but Eclipse can't resolve the inclusion. I added the following Paths under Projcet > Properties > Settings > Includes :
/usr/include
/usr/include/c++/4.7
/usr/include/c++/backward
/usr/include/c++/4.7/x86-64-linux-gnu
/usr/include/x86_64-linux-gnu/sys
/usr/lib/gcc/x86_64-linux-gnu/4.7/include
/usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed
/usr/local/include
I googled much, before i opened this thread. There was a post, which said i should look for the paths with this comand: echo "#include <sys/types.h>" | gcc -E -x c - | grep types
The resolution was this Path: /usr/include/x86_64-linux-gnu/sys which i included, like you can see above.
Some Background Informations: The code, which doesn't work is from a team mate of my group. We have to write a Compiler, and he wrote the buffer. And there he is using functions like fread, fopen and fclose. These funcitons are marked as errors, i think it's because the Headerfiles aren't found.
I am new to Fedora (I have always used ubuntu in the past), and I am trying to download eclipse. Unfortunately, "sudo yum install eclipse" is returning "no package eclipse available". I think this means that I am missing the correct repo, but I'm not sure which is the right one and don't know how to add it to my repo list for this version. My version of fedora is centos5 based, and my current repo list is the following:
[Code]...
I've installed the new Eclipse Luna on my Debian Wheezy (with XFCE). When I try to run, the Eclipse crashes just after the splash screen runs. Well, I've tried to run on other JVM (1.7 update 60), but I got the very same problem.
Here's the log:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f17eb06873f, pid=19045, tid=139741378922240
#
# JRE version: Java(TM) SE Runtime Environment (8.0_05-b13) (build 1.8.0_05-b13)
[Code] ....
Is this a problem with the Eclipse or even its compatibility with my XFCE?
YaST-->Software-->Online Update Getting error: There was an error in the repository initialization. 'repo-non-oss': Failed to cache repo (139). History: - repo2solv.sh "/var/cache/zypp/raw/repo-non-oss" > "/var/cache/zypp/solv/repo-non-oss/solv"
Output of zypper lr:
# | Alias | Name | Enabled | Refresh
--+-----------------------+-----------------------+---------+--------
1 | openSUSE-11.0-Updates | openSUSE-11.0-Updates | Yes | Yes
2 | openSUSE-DVD 11.0 | openSUSE-DVD 11.0 | Yes | No
[code]....
If I disable the repo-non-oss repository the update works fine. The URL I have for the repo-non-oss repository is:
Index of /distribution/11.0/repo/non-oss
This has been going on for over a week. Do I need to use a different URL for the non-oss repository? I live in New York, United States.
I am trying to get snatpanic to read the Linux mint dvd so i can use it as a repo, but it won't read it? Says its not a debian cd?
View 9 Replies View RelatedI have already created little .deb with a private key. And I am confused about the next step i.e. release
[1] If I simply provide the .deb as downloadable , then how can I provide the public key to the user, so that they can confirm the signature ?
Should I need to provide the fingerprint only ? What should they actually need to do ?
[2] If I create a repo with reprepro, then how can I sign the repo with my private key, and what should the users need to do to confirm the signature verification,
i.e. how can I provide the public key to the user ? and what should they need to do to access the repo for signature verification ?
I want to add a deb repo for Debian Lenny so that I can install libasound2. The name of the repo required is given as 1.0.22-2~bpo50+2. All the repositories in my /etc/apt/ources.list file begins with either deb http: or deb ftp. Do I write dep 1.0.22-2~bpo50+2?
View 4 Replies View RelatedI need to add universe repo on sources.list to install daa2iso for converting .gbi image to .iso image. On googling around I found; Code: deb URL...licid main restricted universe multiverse That is for Ubuntu.
View 4 Replies View Relatedhow to upgrade qemu and kvm to version 0.12 on repo?
$ sudo kvm | head -1QEMU PC emulator version 0.9.1 (kvm-72), Copyright (c) 2003-2008 Fabrice Bellard
$ apt-cache show qemu-kvm | grep VersionVersion: 0.12.4+dfsg-1~bpo50+1
I usually install chromium from the frickelpatz repo. On one previous update I noticed that other packages that had not been installed from frickelpatz were updated with packages from there (i guess frickel had a higher version number - k3b i think the package was). So I would like to see what other packages it offers so I am aware of which packages are at risk. failing that is there a way to tell apt that i only want to use the repo for chromium and its dependencies?
View 3 Replies View RelatedI added the Liquorix repo to try out the spiffy kernel. It didn't boot so I uninstalled the kernel and went on my way. I'd like to get rid of the repo entry in Synaptic but when I click on "remove" nothing happens. The repo is oddly not in my sources.lst file.
View 1 Replies View RelatedJust switched from stable to testing. To run a pure testing, can someone tell me if I have all the necessary repos below?
deb http://www.debian-multimedia.org testing main non-free
deb http://getswiftfox.com/builds/debian unstable non-free
deb http://ftp.debian.org/debian testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.debian-multimedia.org testing main non-free
deb http://mozilla.debian.net/ squeeze-backports iceweasel-4.0
I want to have most my system in Debian Stable and a few packages updated to a version that is not in Stable repos.For example Abiword. With the one in Debian Stable I have many issues.I could add Debian testing repos and update it, but then I will have to upgrade to testing a lot of programs that I didn't intended to upgrade.ex: Abiword in testing may requiere libc6(testing) and with that I would have to upgrade a lot of programs that will not work with a newer version of libc6.
View 4 Replies View RelatedI have KDE 4.5.1 installed there are a few bugs I know they fixed in 4.5.2 but cannot find a repo with 4.5.2 or 4.5.3? Is anyone running either 4.5.2/3 and if so where did you download from?
View 5 Replies View RelatedDebian 504 64-bit
Emacs 22.2.1
I have emacs running on the box
$ apt-cache policy emacs Code: emacs:
Installed: 22.2+2-5
Candidate: 22.2+2-5
[code].....
I can't load the Debian multimedia repository, [URL], anymore in Synaptic. It says "404 Not Found." Did it change its address? I needed to download lame, and had to get it from another repository [URL] instead.
View 11 Replies View RelatedI'd like to include the backports repo and the backports kernel in a live cd. I copied the debian-backports file from /usr/share/live-helper/examples/source to config/chroot_sources(as debian-backports.chroot and debian-backports.binary) and fixed the first problem (had to change "etch" to "lenny" in the files.)
View 3 Replies View Related