Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Installation & Upgrades
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Installation & Upgrades
For questions about upgrading and installation of your new Ubuntu OS.

 
Thread Tools Display Modes
Old July 13th, 2008   #1
oalexandrino
5 Cups of Ubuntu
 
oalexandrino's Avatar
 
Join Date: Nov 2007
Beans: 18
[SOLVED] firefox-2 is not available for ubuntu 80.4

hello,

I've been trying to install firefox-2 under ubuntu 8.04.

but I'm not being able to do that.

take a look below what I get when I try to remove firefox3 and install firefox2

- after I have removed firefox 3, i run the following command

oalexandrino@oalexandrino:/usr/bin$ sudo apt-get install firefox-2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package firefox-2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package firefox-2 has no installation candidate
oalexandrino@oalexandrino:/usr/bin$

what's wrong?

any idea?
oalexandrino is offline   Reply With Quote
Old July 13th, 2008   #2
tech0007
Way Too Much Ubuntu
 
tech0007's Avatar
 
Join Date: Sep 2007
Beans: 207
Ubuntu 8.04 Hardy Heron
Re: firefox-2 is not available for ubuntu 80.4

Check that you have 'universe' enabled in 'Software Sources'. then do 'sudo apt-get update' && 'sudo apt-get firefox-2'
tech0007 is offline   Reply With Quote
Old July 13th, 2008   #3
Pumalite
Only Linux
 
Pumalite's Avatar
 
Join Date: Mar 2007
Location: Here & Now
Beans: 16,525
Ubuntu 10.04 Lucid Lynx
Send a message via Yahoo to Pumalite Send a message via Skype™ to Pumalite
Re: firefox-2 is not available for ubuntu 80.4

You have to have 3.0, then add:
sudo aptitude install firefox-2
__________________

Dr. Fernando Duran Dollenz
Libertad 584
6824871
Pumalite is offline   Reply With Quote
Old July 13th, 2008   #4
aysiu
Macbook Pro and HP Mini 1120nr
 
aysiu's Avatar
 
Join Date: May 2005
Location: US
My beans are hidden!
Ubuntu 10.04 Lucid Lynx
Re: firefox-2 is not available for ubuntu 80.4

Can you post the output of this command?
Code:
cat /etc/apt/sources.list
__________________
tutorials | blog |
advice | more advice
aysiu is online now   Reply With Quote
Old July 13th, 2008   #5
oalexandrino
5 Cups of Ubuntu
 
oalexandrino's Avatar
 
Join Date: Nov 2007
Beans: 18
Re: firefox-2 is not available for ubuntu 80.4

Quote:
Originally Posted by Pumalite View Post
You have to have 3.0, then add:
sudo aptitude install firefox-2
after I run the command above, look at what I got

oalexandrino@oalexandrino:~$ sudo aptitude install firefox-2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done
No candidate version found for firefox-2
No candidate version found for firefox-2
The following packages are unused and will be REMOVED:
xulrunner-1.9-gnome-support
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 152kB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
(Reading database ... 132646 files and directories currently installed.)
Removing xulrunner-1.9-gnome-support ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done
oalexandrino is offline   Reply With Quote
Old July 13th, 2008   #6
oalexandrino
5 Cups of Ubuntu
 
oalexandrino's Avatar
 
Join Date: Nov 2007
Beans: 18
Re: firefox-2 is not available for ubuntu 80.4

Quote:
Originally Posted by aysiu View Post
Can you post the output of this command?
Code:
cat /etc/apt/sources.list
look

Code:
# deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://br.archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.

deb http://br.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy-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://br.archive.ubuntu.com/ubuntu/ gutsy universe
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy universe
deb http://br.archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy-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://br.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb http://br.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy-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://br.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy-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 gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy main multiverse
deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
oalexandrino is offline   Reply With Quote
Old July 13th, 2008   #7
oalexandrino
5 Cups of Ubuntu
 
oalexandrino's Avatar
 
Join Date: Nov 2007
Beans: 18
Re: firefox-2 is not available for ubuntu 80.4

Quote:
Originally Posted by aysiu View Post
Can you post the output of this command?
Code:
cat /etc/apt/sources.list
look

Code:
# deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://br.archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.

deb http://br.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy-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://br.archive.ubuntu.com/ubuntu/ gutsy universe
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy universe
deb http://br.archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy-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://br.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb http://br.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy-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://br.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ gutsy-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 gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy main multiverse
deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
the following command doesn't install anything



Code:
sudo apt-get install firefox-2
oalexandrino is offline   Reply With Quote
Old July 13th, 2008   #8
aysiu
Macbook Pro and HP Mini 1120nr
 
aysiu's Avatar
 
Join Date: May 2005
Location: US
My beans are hidden!
Ubuntu 10.04 Lucid Lynx
Re: firefox-2 is not available for ubuntu 80.4

Can you also post the output of this command?
Code:
cat /etc/lsb-release
__________________
tutorials | blog |
advice | more advice
aysiu is online now   Reply With Quote
Old July 13th, 2008   #9
oalexandrino
5 Cups of Ubuntu
 
oalexandrino's Avatar
 
Join Date: Nov 2007
Beans: 18
Re: firefox-2 is not available for ubuntu 80.4

Quote:
Originally Posted by aysiu View Post
Can you also post the output of this command?
Code:
cat /etc/lsb-release
hi!

take a look

Code:
oalexandrino@oalexandrino:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu 8.04"
oalexandrino@oalexandrino:~$
oalexandrino is offline   Reply With Quote
Old July 13th, 2008   #10
aysiu
Macbook Pro and HP Mini 1120nr
 
aysiu's Avatar
 
Join Date: May 2005
Location: US
My beans are hidden!
Ubuntu 10.04 Lucid Lynx
Re: firefox-2 is not available for ubuntu 80.4

Okay. The problem is you're running Ubuntu 8.04 (Hardy Heron), but your repositories are mainly for Ubuntu 7.10 (Gutsy Gibbon).

So let's get you a fresh repositories list and try again.

Let's save the old list somewhere:
Code:
sudo mv /etc/apt/sources.list
and create a new list
Code:
gksudo gedit /etc/apt/sources.list
In the new text editor window, paste in
Code:
deb http://archive.canonical.com/ubuntu hardy partner

deb http://br.archive.ubuntu.com/ubuntu/ hardy main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu/ hardy-security universe main multiverse restricted
deb http://br.archive.ubuntu.com/ubuntu/ hardy-updates universe main multiverse restricted

deb http://packages.medibuntu.org/ hardy free non-free
then save the file and exit the text editor.
Code:
sudo apt-get update
sudo apt-get install firefox-2
__________________
tutorials | blog |
advice | more advice
aysiu is online now   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:47 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry