Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
a9f9ecc7
Commit
a9f9ecc7
authored
Jun 05, 2017
by
Jonathan Carter
Browse files
Update content
parent
eda6be51
Changes
5
Hide whitespace changes
Inline
Side-by-side
content/tips-tricks/index.md
View file @
a9f9ecc7
...
@@ -6,7 +6,25 @@ weight: 20
...
@@ -6,7 +6,25 @@ weight: 20
## Managing software
## Managing software
(cover gnome-software, apt, etc)
Being based on Debian, AIMS Desktop uses the APT (Advanced Package Tool) to manage software.
Software and its dependencies on AIMS Desktop is managed via packages, for each program on
your computer, there is at least one package. Packages can be installed, removed or upgraded.
Here we will show you how to manage software using APT in the command line. APT needs root
(administrator) privileges, so you need to run it using the sudo command.
For example, if you want to install the program "meld", you would use
`apt install`
:
```
$ sudo apt install meld
```
If you would like to remove that package, you can use
`apt remove`
:
```
$ sudo apt remove meld
```
## Connecting to remote servers via SSH
## Connecting to remote servers via SSH
...
...
public/index.html
View file @
a9f9ecc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1"
>
<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"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=10"
/>
<title>
AIMS
Desktop - AIMS
Desktop
</title>
<title>
AIMS Desktop
</title>
<meta
name=
"generator"
content=
"Hugo 0.18.1"
/>
<meta
name=
"generator"
content=
"Hugo 0.18.1"
/>
...
@@ -65,6 +65,9 @@
...
@@ -65,6 +65,9 @@
<script
src=
"https://desktop.aims.ac.za/javascripts/modernizr.js"
></script>
<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>
</head>
<body
class=
"palette-primary-#fc0000 palette-accent-blue"
>
<body
class=
"palette-primary-#fc0000 palette-accent-blue"
>
...
@@ -252,9 +255,10 @@
...
@@ -252,9 +255,10 @@
<article
class=
"article"
>
<article
class=
"article"
>
<div
class=
"wrapper"
>
<div
class=
"wrapper"
>
<h1>
AIMS Desktop
</h1>
<h1>
AIMS Desktop
<h2
id=
"welcome-to-aims-desktop"
>
Welcome to AIMS Desktop
</h2>
<h2
id=
"welcome-to-aims-desktop"
>
Welcome to AIMS Desktop
</h2>
...
@@ -335,47 +339,33 @@ Kafui is the IT Manager at AIMS Ghana and have worked on package selection as we
...
@@ -335,47 +339,33 @@ Kafui is the IT Manager at AIMS Ghana and have worked on package selection as we
Desktop.
Desktop.
-->
-->
<aside
class=
"copyright"
role=
"note"
>
<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>
.
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>
</aside>
<footer
class=
"footer"
>
<footer
class=
"footer"
>
<nav
class=
"pagination"
aria-label=
"Footer"
>
<nav
class=
"pagination"
aria-label=
"Footer"
>
<div
class=
"previous"
>
<div
class=
"previous"
>
<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>
<div
class=
"next"
>
<a
href=
"https://desktop.aims.ac.za/"
title=
"AIMS Desktop"
>
<div
class=
"next"
>
<a
href=
"https://desktop.aims.ac.za/troubleshooting/"
title=
"Troubleshooting guide"
>
<span
class=
"direction"
>
<span
class=
"direction"
>
Next
Next
</span>
</span>
<div
class=
"page"
>
<div
class=
"page"
>
<div
class=
"stretch"
>
<div
class=
"stretch"
>
<div
class=
"title"
>
<div
class=
"title"
>
AIMS Desktop
Troubleshooting guide
</div>
</div>
</div>
</div>
<div
class=
"button button-next"
role=
"button"
aria-label=
"Next"
>
<div
class=
"button button-next"
role=
"button"
aria-label=
"Next"
>
...
@@ -383,14 +373,11 @@ Copyright © 2017 <a href="https://aims.ac.za">African Institute for Mathematica
...
@@ -383,14 +373,11 @@ Copyright © 2017 <a href="https://aims.ac.za">African Institute for Mathematica
</div>
</div>
</div>
</div>
</a>
</a>
</div>
</div>
</nav>
</nav>
</footer>
</footer>
</div>
</div>
</article>
</article>
...
...
public/index.xml
View file @
a9f9ecc7
...
@@ -171,7 +171,23 @@ On a slower computer, it might take as much as an hour.</p>
...
@@ -171,7 +171,23 @@ On a slower computer, it might take as much as an hour.</p>
<
h2 id=
"
managing-software
">
Managing software
<
/h2
>
<
h2 id=
"
managing-software
">
Managing software
<
/h2
>
<
p
>
(cover gnome-software, apt, etc)
<
/p
>
<
p
>
Being based on Debian, AIMS Desktop uses the APT (Advanced Package Tool) to manage software.
<
/p
>
<
p
>
Software and its dependencies on AIMS Desktop is managed via packages, for each program on
your computer, there is at least one package. Packages can be installed, removed or upgraded.
<
/p
>
<
p
>
Here we will show you how to manage software using APT in the command line. APT needs root
(administrator) privileges, so you need to run it using the sudo command.
<
/p
>
<
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
<
/code
><
/pre
>
<
p
>
If you would like to remove that package, you can use
<
code
>
apt remove
<
/code
>
:
<
/p
>
<
pre
><
code
>
$ sudo apt remove meld
<
/code
><
/pre
>
<
h2 id=
"
connecting-to-remote-servers-via-ssh
">
Connecting to remote servers via SSH
<
/h2
>
<
h2 id=
"
connecting-to-remote-servers-via-ssh
">
Connecting to remote servers via SSH
<
/h2
>
...
...
public/tips-tricks/index.html
View file @
a9f9ecc7
...
@@ -258,7 +258,23 @@
...
@@ -258,7 +258,23 @@
<h2
id=
"managing-software"
>
Managing software
</h2>
<h2
id=
"managing-software"
>
Managing software
</h2>
<p>
(cover gnome-software, apt, etc)
</p>
<p>
Being based on Debian, AIMS Desktop uses the APT (Advanced Package Tool) to manage software.
</p>
<p>
Software and its dependencies on AIMS Desktop is managed via packages, for each program on
your computer, there is at least one package. Packages can be installed, removed or upgraded.
</p>
<p>
Here we will show you how to manage software using APT in the command line. APT needs root
(administrator) privileges, so you need to run it using the sudo command.
</p>
<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
</code></pre>
<p>
If you would like to remove that package, you can use
<code>
apt remove
</code>
:
</p>
<pre><code>
$ sudo apt remove meld
</code></pre>
<h2
id=
"connecting-to-remote-servers-via-ssh"
>
Connecting to remote servers via SSH
</h2>
<h2
id=
"connecting-to-remote-servers-via-ssh"
>
Connecting to remote servers via SSH
</h2>
...
...
public/tips-tricks/index.xml
View file @
a9f9ecc7
...
@@ -19,7 +19,23 @@
...
@@ -19,7 +19,23 @@
<
h2 id=
"
managing-software
">
Managing software
<
/h2
>
<
h2 id=
"
managing-software
">
Managing software
<
/h2
>
<
p
>
(cover gnome-software, apt, etc)
<
/p
>
<
p
>
Being based on Debian, AIMS Desktop uses the APT (Advanced Package Tool) to manage software.
<
/p
>
<
p
>
Software and its dependencies on AIMS Desktop is managed via packages, for each program on
your computer, there is at least one package. Packages can be installed, removed or upgraded.
<
/p
>
<
p
>
Here we will show you how to manage software using APT in the command line. APT needs root
(administrator) privileges, so you need to run it using the sudo command.
<
/p
>
<
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
<
/code
><
/pre
>
<
p
>
If you would like to remove that package, you can use
<
code
>
apt remove
<
/code
>
:
<
/p
>
<
pre
><
code
>
$ sudo apt remove meld
<
/code
><
/pre
>
<
h2 id=
"
connecting-to-remote-servers-via-ssh
">
Connecting to remote servers via SSH
<
/h2
>
<
h2 id=
"
connecting-to-remote-servers-via-ssh
">
Connecting to remote servers via SSH
<
/h2
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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