sudo wget -O - https://packages.archivematica.org/1.5.x/key.asc | apt-key add -
sudo wget -O - https://packages.archivematica.org/1.5.x/key.asc | sudo apt-key add -
Reading package lists... DoneBuilding dependency tree Reading state information... DoneSome packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:
The following packages have unmet dependencies: archivematica-mcp-client : Depends: bagit but it is not installable Depends: bulk-extractor but it is not installable Depends: ffmpeg (>= 7:3.0) Depends: libavcodec-extra-56 but it is not installable Depends: fits (>= 0.8.4) but it is not installable Depends: nailgun-client but it is not installable Depends: openjdk-7-jre-headless but it is not installable Depends: tika but it is not installableE: Unable to correct problems, you have held broken packages.Ign:17 http://ppa.launchpad.net/archivematica/externals/ubuntu xenial/main DEP-11 64x64 Icons
Err:11 http://ppa.launchpad.net/archivematica/externals/ubuntu xenial/main amd64 Packages 404 Not FoundIgn:12 http://ppa.launchpad.net/archivematica/externals/ubuntu xenial/main i386 PackagesIgn:13 http://ppa.launchpad.net/archivematica/externals/ubuntu xenial/main all PackagesIgn:14 http://ppa.launchpad.net/archivematica/externals/ubuntu xenial/main Translation-en_USIgn:15 http://ppa.launchpad.net/archivematica/externals/ubuntu xenial/main Translation-enIgn:16 http://ppa.launchpad.net/archivematica/externals/ubuntu xenial/main amd64 DEP-11 MetadataIgn:17 http://ppa.launchpad.net/archivematica/externals/ubuntu xenial/main DEP-11 64x64 IconsReading package lists... DoneW: The repository 'http://ppa.launchpad.net/archivematica/externals/ubuntu xenial Release' does not have a Release file.N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.N: See apt-secure(8) manpage for repository creation and user configuration details.W: http://packages.elasticsearch.org/elasticsearch/1.7/debian/dists/stable/Release.gpg: Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1)W: http://packages.archivematica.org/1.5.x/ubuntu/dists/trusty/InRelease: Signature by key 486650CDD6355E25DA542E06C8F04D025236CA08 uses weak digest algorithm (SHA1)E: Failed to fetch http://ppa.launchpad.net/archivematica/externals/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.Version 1.5: Operating System requirement: A current Ubuntu LTS version, which at the moment means version 14.04. The 64 bit Server Edition of Ubuntu 14.04.4 is recommended.
We plan to release a version 1.5.1 which will be available on Ubuntu 12.04, 16.04 and CentOS/Redhat 7 (more information available soon).
Try to use ubuntu 14.04 and you do not use 16.04
I hope this help
Miguel
--
You received this message because you are subscribed to the Google Groups "archivematica" group.
To unsubscribe from this group and stop receiving emails from it, send an email to archivematic...@googlegroups.com.
To post to this group, send email to archiv...@googlegroups.com.
Visit this group at https://groups.google.com/group/archivematica.
For more options, visit https://groups.google.com/d/optout.
sudo service uwsgi restart sudo service nginx restart sudo /etc/init.d/apache2 restart sudo service gearman-job-server restart sudo restart archivematica-mcp-server sudo restart archivematica-mcp-client sudo restart fits sudo freshclam
Cheers,Sarah--
sudo rm -f /etc/apache2/sites-enabled/*default* [this might change] sudo wget -q https://raw.githubusercontent.com/artefactual/archivematica/stable/1.4.x/localDevSetup/apache/apache.default -O /etc/apache2/sites-available/default.conf
.....I think it's an error.Try to use:sudo wget -q https://raw.githubusercontent.com/artefactual/archivematica/stable/1.5.x/localDevSetup/apache/apache.default -O /etc/apache2/sites-available/default.confI hope this help,Miguel