LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   I am not able to proceed with installing Eclipse or Netbeans. (https://www.linuxquestions.org/questions/linux-software-2/i-am-not-able-to-proceed-with-installing-eclipse-or-netbeans-4175467289/)

Novatian 06-25-2013 04:54 AM

I am not able to proceed with installing Eclipse or Netbeans.
 
Good day, I am not able to install Eclipse or Netbeans in Ubuntu Studio, as I opt for install, it displays, that it requires installation of untrusted packages. Whether I click ok or repair, there is no progress. What can I do to get one of these programs?

eklavya 06-25-2013 06:11 AM

It seems like you have corrupt or broken packages.
Are you trying to install using ubuntu software center?

What is your version of ubuntu?
They have ended the support till ubuntu 11.10. You should use further versions.

If you run
sudo apt-get update
Does it give error?

Try this solution
http://askubuntu.com/questions/18411...usted-packages

Novatian 06-25-2013 07:09 AM

I am using Precise.

I have also had troubles downloading updates before this. I have the latest Ubuntu Studio downloaded. I may save files and re-install. I thought I had an addition supported for 5 years.

jdkaye 06-25-2013 07:15 AM

In a terminal give the command:
Code:

sudo aptitude install netbeans
Copy the output of this command from your terminal and post the results (if it fails) including all the error messages.
Do the same for
Code:

sudo aptitude install eclipse
jdk

Novatian 06-25-2013 09:18 AM

It says the commands are invalid.

TobiSGD 06-25-2013 11:40 AM

Aptitude is not part of Ubuntu's default install anymore, try those commands again, but replace aptitude with apt-get.

Novatian 06-27-2013 06:17 AM

OK this time with terminal and apt-get, I got Eclipse and run it. I wonder why It would not just go in software centre? Can apt-get install updates?

TobiSGD 06-27-2013 01:21 PM

Quote:

Originally Posted by Novatian (Post 4979527)
Can apt-get install updates?

Of course it can, apt-get (and aptitude, followed by Synaptic) are the most powerful package managers you can get for debian based systems:
Code:

sudo apt-get update
sudo apt-get upgrade

will update the system.

Novatian 07-05-2013 01:42 AM

bren@bren-Inspiron-410:~$ sudo apt-get install updates
[sudo] password for bren:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package updates
bren@bren-Inspiron-410:~$

So I have a problem.

jdkaye 07-05-2013 03:45 AM

Quote:

Originally Posted by Novatian (Post 4984518)
So I have a problem.

Yes, you do: learning how to read. TobiSGD said,
Code:

sudo apt-get update
and you entered
Code:

sudo apt-get install updates
Do you see your mistake?
After that enter TobiSGD's 2nd command:
Code:

sudo apt-get upgrade
Notice the word "install" does not appear in either command. Got it?
jdk

Novatian 07-05-2013 03:51 AM

Fetched 560 kB in 9s (58.8 kB/s)
Reading package lists... Done
W: GPG error: http://au.archive.ubuntu.com precise Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
bren@bren-Inspiron-410:~$

New results and upgrading.

Setting up chromium-browser-l10n (28.0.1500.52-0ubuntu1.12.04.2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.2.0-37-lowlatency-pae
bren@bren-Inspiron-410:~$

Looks like it is done, thanks.


All times are GMT -5. The time now is 11:06 PM.