E Package Apache2 Has No Installation Candidate Dashboard

E Package Apache2 Has No Installation Candidate Dashboard Average ratng: 4,4/5 802 votes

I’m following the official Docker installation guide for docker-ce on Ubuntu. When I get to sudo apt install docker-ce I get E: Package 'docker-ce' has no installation candidate.

OwnCloud provides data access using web interface. It also provides options to sync and share across devices—all under your control. Using ownCloud we can easily implement restrictions on file (ACLs) per user.

OwnCloud provides its desktop clients (Windows, MAC, Linux) as well as mobile apps (Android and iPhone) to keep our data sync on your device. This tutorial will help you to install ownCloud 10 on Ubuntu 18.04 LTS & 16.04 LTS systems. Step 1 – Install LAMP Server To start setup with ownCloud, we first need to set up a running LAMP server. If you have already running LAMP stack skip this step else use followings commands to set up the LAMP on Ubuntu system.

Install PHP Install PHP 5.6 or higher version on your Debian system sudo apt-get install python-software-properties sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get install -y php php-gd php-curl php-zip php-dom php-xml php-simplexml php-mbstring Install Apache2 sudo apt-get install -y apache2 libapache2-mod-php Install MySQL sudo apt-get install -y mysql-server php-mysql Step 2 – Download ownCloud Source After successfully configuring lamp server on your system, Let’s download latest ownCloud from its. Cd /tmp wget Now extract downloaded archive under website document root and setup appropriate permissions on files and directories. Cd /var/www/html sudo tar xjf /tmp/owncloud-10.0.7.tar.bz2 sudo chown -R www-data:www-data owncloud sudo chmod -R 755 owncloud Now, remove the archive file. Sudo rm -f /tmp/owncloud-10.0.7.tar.bz2 Step 3 – Create MySQL Database and User After extracting code, let’s create a MySQL database and user account for configuring ownCloud. Use following set of command to login to MySQL server and create database and user. $ mysql -u root -p Enter password: mysql> CREATE DATABASE owncloud; mysql> GRANT ALL ON owncloud.* to 'owncloud'@'localhost' IDENTIFIED BY '_password_'; mysql> FLUSH PRIVILEGES; mysql> quit Step 4 – Install ownCloud with Web Installer Now access the ownCloud directory on a web browser as below. Change localhost to your server IP address or domain name.

Localhost/owncloud/ Enter new admin credentials to create an admin account and provide the location of the data folder. Now slide your page down and input the database credentials and click on Finish Setup. After completing setup you will get admin dashboard.

Where you can create user, groups, assigned them permissions etc. :~$ sudo apt-get install -y php5 php5-gd php5-curl php5-zip php5-dom php5-xml php5-simplexml Reading package lists Done Building dependency tree Reading state information Done Package php5 is not available, but is referred to by another package. Hum saath saath hain movie download 1080p. This may mean that the package is missing, has been obsoleted, or is only available from another source Package php5-gd is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package ‘php5’ has no installation candidate E: Package ‘php5-gd’ has no installation candidate E: Unable to locate package php5-curl E: Unable to locate package php5-zip E: Unable to locate package php5-dom E: Unable to locate package php5-xml E: Unable to locate package php5-simplexml:~$ •. Hi, Melvin, PHP5 is replaced by PHP-7.0. I’ve found a good work-through here, which I was able to set up very quickly.

After starting from scratch several times (I mean, fresh install of OS, just to make sure everything was clean), this worked. I’m moving on to the step of actually installing OwnCloud, but I’ve got the SSL working and phpmyadmin set up (haven’t tried accessing https from outside my home network – which gave me a hang-up on previous attempts!

Candidate

Anyway, you can see the tutorial here: •. Forgot to say: 1) On the step with the heading, “Installing MariaDB as MySQL replacement,” DO NOT follow the instructions to press Enter when you see the prompt, “Enter current password for root (enter for none):,” and the instructions are given, “. I’ve been having a problem installing owncloud on Mint 17.3.