Sunday, September 24, 2023
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 715  / 1 Year ago, wed, may 25, 2022, 12:08:03

I have a problem. I have a .deb file for my ubuntu app, but I want users to be able to install it using the sudo apt-get install command. How would I make it so that anyone can install my .deb file with sudo apt-get install?


More From » apt

 Answers
4

You could read about 'personal package archives' (PPA). That's one method to share a debian packaged program with many other users. To install it then they need to do nothing but this:


sudo add-apt-repository ppa:YOUR-LAUNCHPAD-USERNAME/PPA-NAME 
sudo apt-get update
sudo apt-get install SOFTWARE-NAME

Those PPAs are hosted on Launchpad so there website might be a good place to start at.


[#2080] Friday, May 27, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
erettor

Total Points: 303
Total Questions: 121
Total Answers: 103

Location: Colombia
Member since Mon, May 2, 2022
1 Year ago
erettor questions
;