Rock pi e Ubuntu-server :Unable to install Linux-4.4-rockpie-latest # kernel version(>=4.4.194-7-rockchip)

Hello,

I tried to install latest version of linux with this command line :
sudo apt-get install -y linux-4.4-rockpie-latest # kernel version(>=4.4.194-7-rockchip)
but the output i got is:
E: Unable to locate package linux-4.4-rockpie-latest
E: Couldn’t find any package by glob ‘linux-4.4-rockpie-latest’
E: Couldn’t find any package by regex ‘linux-4.4-rockpie-latest’

Is there a way to fix it?

Hi. Please try this command.

sudo apt update
sudo apt install -y linux-4.4-rock-pi-e-latest

hello, tried the commande line but without success, here bellow the out put:

root@rockpie:/home/rock# sudo apt install -y linux-4.4-rock-pi-e-latest
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package linux-4.4-rock-pi-e-latest
E: Couldn’t find any package by glob ‘linux-4.4-rock-pi-e-latest’
E: Couldn’t find any package by regex ‘linux-4.4-rock-pi-e-latest’