LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   command line v Software centre install (https://www.linuxquestions.org/questions/linux-newbie-8/command-line-v-software-centre-install-4175425288/)

riscxman 09-02-2012 02:25 PM

command line v Software centre install
 
Last week I installed Lubuntu 12.04 and have been delighted with it.
Now I would like to install an ftp server and have been convinced
by reviews on the web that vsftpd is a suitable program.

Unfortunately it is not listed in the Lubuntu Software Store.

I am not very confident using the command line so I have some questions:

If I install vsftpd via the command line, does it do the same things as an install via the software centre?

Is there another way (GUI) to install software that is not in the software centre?

Lastly and perhaps naively, why is vsftpd not in the Ubuntu Software centre?

Buto 09-02-2012 02:30 PM

installing from software center and command line is the same thing.

If you find the .deb file from the website of whoever makes the software or from sourceforge, you can install it via the GUI or double clicking it.

you can just jump into the terminal and type

Quote:

sudo apt-get install vsftpd

segmentation_fault 09-02-2012 02:48 PM

Actually, for a .deb package you need to type
Code:

# dpkg -i package.deb

TobiSGD 09-02-2012 04:04 PM

Quote:

Originally Posted by riscxman (Post 4770788)
Last week I installed Lubuntu 12.04 and have been delighted with it.
Now I would like to install an ftp server and have been convinced
by reviews on the web that vsftpd is a suitable program.

I use it myself for my home-server, easy to configure and reliable.

Quote:

If I install vsftpd via the command line, does it do the same things as an install via the software centre?
Yes.
Quote:

Is there another way (GUI) to install software that is not in the software centre?
Yes, you can install the Synaptic package manager.
Quote:

Lastly and perhaps naively, why is vsftpd not in the Ubuntu Software centre?
What shows up in the Software Center is decided by the Ubuntu developers, so we can only guess. I would think that they just don't expect people to install server software with the Software Center, since most servers don't run a GUI.

273 09-02-2012 04:06 PM

I think vsftpd is in the software centre but you'll have to look for vsftp not vsftpd. I'd be surprised if it's not in there since it's in the Debian repositories, which is what Ubuntu is based upon.


All times are GMT -5. The time now is 02:41 AM.