Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

Can't find ZSH package in 2022.10-1-x86-64-kde

Started by gabvil, December 01, 2022, 07:49:03 PM

Previous topic - Next topic

gabvil

Hi all,



Tried to install ZSH in the rolling version, but isn't available in the repos.

root@virtualbox:~# apt search zsh  
Ordenando... Hecho  
Buscar en todo el texto... Hecho  
root@virtualbox:~# 
 
Fresh install, do I've to add any additional repo into Sparky?

 

root@virtualbox:/etc/apt/sources.list.d# cat *.list  
# Liquorix kernel  
deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/liquorix-keyring.gpg] http://liquorix.net/debian bookworm main  
deb-src [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/liquorix-keyring.gpg] http://liquorix.net/debian bookworm main  
### sparky core repository is used by all sparky editions  
deb [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ core main  
deb-src [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ core main  
 
### sparky orion repository  
deb [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ orion main  
deb-src [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ orion main  
 
# sparky unstable repository  
deb [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ unstable main  
deb-src [signed-by=/usr/share/keyrings/sparky.gpg.key] https://repo.sparkylinux.org/ unstable main  
root@virtualbox:/etc/apt/sources.list.d#

According to https://sparkylinux.org/sparky-repository/ I've what's needed.

Thanks and regards.

pavroo

Nothing is easy as it looks. Danielle Steel

gabvil

Quote from: pavroo on December 01, 2022, 08:18:52 PMTry to install 'zfsutils-linux'

Tried but's not available:

gabriel@virtualbox:~$ sudo -i  
[sudo] contraseña para gabriel:   
root@virtualbox:~# apt install zfsutils-linux  
Leyendo lista de paquetes... Hecho  
Creando árbol de dependencias... Hecho  
Leyendo la información de estado... Hecho  
El paquete zfsutils-linux no está disponible, pero algún otro paquete hace referencia  
a él. Esto puede significar que el paquete falta, está obsoleto o sólo se  
encuentra disponible desde alguna otra fuente  
 
E: El paquete «zfsutils-linux» no tiene un candidato para la instalación  
root@virtualbox:~# apt search zfs  
Ordenando... Hecho  
Buscar en todo el texto... Hecho  
parted/now 3.5-3 amd64 [instalado, local]  
disk partition manipulator  
 
root@virtualbox:~#  

*It's in spanish, but I think you get it, there's no "zfsutils-linux" package.

pavroo

It's impossible.
sudo apt update
sudo apt policy zfsutils-linux

zfsutils-linux:
  Zainstalowana: (brak)
  Kandydująca:   2.1.6-3
  Tabela wersji:
     2.1.6-3 500
        500 http://deb.debian.org/debian bookworm/contrib amd64 Packages

It is in Debian contrib repos, so make sure you have it enabled.
Nothing is easy as it looks. Danielle Steel

pavroo

Hold on, you need 'zsh', the shell, right, not 'zfs'?
apt policy zsh
zsh:
  Zainstalowana: (brak)
  Kandydująca:   5.9-2
  Tabela wersji:
     5.9-2 500
        500 http://deb.debian.org/debian bookworm/main amd64 Packages
If yes, it is in debian main repos anyway.
Nothing is easy as it looks. Danielle Steel

gabvil

Quote from: pavroo on December 01, 2022, 09:43:31 PMHold on, you need 'zsh', the shell, right, not 'zfs'?
apt policy zsh
zsh:
  Zainstalowana: (brak)
  Kandydująca:   5.9-2
  Tabela wersji:
     5.9-2 500
        500 http://deb.debian.org/debian bookworm/main amd64 Packages
If yes, it is in debian main repos anyway.


That's right! It's zsh, do I need to setup those Debian repos?
Since they are not set on my current sources.

Regards.-

pavroo

Sparky uses Debian repos as default, stored in:
/etc/apt/sources.listDo you have it?
Looks like you use Sparky rolling "orion" repos so Debian "bookworm" is required too.
Nothing is easy as it looks. Danielle Steel

View the most recent posts on the forum