nevica
Posts: 49
Joined: Mon Jan 06, 2014 10:45 pm
Location: Oxfordshire, UK

Package Manager

Tue Jan 07, 2014 11:40 am

Hello,

I am new to Raspbian so please bare with me.

In the past I have used Debian and on first glance Raspian appears to be a very cut down version of Debian.

In Debian is a package manager where programs (of all sorts) can be downloaded and installed and updated.

Is there an equivalent in Raspian?

Nevica

User avatar
RaTTuS
Posts: 10563
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: Package Manager

Tue Jan 07, 2014 11:43 am

yes - raspbian is debian
apt-get is your package manager
you can install other one on top but

sudo apt-get install package .... will do what you want
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

nevica
Posts: 49
Joined: Mon Jan 06, 2014 10:45 pm
Location: Oxfordshire, UK

Re: Package Manager

Tue Jan 07, 2014 11:48 am

you can install other one on top but.


I don't understand what you mean. Could you speak English please!

User avatar
RaTTuS
Posts: 10563
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: Package Manager

Tue Jan 07, 2014 11:55 am

sorry had finger trouble
you can install other ones ... i.e. synaptic

but
apt-get is perfectly functional
and it's not a *very* cut down debian it is debian
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

nevica
Posts: 49
Joined: Mon Jan 06, 2014 10:45 pm
Location: Oxfordshire, UK

Re: Package Manager

Tue Jan 07, 2014 1:42 pm

Which Synaptics code are you referring to please?

klricks
Posts: 7172
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: Package Manager

Tue Jan 07, 2014 2:32 pm

nevica wrote:Which Synaptics code are you referring to please?
The Raspbian image has a PM already installed - Aptitude.
If you don't have a root password set then you will need to start aptitude from a terminal session instead of the desktop menu.
sudo aptitude
(If you start by the desktop menu then Aptitude will ask for the root password which is not set by default in Raspbian, so you won't be able to install anything)

Aptitude is a text based menu system and is a bit cumbersome to use but not as bad as the command line commands.

I prefer the GUI based Synaptic PM. Install it with the following:
sudo apt-get install synaptic
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

Return to “Beginners”