Xmetalfanx / linuxSetup

Xmetal's Linux Scripts
GNU General Public License v3.0
2 stars 2 forks source link

DEB install change? #269

Closed Xmetalfanx closed 1 year ago

Xmetalfanx commented 1 year ago

for some reason i just found out that apt itself can do it .. so do i really need gdebi or dpkg -i code? .... i think using apt would be simiplier

Xmetalfanx commented 1 year ago

issue until refactoring i see is that i may be doing sudo gdebi foo.deb ... with apt i need to pass the ABSOLUTE path not just the DEB name.

not an issue ... just need to possibly refactor some ways i do stuff

addition: apt also doesn't take URLS to DEBs like i think gdebi can .... so "am i making this more complicated?" comes to mind

Xmetalfanx commented 1 year ago

i need to hide (example) the following line or refactor to keep it from happening in the first place N: Download is performed unsandboxed as root as file '/home/xmetal/Downloads/deadbeef-static_1.9.5-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

Xmetalfanx commented 1 year ago

two holdups