/usr/share/doc/munipack/install.html is in munipack-doc 0.5.10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 | <!DOCTYPE HTML>
<html lang="en">
<head>
<!-- meta -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="A general astronomical image processing software">
<meta name="author" content="Filip Hroch">
<link href="news_feed.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed" />
<link type="text/css" rel="stylesheet" href="munipack.css">
<link rel="shortcut icon" href="favicon.ico">
<title>Munipack ‒ Installation</title>
</head>
<body>
<header>
<a href="munipack.html"><img src="title_logo.png" alt="Munipack's logo" class="head"></a>
<div class="headhead">
<div class="headtitle">
<a class="headtitle" href="munipack.html">Munipack</a>
<a class="headsubtitle" href="munipack.html">A general astronomical image processing software</a>
</div>
<ul class="menu">
<li class="menu">◈ <a href="docs.html" class="menu">Documents</a></li>
<li class="menu">☺ <a href="guide.html" class="menu">User guide</a></li>
</ul>
</div>
</header>
<h1 class="noindent">Installation</h1>
<p class="abstract">
This page reviews alternatives to install of Munipack.
</p>
<h2>Munipack in Debian and Ubuntu</h2>
<p>
<img class="symbol" src="title_logo.png" width="64" height="64" alt="Munipack logo">
</p>
<p>
Munipack is available as an official package in Debian (since
June 2017) and Ubuntu (April 2017) distributions.
Regular issues of (these) distributions are usually delayed behind
Munipack releases itself.
</p>
<p>
The installation is straightforward by standard software tools.
Records can be found in an appropriate package repository:
<a href="https://packages.debian.org/munipack">Debian</a>,
<a href="http://packages.ubuntu.com/munipack">Ubuntu</a>.
</p>
<h2><a id="ubuntu">Ubuntu 16.04 (Xenial Xerus) and 14.04 (Trusty Tahr)</a></h2>
<p>
<img class="symbol" src="ubuntu_icon.png" width="54" height="55" alt="ubuntu icon">
</p>
<p>
There are temporary packages prepared for older Ubuntu (the most frequent
platform) distribution. The installation under Ubuntu 16.04 (Xenial Xerus)
or 14.04 (Trusty Tahr) requires appending of the following line to
<samp>/etc/apt/sources.list</samp>:</p>
<pre>
deb http://munipack.physics.muni.cz/ubuntu/xenial xenial main
</pre>
<p>or</p>
<pre>
deb http://munipack.physics.muni.cz/ubuntu/trusty trusty main
</pre>
<p>
The system package list should to import sign key, be updated and
than Munipack can be installed:
</p>
<pre>
$ wget -O - http://integral.physics.muni.cz/~hroch/hroch@physics.muni.cz.gpg.key | \
sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install munipack
</pre>
<!--
<p>
The installation will issue very strong (☠) warning of an unsigned archive
of Munipack. The warning can be safety ignored without any worry.
</p>
-->
<h2><a id="development">Development Repository for Debian</a></h2>
<p>
<img class="symbol" src="debian_icon.png" width="64" height="64" alt="debian icon">
</p>
<p>There is a bleeding edge branch of Munipack, which is primary intended
for testing purposes.
The latest development packages are usually available only for stable
64-bit Debian.
</p>
<p>
The repository can be activated by including the line
</p>
<pre>
deb http://munipack.physics.muni.cz/devel/ stable main
</pre>
<p>
into <samp>/etc/apt/sources.list</samp>
and importing GPG key:
</p>
<pre>
$ wget -O - http://integral.physics.muni.cz/~hroch/hroch@physics.muni.cz.gpg.key| \
sudo apt-key add -
</pre>
<p>The installation itself is straightforward:
</p>
<pre>
# apt-get update
# apt-get install munipack
</pre>
<p>
Be warned, the development release should contain various problems and errors,
outdated documentation, etc.
If needed, anything can be corrected in the source package. Add also the line
</p>
<pre>
deb-src http://munipack.physics.muni.cz/devel/ stable main
</pre>
<p>
to <samp>/etc/apt/sources.list</samp>, update, install the source package
and follow instructions described by
<a href="https://debian-handbook.info/browse/stable/debian-packaging.html">The Debian Administrator's Handbook⤴</a>.
</p>
<h2>Source Code and Bundle Install</h2>
<p>
Munipack should be compiled under any computer systems. The
building from the <a href="SourceInstallation.html">source code</a>
is the most portable way.
</p>
<p>
Packages for <a href="debbuilder.html">DEB</a> and
<a href="rpmbuilder.html">RPM</a> base distributions can be prepared.
</p>
<p>
Particularly, bundle (all-in-one) installation
for <a href="debbundle.html">DEB based distributions</a>,
<a href="rpmbundle.html">RPM based distributions</a>
can be also very helpful.
</p>
<h2>See Also</h2>
<p>
<a href="download.html">Download</a>,
<a href="version.html">Versions</a> and <a href="guide.html">Guide</a>.
</p>
<footer>
<div style="float:left; margin-left:2em;">
Copyright © 1997 – 2018
Filip Hroch (<a style="text-decoration: none" href="mailto:hroch@physics.muni.cz?Subject=Munipack" title="Author's Email">✉</a>), license <a href="http://www.gnu.org/licenses/gpl.html">GPLv3</a>.
</div>
<div style="float:right; margin-right:2em; margin-top:-0.2em;">
<a href="http://monteboo.blogspot.com/search/label/Munipack" title="Munipack on MonteBoo Blog"><img src="favicon-blogger.png" alt="Blogger"></a>
<a href="http://www.muni.cz/?lang=en" title="Masaryk University in Brno, Czech Republic"><img src="mu-logo.png" alt="Masaryk University"></a>
<a href="news_feed.xml" title="Munipack's Releases in Atom Syndication Format"><img src="Feed-icon.png" alt="Atom Feed"></a>
</div>
</footer>
</body>
</html>
|