LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Question about updating repositories and package managers (https://www.linuxquestions.org/questions/linux-newbie-8/question-about-updating-repositories-and-package-managers-585976/)

jacatone 09-19-2007 11:32 PM

Question about updating repositories and package managers
 
I'm using Kubuntu 7.04 using the Adept PM. When I update the package repositories, I'm not actually installing anything, right?

From what I've read, Adept or Synaptic package managers are just graphical front ends for apt and apt is an advanced front-end for dpkg. What then is dpkg?

Do I even need Adept? Could I remove it and just use a terminal based updater and installer? Thanks.

{BBI}Nexus{BBI} 09-20-2007 12:55 AM

Quote:

Originally Posted by jacatone (Post 2897503)
I'm using Kubuntu 7.04 using the Adept PM. When I update the package repositories, I'm not actually installing anything, right?

Correct.

Quote:

From what I've read, Adept or Synaptic package managers are just graphical front ends for apt and apt is an advanced front-end for dpkg. What then is dpkg?
See here: http://en.wikipedia.org/wiki/Dpkg

Quote:

Do I even need Adept? Could I remove it and just use a terminal based updater and installer? Thanks.
Why remove it, just go ahead and use the terminal.

tommcd 09-20-2007 01:01 AM

Just updating the repositories does not actually install anything, you have to accept the updates to install them. I use ubuntu. In ubuntu you can just click system > administration > update manager to check for and install updates. I assume kubuntu has that also. Synaptic/Adept are gui front ends for apt-get. To update repositories from terminal do "sudo apt-get update". To check for updates and choose to install them (or not) do "sudo apt-get upgrade". I would not uninstall adept, but you can use apt-get to install/uninstall anything instead of synaptic/adept.
See these:
http://www.archive.org/details/Insta...pdates_Kubuntu
http://www.psychocats.net/ubuntu/installingsoftware
and if you really want to learn how to use apt from terminal (recommended) read the apt how to:
http://www.debian.org/doc/manuals/de...l/ch-dpkg.html
APT is very versatile, more so than synaptic.


All times are GMT -5. The time now is 10:59 PM.