Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-website
Commits
d7a1f4fe
Commit
d7a1f4fe
authored
Jun 05, 2017
by
Jonathan Carter
Browse files
Update content
parent
6ba5a611
Changes
5
Hide whitespace changes
Inline
Side-by-side
content/tips-tricks/index.md
View file @
d7a1f4fe
...
...
@@ -16,7 +16,7 @@ Here we will show you how to manage software using APT in the command line. APT
For example, if you want to install the program "meld", you would use
`apt install`
:
```
```
none
$ sudo apt install meld
The following NEW packages will be installed:
meld
...
...
@@ -25,7 +25,7 @@ Do you want to continue? [Y/n] y
If you would like to remove that package, you can use
`apt remove`
:
```
```
none
$ sudo apt remove meld
The following packages will be REMOVED:
meld
...
...
@@ -50,7 +50,7 @@ Security updates and other important software updates happen regularly. To updat
the list of the available packages for your system, you can run
`apt update`
. To
install any available upgrades, you can run
`apt upgrade`
.
```
```
none
$ sudo apt update
Hit:1 http://http.debian.net/debian stretch InRelease
Get:1 http://security.debian.org/debian-security stretch/updates InRelease [62.9 kB]
...
...
@@ -68,7 +68,7 @@ In the example above, apt points out that two of the installed packages are no l
required. They might have been installed as dependencies of packages that have been
previously removed. To remove them, use the
`apt autoremove`
command:
```
```
none
The following packages will be REMOVED:
libnfsidmap2 libtirpc1
Do you want to continue? [Y/n]
...
...
public/index.html
View file @
d7a1f4fe
...
...
@@ -9,7 +9,7 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=10"
/>
<title>
AIMS Desktop
</title>
<title>
AIMS
Desktop - AIMS
Desktop
</title>
<meta
name=
"generator"
content=
"Hugo 0.18.1"
/>
...
...
@@ -65,9 +65,6 @@
<script
src=
"https://desktop.aims.ac.za/javascripts/modernizr.js"
></script>
<link
href=
"https://desktop.aims.ac.za/index.xml"
rel=
"alternate"
type=
"application/rss+xml"
title=
"AIMS Desktop"
/>
<link
href=
"https://desktop.aims.ac.za/index.xml"
rel=
"feed"
type=
"application/rss+xml"
title=
"AIMS Desktop"
/>
</head>
<body
class=
"palette-primary-#fc0000 palette-accent-blue"
>
...
...
@@ -255,10 +252,9 @@
<article
class=
"article"
>
<div
class=
"wrapper"
>
<h1>
AIMS Desktop
<h1>
AIMS Desktop
</h1>
<h2
id=
"welcome-to-aims-desktop"
>
Welcome to AIMS Desktop
</h2>
...
...
@@ -334,33 +330,47 @@ Kafui is the IT Manager at AIMS Ghana and have worked on package selection as we
Desktop.
-->
<aside
class=
"copyright"
role=
"note"
>
Copyright © 2017
<a
href=
"https://aims.ac.za"
>
African Institute for Mathematical Sciences
</a>
. Released under
<a
href=
"https://desktop.aims.ac.za/license"
>
free licences
</a>
.
</aside>
<footer
class=
"footer"
>
<nav
class=
"pagination"
aria-label=
"Footer"
>
<div
class=
"previous"
>
</div>
<a
href=
"https://desktop.aims.ac.za/license/"
title=
"License"
>
<span
class=
"direction"
>
Previous
</span>
<div
class=
"page"
>
<div
class=
"button button-previous"
role=
"button"
aria-label=
"Previous"
>
<i
class=
"icon icon-back"
></i>
</div>
<div
class=
"stretch"
>
<div
class=
"title"
>
License
</div>
</div>
</div>
</a>
</div>
<div
class=
"next"
>
<a
href=
"https://desktop.aims.ac.za/troubleshooting/"
title=
"Troubleshooting guide"
>
<a
href=
"https://desktop.aims.ac.za/"
title=
"AIMS Desktop"
>
<span
class=
"direction"
>
Next
</span>
<div
class=
"page"
>
<div
class=
"stretch"
>
<div
class=
"title"
>
Troubleshooting guide
AIMS Desktop
</div>
</div>
<div
class=
"button button-next"
role=
"button"
aria-label=
"Next"
>
...
...
@@ -368,11 +378,14 @@ Copyright © 2017 <a href="https://aims.ac.za">African Institute for Mathematica
</div>
</div>
</a>
</div>
</nav>
</footer>
</div>
</article>
...
...
public/index.xml
View file @
d7a1f4fe
...
...
@@ -181,7 +181,7 @@ your computer, there is at least one package. Packages can be installed, removed
<
p
>
For example, if you want to install the program
&
ldquo;meld
&
rdquo;, you would use
<
code
>
apt install
<
/code
>
:
<
/p
>
<
pre
><
code
>
$ sudo apt install meld
<
pre
><
code
class=
"
language-none
"
>
$ sudo apt install meld
The following NEW packages will be installed:
meld
Do you want to continue? [Y/n] y
...
...
@@ -189,7 +189,7 @@ Do you want to continue? [Y/n] y
<
p
>
If you would like to remove that package, you can use
<
code
>
apt remove
<
/code
>
:
<
/p
>
<
pre
><
code
>
$ sudo apt remove meld
<
pre
><
code
class=
"
language-none
"
>
$ sudo apt remove meld
The following packages will be REMOVED:
meld
Do you want to continue? [Y/n] y
...
...
@@ -213,7 +213,7 @@ package will be purged, as apposed to a normal removal.</p>
the list of the available packages for your system, you can run
<
code
>
apt update
<
/code
>
. To
install any available upgrades, you can run
<
code
>
apt upgrade
<
/code
>
.
<
/p
>
<
pre
><
code
>
$ sudo apt update
<
pre
><
code
class=
"
language-none
"
>
$ sudo apt update
Hit:1 http://http.debian.net/debian stretch InRelease
Get:1 http://security.debian.org/debian-security stretch/updates InRelease [62.9 kB]
...
...
...
@@ -230,7 +230,7 @@ Do you want to continue? [Y/n] y
required. They might have been installed as dependencies of packages that have been
previously removed. To remove them, use the
<
code
>
apt autoremove
<
/code
>
command:
<
/p
>
<
pre
><
code
>
The following packages will be REMOVED:
<
pre
><
code
class=
"
language-none
"
>
The following packages will be REMOVED:
libnfsidmap2 libtirpc1
Do you want to continue? [Y/n]
<
/code
><
/pre
>
...
...
public/tips-tricks/index.html
View file @
d7a1f4fe
...
...
@@ -268,7 +268,7 @@ your computer, there is at least one package. Packages can be installed, removed
<p>
For example, if you want to install the program
“
meld
”
, you would use
<code>
apt install
</code>
:
</p>
<pre><code>
$ sudo apt install meld
<pre><code
class=
"language-none"
>
$ sudo apt install meld
The following NEW packages will be installed:
meld
Do you want to continue? [Y/n] y
...
...
@@ -276,7 +276,7 @@ Do you want to continue? [Y/n] y
<p>
If you would like to remove that package, you can use
<code>
apt remove
</code>
:
</p>
<pre><code>
$ sudo apt remove meld
<pre><code
class=
"language-none"
>
$ sudo apt remove meld
The following packages will be REMOVED:
meld
Do you want to continue? [Y/n] y
...
...
@@ -300,7 +300,7 @@ package will be purged, as apposed to a normal removal.</p>
the list of the available packages for your system, you can run
<code>
apt update
</code>
. To
install any available upgrades, you can run
<code>
apt upgrade
</code>
.
</p>
<pre><code>
$ sudo apt update
<pre><code
class=
"language-none"
>
$ sudo apt update
Hit:1 http://http.debian.net/debian stretch InRelease
Get:1 http://security.debian.org/debian-security stretch/updates InRelease [62.9 kB]
...
...
...
@@ -317,7 +317,7 @@ Do you want to continue? [Y/n] y
required. They might have been installed as dependencies of packages that have been
previously removed. To remove them, use the
<code>
apt autoremove
</code>
command:
</p>
<pre><code>
The following packages will be REMOVED:
<pre><code
class=
"language-none"
>
The following packages will be REMOVED:
libnfsidmap2 libtirpc1
Do you want to continue? [Y/n]
</code></pre>
...
...
public/tips-tricks/index.xml
View file @
d7a1f4fe
...
...
@@ -29,7 +29,7 @@ your computer, there is at least one package. Packages can be installed, removed
<
p
>
For example, if you want to install the program
&
ldquo;meld
&
rdquo;, you would use
<
code
>
apt install
<
/code
>
:
<
/p
>
<
pre
><
code
>
$ sudo apt install meld
<
pre
><
code
class=
"
language-none
"
>
$ sudo apt install meld
The following NEW packages will be installed:
meld
Do you want to continue? [Y/n] y
...
...
@@ -37,7 +37,7 @@ Do you want to continue? [Y/n] y
<
p
>
If you would like to remove that package, you can use
<
code
>
apt remove
<
/code
>
:
<
/p
>
<
pre
><
code
>
$ sudo apt remove meld
<
pre
><
code
class=
"
language-none
"
>
$ sudo apt remove meld
The following packages will be REMOVED:
meld
Do you want to continue? [Y/n] y
...
...
@@ -61,7 +61,7 @@ package will be purged, as apposed to a normal removal.</p>
the list of the available packages for your system, you can run
<
code
>
apt update
<
/code
>
. To
install any available upgrades, you can run
<
code
>
apt upgrade
<
/code
>
.
<
/p
>
<
pre
><
code
>
$ sudo apt update
<
pre
><
code
class=
"
language-none
"
>
$ sudo apt update
Hit:1 http://http.debian.net/debian stretch InRelease
Get:1 http://security.debian.org/debian-security stretch/updates InRelease [62.9 kB]
...
...
...
@@ -78,7 +78,7 @@ Do you want to continue? [Y/n] y
required. They might have been installed as dependencies of packages that have been
previously removed. To remove them, use the
<
code
>
apt autoremove
<
/code
>
command:
<
/p
>
<
pre
><
code
>
The following packages will be REMOVED:
<
pre
><
code
class=
"
language-none
"
>
The following packages will be REMOVED:
libnfsidmap2 libtirpc1
Do you want to continue? [Y/n]
<
/code
><
/pre
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment