Monday, May 6, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 7371  / 3 Years ago, tue, november 9, 2021, 2:12:41

I keep trying to install programs, by simply downloading the program, and clicking on it, but I see things are not that simple. Has anyone come up with a simple way to install different programs, without having to rely on Synaptic or Aptitude?



Example: I tried to install a .deb package. Went to the site, downloaded the package, opened up the command line (after making the file executable), the errors began. First there was a dependency file that was required, then there was a public key that was needed, man can someone make this a little bit simpler for a newbie. I think a newbie spends half of his time searching google to figure out how to make things work on Linux. Someone please help make this more simple? Tanks


More From » software-installation

 Answers
0

To install a .deb package, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:



sudo dpkg -i <package_name>.deb


If you get a dependency error, you can run sudo apt-get install -f to download and install dependencies, otherwise; you'll have to install dependencies on your own.



For a new user, its easier to use synaptic , Ubuntu software Center, or apt to install packages. Take a look at How do I install applications in Ubuntu?



For more info on dpkg, see dpkg Command Cheat Sheet


[#27060] Wednesday, November 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gerrin

Total Points: 347
Total Questions: 109
Total Answers: 121

Location: Tanzania
Member since Fri, Oct 29, 2021
3 Years ago
gerrin questions
Sun, Sep 25, 22, 12:20, 2 Years ago
Sat, Sep 11, 21, 20:11, 3 Years ago
Tue, Jan 11, 22, 22:26, 2 Years ago
Thu, Oct 28, 21, 14:34, 3 Years ago
Sat, Mar 12, 22, 10:03, 2 Years ago
;