R
R
raqqe2021-03-18 15:52:54
linux
raqqe, 2021-03-18 15:52:54

Why doesn't sudo apt install install a .deb file?

I'm trying to install dkms but it says the file is not supported

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
ky0, 2021-03-18
@ky0

Because dpkg -i.

S
Sergey Karbivnichy, 2021-03-18
@hottabxp

Because dev != deb.
Check file typefile *.dev

R
Ragnar Black, 2021-04-01
@Ragnar1

you need to specify the path to the .deb file.
if it is in your current directory, then the command will look like this:
apt install ./<package_name>.deb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question