Deb installation does not work?

be
5

I wanted to download shashlik because Anbox is no longer running on my Linux laptop.

I get the following error messages:

root @ ArneLinux: / home / arne / Downloads # apt-get -f install shashlik_0.9.3.deb
Package lists are read… Done
Dependency tree is built.
Status information is read in… Done
E: Package shashlik_0.9.3.deb can't be found.
E: No package could be found using the pattern »shashlik_0.9.3.deb«.
E: No package could be found using the regular expression "shashlik_0.9.3.deb".

I've already tried it without -f…

Same error messages.

So

Possibly a typo in the filename? Otherwise give it a try

dpkg -i file.deb

then apt-get -f install

be

The file is called exactly like that, I'll try it out

be

Now I get the following error:

dpkg: error editing package shashlik (--install):
Dependency issues - left unconfigured
Errors occurred while editing:
shashlik

So

Yes fine Then there are no other packages in the dependency. Now try apt-get -f install again

be

Worked thanks