LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I have ubuntu server (14.10) and I want to use internet (https://www.linuxquestions.org/questions/linux-newbie-8/i-have-ubuntu-server-14-10-and-i-want-to-use-internet-4175532697/)

what is 02-01-2015 08:44 AM

I have ubuntu server (14.10) and I want to use internet
 
hello, I changed ubuntu 11 to ubuntu 14.10.

At the time of installation, I chose only open ssh for installation and I installed successfully.
now, I have not apache2, because when I typed
Code:

sudo apt-get install apache2
I see:
Code:

Unable to locate package apache2

It is clear I have not apache2.now,I want to connect in internet and install it.

thanks.

wpeckham 02-01-2015 09:46 AM

apache2
 
1. Check that you have an internet connection, you may not be reaching the repos. if not fix this first.
2. Check that your apt is installed and working. (try 'apt-get update') if not fix this first.
3. Check that your repos has apache under the expected name. Try "apt-cache search apache|grep ^apa" and see what lists.

If you detect a problem with any one of those, we will be right here.

what is 02-01-2015 03:39 PM

I can to use the following code:
Code:

wget https://google.com
but I can not see a google site like thing that I see in my browser (firefox) in my windows.

what is 02-02-2015 02:52 AM

Regarding the previous post, my connection is active.

now, when I use the following code:

Code:

sudo apt-get install xfce4 xfce4-goodies tightvncserver
I see the following message:
Code:

Unable to locate package xfce4-goodies
I use virtual Box and I have ubuntu server 14.10 in my VM.

thanks.

what is 02-02-2015 03:54 AM

please help me.please.

I changed my ubuntu server to ubuntu server 14 .and I search in google but I cannot to solve this problem.I cannot to installation anything but my connection is active. I want mysql and apache and directadmin and .... and there are these commands in google but I can not.This problem can be other problems.

thanks.

what is 02-02-2015 05:11 AM

3 Attachment(s)
How My Settings:

what is 02-02-2015 05:12 AM

3 Attachment(s)
and more:

what is 02-02-2015 05:16 AM

1 Attachment(s)
and more:
//////////////////////
/////////////////////
/////////////////////

what is 02-02-2015 05:18 AM

2 Attachment(s)
and more:
//////////////////////////
///////////////////////////
//////////////////////////
///////////////////////////
//////////////////////////

what is 02-02-2015 05:19 AM

2 Attachment(s)
and more:
//////////////////////
///////////////////////
//////////////////////
///////////////////////
//////////////////////

wpeckham 02-02-2015 07:13 AM

APT, not system
 
If you have access to the internet then all of those settings are good enough. The problem is NOT in your system settings, but in your apt config. Check and update your sources.list (look in /etc/apt and google for current good listing or use one of the auomated tools for creation).

maples 02-02-2015 07:39 AM

Have you run
Code:

apt-get update


All times are GMT -5. The time now is 04:03 PM.