Readme 2015.11

Thank you for choosing Netrunner Rolling – 2015.11.

Here is a quick overview of known issues, followed by a “how-to” use certain parts of the system.


Known Issues:

Muon Discover doesnt close while updating/downloading

Muon Discover cannot be closed While installing something. Wait until the installation finishes, it is then possible to close Muon Discover properly.

Blank Screen during Boot:

When booting from USB and the Desktop does not come up in Live Mode (stuck at Command Line), select “nonfree” from the options to boot with a different gfx driver.


 

A quick introduction to pacman:

To install a package or list of packages (including dependencies):
# sudo pacman -S package_name (package_name2 …)

To remove a package, leaving all of its dependencies installed:
# sudo pacman -R package_name

To remove a package and its dependencies which are not required by any other installed package:
# sudo pacman -Rs package_name

To update database and then upgrade all packages:
# sudo pacman -Syu
Further read here: https://wiki.manjaro.org/index.php?title=Pacman_Tips

Since Rolling is based on Manjaro (Arch), you can also have a look at their forums or wiki:
https://forum.manjaro.org/
https://wiki.manjaro.org/


 

samba-mounter
(Add Network Drive)

samba-mounter helps you mount NAS drives with a GUI and make them available transparently for KDE and non-KDE programs.It also tries to reconnect them during next startup, so they are available without re-configuration.Added folders are also displayed under a special “Network” folder in your “home” directory, so you can access (read and write) them directly with your applications like amarok, libreoffice, etc.

For more tutorials check our Screencast section with Video Tutorials.