LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   [SOLVED] Devuan: Which browser am I supposed to use? (https://www.linuxquestions.org/questions/linux-distributions-5/%5Bsolved%5D-devuan-which-browser-am-i-supposed-to-use-4175607006/)

Timothy Miller 05-31-2017 03:19 PM

Quote:

Originally Posted by isometric (Post 5717570)
I selected all the options that the installation shows, but I installed it without connection to the network, that's the reason why I do not have Firefox installed?

Most likely yes. Can you post your sources.list file? Most likely the mirrors aren't there or are disabled.

isometric 05-31-2017 03:43 PM

Quote:

Originally Posted by Timothy Miller (Post 5717579)
Most likely yes. Can you post your sources.list file? Most likely the mirrors aren't there or are disabled.


/etc/apt/sources.list

Code:

# deb cdrom:[Debian GNU/Linux 1.0-final _Jessie_ - Official amd64 CD Binary-1 20170522-03:46]/ jessie main non-free
# deb cdrom:[Debian GNU/Linux 1.0-final _Jessie_ - Official amd64 CD Binary-1 20170522-03:46]/ jessie main non-free

# jessie-security, previously known as 'volatile'
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
deb http://auto.mirror.devuan.org/merged/ jessie-security main non-free
deb-src http://auto.mirror.devuan.org/merged jessie-security main non-free

/etc/apt/sources.list.d/devuan.list

Code:

# autogenerated by devuan-baseconf
# decomment following lines to  enable the developers devuan repository
#deb http://packages.devuan.org/devuan jessie main
#deb-src http://packages.devuan.org/devuan jessie main

*These are disabled, I enabled them, I updated the list of aptitude packages, I tried installing firefox-esr and it didn't work either.


Timothy Miller 05-31-2017 05:03 PM

Try switching to the auto.mirror...not experienced with Devuan, but worth using it to make sure that you're getting an up to date mirror

Code:

deb    http://auto.mirror.devuan.org/merged jessie main
deb-src http://auto.mirror.devuan.org/merged jessie main


isometric 05-31-2017 05:35 PM

Quote:

Originally Posted by Timothy Miller (Post 5717616)
Try switching to the auto.mirror...not experienced with Devuan, but worth using it to make sure that you're getting an up to date mirror

Code:

deb    http://auto.mirror.devuan.org/merged jessie main
deb-src http://auto.mirror.devuan.org/merged jessie main


Working, thank you :) .


All times are GMT -5. The time now is 01:00 AM.