You are not logged in.
Pages: 1
root@kaos:/home/keos# LANG=C apt-get install rar
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package rar 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 'rar' has no installation candidate
root@kaos:/home/keos#
Last edited by keos (2018-08-14 12:20:28)
devuan_ascii_2.0.0-rc_amd64_desktop-live.iso [Xfce]
Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]
Offline
rar/unrar is in non-free. You would need to add non-free to your sources.list to install it.
Offline
This is my sources.list:
## package repositories
deb http://pkgmaster.devuan.org/merged/ ascii main
deb http://pkgmaster.devuan.org/merged/ ascii-updates main
deb http://pkgmaster.devuan.org/merged/ ascii-security main
deb http://pkgmaster.devuan.org/merged/ ascii-backports main
## source repositories
deb-src http://pkgmaster.devuan.org/merged/ ascii main
deb-src http://pkgmaster.devuan.org/merged/ ascii-updates main
deb-src http://pkgmaster.devuan.org/merged/ ascii-security main
deb-src http://pkgmaster.devuan.org/merged/ ascii-backports main
deb http://kovacsoltvideo.hu/moonchildproductions/ ./
I forgot, i don't see any:
https://devuan.org/os/etc/apt/sources.list
Last edited by keos (2018-08-13 12:14:22)
devuan_ascii_2.0.0-rc_amd64_desktop-live.iso [Xfce]
Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]
Offline
This is my sources.list:
## package repositories deb http://pkgmaster.devuan.org/merged/ ascii main deb http://pkgmaster.devuan.org/merged/ ascii-updates main deb http://pkgmaster.devuan.org/merged/ ascii-security main deb http://pkgmaster.devuan.org/merged/ ascii-backports main ## source repositories deb-src http://pkgmaster.devuan.org/merged/ ascii main deb-src http://pkgmaster.devuan.org/merged/ ascii-updates main deb-src http://pkgmaster.devuan.org/merged/ ascii-security main deb-src http://pkgmaster.devuan.org/merged/ ascii-backports main deb http://kovacsoltvideo.hu/moonchildproductions/ ./
I forgot, i don't see any:
deb.devuan.org is a round-robin of load balanced servers that mirror pkgmaster.
Online
I don't undesrtand what you say all available repos are marked o in my sources.list but i can't get rar
Last edited by keos (2018-08-13 14:23:18)
devuan_ascii_2.0.0-rc_amd64_desktop-live.iso [Xfce]
Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]
Offline
rar and unrar are both in the non-free area, so you'll need to include that in your sources:
deb http://pkgmaster.devuan.org/merged/ ascii main non-free
and update, then install.
Offline
pkgmaster works but deb.devuan.org is now recommended/default
Online
after add the line you recomended and apt-get update:
root@kaos:/home/keos# LANG=C apt-get update
Hit:1 http://pkgmaster.devuan.org/merged ascii InRelease
Hit:2 http://pkgmaster.devuan.org/merged ascii-updates InRelease
Hit:3 http://pkgmaster.devuan.org/merged ascii-security InRelease
Hit:4 http://pkgmaster.devuan.org/merged ascii-backports InRelease
Ign:5 http://kovacsoltvideo.hu/moonchildproductions ./ InRelease
Hit:6 http://kovacsoltvideo.hu/moonchildproductions ./ Release
Reading package lists... Done
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:13
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:13
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:13
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:13
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:13
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:13
root@kaos:/home/keos#
devuan_ascii_2.0.0-rc_amd64_desktop-live.iso [Xfce]
Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]
Offline
I suppose it's also possible to make it a single source line, i.e., replace the one you had (that matches the beginning of the one I suggested) with the one I suggested. That should have the same effect but without the warnings.
Offline
I may be wrong, but I'm thinking that keos may have added the entire line (that ralph.ronnquist posted) to his sources.list instead of only adding the word non-free to his already existing lines.
If I'm wrong, I apologize.
I have been Devuanated, and my practice in the art of Devuanism shall continue until my Devuanization is complete. Until then, I will strive to continue in my understanding of Devuanchology, Devuanprocity, and Devuanivity.
Veni, vidi, vici vdevuaned. I came, I saw, I Devuaned.
Offline
For the third time . . . there can be issues with pkgmaster. Use deb.devuan.org instead.
Online
MiyoLinux, thanks! i was adding the entire line ...
devuan_ascii_2.0.0-rc_amd64_desktop-live.iso [Xfce]
Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]
Offline
Pages: 1