Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 877 Bytes

2024-08-02-linux-installation.md

File metadata and controls

29 lines (22 loc) · 877 Bytes
layout title date last_updated description tags categories featured
post
Linux local deb paket installation
2024-08-02 04:24:10 -0700
2024-08-16 01:14:10 -0700
Linux local deb paket installation
linux personalnote
linux
false

draft

Linux lokale Pakete installieren

helpfull information: apt zur Installation lokaler deb-Pakete?

Die Option -f macht hier etwas anderes, als man es von anderen Programmen für diesen Fall tatsächlich gewohnt ist. Du kannst mit apt aber problemlos lokale .deb-Dateien installieren. Du musst nur darauf achten, das der Pfad eindeutig als solcher zu erkennen ist, also mit einem / oder ./ anfängt:

Code: Alles auswählen

# apt install /home/user/foobar.deb
# apt install ./foobar.deb