0
gdebi, dpkg?
Nawet apt potrafi.
Nawet apt potrafi.
Cytat:So if you have a .deb file, you can install it by:
Using:
sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
Using:
sudo apt install ./name.deb
Or
sudo apt install /path/to/package/name.deb
With old apt-get versions you must first move your deb file to /var/cache/apt/archives/ directory. For both, after executing this command, it will automatically download its dependencies.
First installing gdebi and then opening your .deb file using it (Right-click -> Open with). It will install your .deb package with all its dependencies.
Note: APT maintains the package index which is a database of available packages available in repo defined in /etc/apt/sources.list file and in the /etc/apt/sources.list.d directory. All these methods will fail to satisfy the software dependency if the dependencies required by the deb is not present in the package index.
Zasady forum | Poradniki i najczęstsze pytania | 90% odpowiedzi na wszystkie pytania
A imię jego czterdzieści i cztery.
A imię jego czterdzieści i cztery.