You are not logged in.
Hello!
How to proceed to install the browser midori on Devuan?
Offline
if you are root on the terminal type:
$ apt install midori
if you are a user with sudo rights
$ sudo apt install midori
if you only know the root password
$ su
pas:
$ apt install midori
Offline
@brday . . . midori 0.5.11-ds1-2~bpo8+1 is available in backports. Add this to your sources.list, download midori and then disable that repository as upgrading everything from backports is _not a good idea_.
http://us.mirror.devuan.org/merged/ jessie-backports main contrib non-free
Then the above commands will be able to find midori.
Offline
@brday -- just in case -- once you add the above mentioned repository to your /etc/apt/sources.list
do a [sudo ] apt-get update then do the [sudo] apt-get install midori
apt or apt-get will both work - [sudo] means whichever option you use from @fungus
then as per @golinux - remove the 'backports' from the sources.list [or just '#' it out ]
'
thanks golinux for the 'backports' info
Offline