Hi Tried to install Firefox with apt-get. "apt-get install MozillaFirefox" But the ver of firefox there is just 1.0.7, is there another way to install the firefox with the apt-get? How can I install it in another way if it is not possible with apt-get? Have tried to just download the compressed file from mozilla.com and have been able to get 1.5 to start but what is the right way to install a program from a compressed file (where do I put it and so on)? Have no knowledge in the world of Linux, but hoping to learn :)..... /Per
On 1/31/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Hi Tried to install Firefox with apt-get. "apt-get install MozillaFirefox" But the ver of firefox there is just 1.0.7, is there another way to install the firefox with the apt-get? How can I install it in another way if it is not possible with apt-get? Have tried to just download the compressed file from mozilla.com and have been able to get 1.5 to start but what is the right way to install a program from a compressed file (where do I put it and so on)? Have no knowledge in the world of Linux, but hoping to learn :)..... /Per
Have you added "mozilla" in your sources.list? There is 1.5. -- -- Svetoslav Milenov (Sunny)
Don't know how, where and how do I do that? /Per On 1/31/06, Sunny <sloncho@gmail.com> wrote:
On 1/31/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Hi Tried to install Firefox with apt-get. "apt-get install MozillaFirefox" But the ver of firefox there is just 1.0.7, is there another way to install the firefox with the apt-get? How can I install it in another way if it is not possible with apt-get? Have tried to just download the compressed file from mozilla.com and have been able to get 1.5 to start but what is the right way to install a program from a compressed file (where do I put it and so on)? Have no knowledge in the world of Linux, but hoping to learn :)..... /Per
Have you added "mozilla" in your sources.list? There is 1.5.
-- -- Svetoslav Milenov (Sunny)
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
-- ******************************************************************************** This is Linux country, on a quiet night you can hear Windows Reboot. ******************************************************************************** The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. ******************************************************************************** Your mouse has moved. Windows must be restarted for the change to take effect. Reboot now? [ OK ] ********************************************************************************
On 1/31/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Don't know how, where and how do I do that? /Per
in /etc/apt/sources.list there should be one or more lines starting with "rpm". Look for the line in which after the url there is "base" component. Just add there at the end of the line "mozilla" component. After you save the file, execute: apt-get update and then: apt-get install MozillaFirefox Note, that all this is from my memory, so some wording may not be precise, but you'll figure it out. -- -- Svetoslav Milenov (Sunny)
Thank's, will take a look at that. What is recomended when running Linux, to install over the old program with the new version or to first uninstall and then install the program? /Per On 1/31/06, Sunny <sloncho@gmail.com> wrote:
On 1/31/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Don't know how, where and how do I do that? /Per
in /etc/apt/sources.list
there should be one or more lines starting with "rpm". Look for the line in which after the url there is "base" component. Just add there at the end of the line "mozilla" component.
After you save the file, execute: apt-get update
and then: apt-get install MozillaFirefox
Note, that all this is from my memory, so some wording may not be precise, but you'll figure it out.
-- -- Svetoslav Milenov (Sunny)
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Per Kustemo wrote:
Thank's, will take a look at that. What is recomended when running Linux, to install over the old program with the new version or to first uninstall and then install the program? /Per
On 1/31/06, Sunny <sloncho@gmail.com> wrote:
On 1/31/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Don't know how, where and how do I do that? /Per
in /etc/apt/sources.list
there should be one or more lines starting with "rpm". Look for the line in which after the url there is "base" component. Just add there at the end of the line "mozilla" component.
After you save the file, execute: apt-get update
and then: apt-get install MozillaFirefox
Note, that all this is from my memory, so some wording may not be precise, but you'll figure it out.
-- -- Svetoslav Milenov (Sunny)
--
Naughty top posting :D apt should take care of all of this for you when you request the software. Depending on whether it is available with your configuration, something like synaptic (apt-get install synaptic) might be useful and could also be easier to use within a graphical desktop. Phil.
Hi Installed Synaptic but got this error msg. Cannot launch entry Details: Failed to execute child process "gksudo" (No such file or directory) Removed it with apt and rebooted and installed it again, same error msg. /Per On 1/31/06, Phil Stopford <phil@ldex.terica.net> wrote:
Per Kustemo wrote:
Thank's, will take a look at that. What is recomended when running Linux, to install over the old program with the new version or to first uninstall and then install the program? /Per
On 1/31/06, Sunny <sloncho@gmail.com> wrote:
On 1/31/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Don't know how, where and how do I do that? /Per
in /etc/apt/sources.list
there should be one or more lines starting with "rpm". Look for the line in which after the url there is "base" component. Just add there at the end of the line "mozilla" component.
After you save the file, execute: apt-get update
and then: apt-get install MozillaFirefox
Note, that all this is from my memory, so some wording may not be precise, but you'll figure it out.
-- -- Svetoslav Milenov (Sunny)
--
Naughty top posting :D
apt should take care of all of this for you when you request the software.
Depending on whether it is available with your configuration, something like synaptic (apt-get install synaptic) might be useful and could also be easier to use within a graphical desktop.
Phil.
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
-- ******************************************************************************** This is Linux country, on a quiet night you can hear Windows Reboot. ******************************************************************************** The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. ******************************************************************************** Your mouse has moved. Windows must be restarted for the change to take effect. Reboot now? [ OK ] ********************************************************************************
Hi This is the contence of that file. ------------------------- # # Safe sources.list file generated by install-apt4suse at Sat Jan 7 11:34:05 CET 2006 # # You can manage the components that apprear in this file by editing # UNWANTED_COMPONENTS in the file /etc/install-apt4rpm.conf. # Don't edit this variable unless you know what you do !!! # # This file is based on the content of the full components list file: # ftp://ftp4.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386/examples/sources.list.FTP # # Don't remove the following line. # DEFAULT_MIRROR = ftp://ftp4.gwdg.de/pub/linux/suse/apt # # # Repository created by: aptate (version 0.69.3) # At: Sat Jan 7 10:00:35 MET 2006 # More info about aptate at: http://apt4rpm.sourceforge.net # rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 rpmkeys rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 base rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 java rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 extra rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 gnome rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 mozilla rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 openoffice rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-agirardet rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-hthen rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-liviudm rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-rbos rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-crauch rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 jacklab rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-oc2pus rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-guru rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-gbv rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-tcousin rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scorot rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scrute rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jogley rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-ollakka rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 funktronics rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kolab rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman-i686 rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kraxel rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 wine rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde3-stable rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 rpmkeys #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 base #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 java #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 extra #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 gnome #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 mozilla #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 openoffice #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-agirardet #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-hthen #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-liviudm #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-rbos #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-crauch #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 jacklab #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-oc2pus #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-guru #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-gbv #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-tcousin #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scorot #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scrute #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jogley #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-ollakka #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 funktronics #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kolab #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman-i686 #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kraxel #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 wine #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde3-stable #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security ------------------------- Seems like I have the "mozilla" already there, can you see anything wrong??? Regards /Per On 1/31/06, Sunny <sloncho@gmail.com> wrote:
On 1/31/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Don't know how, where and how do I do that? /Per
in /etc/apt/sources.list
there should be one or more lines starting with "rpm". Look for the line in which after the url there is "base" component. Just add there at the end of the line "mozilla" component.
After you save the file, execute: apt-get update
and then: apt-get install MozillaFirefox
Note, that all this is from my memory, so some wording may not be precise, but you'll figure it out.
-- -- Svetoslav Milenov (Sunny)
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Still not able to update my firefox with apt-get. It says that I have the same ver as the package and my ver of FF is 1.0.7 Please can someone see if there is anything wrong with my sources.list file, contence below :)... /Per On 1/31/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Hi This is the contence of that file. ------------------------- # # Safe sources.list file generated by install-apt4suse at Sat Jan 7 11:34:05 CET 2006 # # You can manage the components that apprear in this file by editing # UNWANTED_COMPONENTS in the file /etc/install-apt4rpm.conf. # Don't edit this variable unless you know what you do !!! # # This file is based on the content of the full components list file: # ftp://ftp4.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386/examples/sources.list.FTP # # Don't remove the following line. # DEFAULT_MIRROR = ftp://ftp4.gwdg.de/pub/linux/suse/apt # # # Repository created by: aptate (version 0.69.3) # At: Sat Jan 7 10:00:35 MET 2006 # More info about aptate at: http://apt4rpm.sourceforge.net # rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 rpmkeys rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 base rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 java rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 extra rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 gnome rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 mozilla rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 openoffice rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-agirardet rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-hthen rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-liviudm rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-rbos rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-crauch rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 jacklab rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-oc2pus rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-guru rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-gbv rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-tcousin rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scorot rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scrute rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jogley rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-ollakka rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 funktronics rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kolab rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman-i686 rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kraxel rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 wine rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde3-stable rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 rpmkeys #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 base #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 java #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 update #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 extra #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 gnome #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 mozilla #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 openoffice #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-agirardet #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-hthen #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-liviudm #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-rbos #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-crauch #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 jacklab #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-oc2pus #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-guru #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-gbv #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-tcousin #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scorot #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-scrute #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-jogley #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 suser-ollakka #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 funktronics #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kolab #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 packman-i686 #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kraxel #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 wine #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 kde3-stable #rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 security ------------------------- Seems like I have the "mozilla" already there, can you see anything wrong??? Regards /Per
On 1/31/06, Sunny <sloncho@gmail.com> wrote:
On 1/31/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Don't know how, where and how do I do that? /Per
in /etc/apt/sources.list
there should be one or more lines starting with "rpm". Look for the line in which after the url there is "base" component. Just add there at the end of the line "mozilla" component.
After you save the file, execute: apt-get update
and then: apt-get install MozillaFirefox
Note, that all this is from my memory, so some wording may not be precise, but you'll figure it out.
-- -- Svetoslav Milenov (Sunny)
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On 2/2/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Still not able to update my firefox with apt-get. It says that I have the same ver as the package and my ver of FF is 1.0.7 Please can someone see if there is anything wrong with my sources.list file, contence below :)... /Per
On 1/31/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Hi This is the contence of that file. rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/10.0-i386 mozilla
Hmmm, very strange, the mozilla repo is empty for 10.0-i386: <http://ftp4.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386/RPMS.mozilla/> There is Firefox 1.5 for 9.1, 9.2 and 9.3. <http://ftp4.gwdg.de/pub/linux/suse/apt/SuSE/9.3-i386/RPMS.mozilla/> Unfortunately, I do not know whom to contact in order to get that fixed. Anyone knows who maintains the apt repo? Contact info? -- -- Svetoslav Milenov (Sunny)
Op donderdag 2 februari 2006 11:06, schreef Per Kustemo:
Still not able to update my firefox with apt-get. It says that I have the same ver as the package and my ver of FF is 1.0.7 Please can someone see if there is anything wrong with my sources.list file, contence below :)... /Per
Per, let me start with saying that you can expect problems with the sources.list file that you have now. It contains all kinds of apt components that are experential such as kolab, kraxel, etc. Please make up your mind and select only those components that you really know what they deliver!! The standard ones are: base, update and security. The rest are addons and should be selected wisely. Furthermore use the information from this link: http://linux01.gwdg.de/apt4rpm/home.html#contents It explains how to determine which component provides FF. MozillaFirefox;1.5-0.1;i586;suse-projects Now remove all the redundant apt components from your sources.list file and suse-projects to install firefox. After Firefox has been installed remove of comment out suse-projects from the sources.list file. This way you keep a nice stable system. -- Richard Bos Without a home the journey is endless
On 31.01.06,19:05, Per Kustemo wrote: Don't know how, where and how do I do that? /Per On 1/31/06, Sunny <sloncho@gmail.com> wrote:
On 1/31/06, Per Kustemo <per.kustemo@gmail.com> wrote:
Hi Tried to install Firefox with apt-get. "apt-get install MozillaFirefox" But the ver of firefox there is just 1.0.7, is there another way to install the firefox with the apt-get? How can I install it in another way if it is not possible with apt-get? Have tried to just download the compressed file from mozilla.com and have been able to get 1.5 to start but what is the right way to install a program from a compressed file (where do I put it and so on)? Have no knowledge in the world of Linux, but hoping to learn :)..... /Per
Have you added "mozilla" in your sources.list? There is 1.5.
You can add "mozilla" to the component list in /etc/apt/sources.list. Then do an "apt update" and "apt install MozillaFirefox". - Jostein
-- --
-- Jostein Berntsen <jbernts@broadpark.no>
participants (5)
-
Jostein Berntsen
-
Per Kustemo
-
Phil Stopford
-
Richard Bos
-
Sunny