-
Notifications
You must be signed in to change notification settings - Fork 157
It is bad idea to install packages with dpkg -i
(dependencies will not be satisfied), use apt-get install ./deb-name.deb
instead
#88
Comments
Where you got this Installing with
So it does not work. If you provide application for us (users), please provide include automatic installation of |
have you try running
|
Does not work. Please provide detailed instruction or include automatic mechanism into |
This is my problem too ! |
@BenYamin313 why don't you just download the package and install it? This has been discussed, e.g., in the release notes https://github.com/teejee2008/ukuu/releases/tag/v18.5.1. |
Steps to reproduce:
ukuu
on clean Ubuntu up-to-date (16.04 LTS in my case)sudo ukuu --install-latest
Expected result:
Actual results:
Code hint:
Solution:
apt-get install ./name-of-deb.deb
(wrap it to your code).The text was updated successfully, but these errors were encountered: