![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Location: Mexico City
Beans: 6
Ubuntu 7.04 Feisty Fawn
|
Hi I'm having problems with basic installations I don't know if my connection is restricting me or something but when I ping outside (google.com) I get an answer
I was trying to install java 6 Code:
apt-get install sun-java6-jdk sun-java6-jdk sun-java6-plugin sun-java6-bin Code:
Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package sun-java6-jdk Code:
## See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to ## newer versions of the distribution. ## Add comments (##) in front of any line to remove it from being checked. ## Use the following sources.list at your own risk. ## Uncomment deb-src if you wish to download the source packages ## If you have a install CD you can add it to the reposity using 'apt-cdrom add' ## which will add a line similar to the following: #deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Beta i386 (20070322.1)]/ feisty main restricted deb http://mx.archive.ubuntu.com/ubuntu/ feisty main restricted #deb-src http://mx.archive.ubuntu.com/ubuntu/ feisty main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://mx.archive.ubuntu.com/ubuntu/ feisty-updates main restricted #deb-src http://mx.archive.ubuntu.com/ubuntu/ feisty-updates main restricted ## 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 ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://mx.archive.ubuntu.com/ubuntu/ feisty universe #deb-src http://mx.archive.ubuntu.com/ubuntu/ feisty 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://mx.archive.ubuntu.com/ubuntu/ feisty multiverse #deb-src http://mx.archive.ubuntu.com/ubuntu/ feisty 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://mx.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse #deb-src http://mx.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu feisty-security main restricted #deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted deb http://security.ubuntu.com/ubuntu feisty-security universe #deb-src http://security.ubuntu.com/ubuntu feisty-security universe deb http://security.ubuntu.com/ubuntu feisty-security multiverse #deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse ## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.) ## Medibuntu - Ubuntu 7.04 "feisty fawn" ## Please report any bug on https://launchpad.net/products/medibuntu/+bugs deb http://medibuntu.sos-sts.com/repo/ feisty free non-free #deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free ## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu ## servers. RealPlayer10, Opera, DesktopSecure and more to come.) deb http://archive.canonical.com/ubuntu feisty-commercial main ## enlightenment e17 beta, use at your own risk ## E17 is in Beta and may break or break your system #deb http://edevelop.org/pkg-e/ubuntu feisty e17 #deb http://e17.dunnewind.net/ubuntu feisty e17 #deb-src http://edevelop.org/pkg-e/ubuntu feisty e17 I'll apreciate any suggestions PME |
|
|
|
|
|
#2 | |
|
Iced Blended Vanilla Crème Ubuntu
![]() Join Date: Mar 2007
Location: Birthplace of Hockey
Beans: 2,735
Kubuntu 9.04 Jaunty Jackalope
|
Re: Basic Installation
Quote:
Code:
sudo aptitude install sun-java6-jre sun-java6-jdk sun-java6-plugin sun-java6-fonts That should do it, oh and I see your using Ubuntuguide's source list, good man |
|
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Jun 2006
Beans: 48
Ubuntu 7.04 Feisty Fawn
|
Re: Basic Installation
I use aptitude rather than apt-get since it is interactive, so I can see exactly which packages are available (no typos
|
|
|
|
|
|
#4 | |
|
Iced Blended Vanilla Crème Ubuntu
![]() Join Date: Mar 2007
Location: Birthplace of Hockey
Beans: 2,735
Kubuntu 9.04 Jaunty Jackalope
|
Re: Basic Installation
Quote:
That should be it, have fun with Java apps. I also use aptitude as was in my command |
|
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Location: Mexico City
Beans: 6
Ubuntu 7.04 Feisty Fawn
|
Re: Basic Installation
thanks for the help, so far I tried aptitude instead of apt-get but this is what I get
Code:
root@pichoWorkshopUbuntu:~# aptitude install sun-java6-jre sun-java6-jdk sun-java6-plugin sun-java6-bin Reading package lists... Done Building dependency tree Reading state information... Done Initializing package states... Done Building tag database... Done Couldn't find any package whose name or description matched "sun-java6-jre" Couldn't find any package whose name or description matched "sun-java6-jdk" Couldn't find any package whose name or description matched "sun-java6-plugin" Couldn't find any package whose name or description matched "sun-java6-bin" No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 0B will be used. |
|
|
|
|
|
#6 | |
|
Iced Blended Vanilla Crème Ubuntu
![]() Join Date: Mar 2007
Location: Birthplace of Hockey
Beans: 2,735
Kubuntu 9.04 Jaunty Jackalope
|
Re: Basic Installation
Quote:
Code:
sudo aptitude search sun-java Code:
ping mx.archive.ubuntu.com If both check out, thats really weird.... I of course will offer a suggestion, I think I know what might fix this if both check out. |
|
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Location: Mexico City
Beans: 6
Ubuntu 7.04 Feisty Fawn
|
Starcraft.man I have ping to mx.archive.ubuntu.com
If your suggestion was to run Code:
aptitude update Thank ALL of you guys for pitching in |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|