I have been unable to extract .rar files from the Archive Manager and so followed some instructions online on how else that can be done.
The xarchiver application does not install from the Software Manager and when I try to install unrar from the terminal, I get the following:
:~$ sudo apt-get install unrar
[sudo] password for:
Reading package lists... Done Building dependency tree Reading state
information... Done Package unrar 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 'unrar' has no installation candidate
Can anyone help me with this? Thank you very much.
apt update
beforeapt install unrar
? What returnsapt search unrar
? – mariaczi Mar 15 '18 at 07:24And what is the command for searching for unrar in the Terminal?
– 53314N Mar 15 '18 at 07:46Check if you have "multiverse" repository enabled on your system.
– mariaczi Mar 15 '18 at 08:00