Editing Application Management

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 7: Line 7:
 
Most people do not actually use an operating system. They use applications. GhostBSD is designed to provide a desktop and full-featured environment for applications.  
 
Most people do not actually use an operating system. They use applications. GhostBSD is designed to provide a desktop and full-featured environment for applications.  
 
   
 
   
"GhostBSD is based on FreeBSD 13.2 STABLE"
+
"GhostBSD is based on TrueOS with FreeBSD 12 STABLE" <br/>
 +
"When FreeBSD 13 STABLE gets released, GhostBSD will be upgraded to TrueOS with FreeBSD 13 STABLE."[http://www.ghostbsd.org/node/194 ericbsd]
  
 
== Function ==
 
== Function ==
Line 24: Line 25:
  
 
GhostBSD comes with a lot of preinstalled applications, for example:
 
GhostBSD comes with a lot of preinstalled applications, for example:
 +
* Libreoffice
 +
* Firefox
 +
* Thunderbird
 
* Caja
 
* Caja
* Firefox
+
* Brasero
 +
* Rhythmbox
 +
* VLC Mediaplayer
 
* MATE Terminal
 
* MATE Terminal
 
* Pluma
 
* Pluma
* Rhythmbox
 
* VLC Mediaplayer
 
 
GhostBSD comes with a lot of more applications than your applications list shows you. For some are no launcher during installation but already on your computer. It is recommended to look on page:
 
* [[System Administration Utilities]]
 
  
 
== How to find Applications ==
 
== How to find Applications ==
Line 40: Line 41:
 
* If you know the name of an application, try [[Software Station]].
 
* If you know the name of an application, try [[Software Station]].
 
* [https://www.freebsd.org/doc/handbook/ports-finding-applications.html The FreeBSD-Handbook, Chapter 4.3, is also a very good starting point.]
 
* [https://www.freebsd.org/doc/handbook/ports-finding-applications.html The FreeBSD-Handbook, Chapter 4.3, is also a very good starting point.]
 
==You have installed an application but no starter is in your application list==
 
* To find the location of your application write the command <code>whereis foo</code>
 
* Right click on your desktop, take application launcher editing, choose a name and select a command
 
* Click on the icon symbol and choose what suits you
 
  
 
== Manage prebuilt Packages ==
 
== Manage prebuilt Packages ==
Line 52: Line 48:
  
 
'''pkg''' is already installed on GhostBSD.
 
'''pkg''' is already installed on GhostBSD.
 +
 +
There is no package named '''pkgng''' in the GhostBSD repository. See the differences between [[pkg]] and [[pkgng]].
 +
 +
Also there is no such file like /etc/make.conf to ensure, that the new version of pkg has to be used.
 +
Therefore the page [[Using pkgng Package Management]] is partially obsolete.
  
 
=== Using GUI ===
 
=== Using GUI ===
Line 59: Line 60:
 
* In the same way you can get '''updates''', use [[Update Station]]. It is also already installed.
 
* In the same way you can get '''updates''', use [[Update Station]]. It is also already installed.
  
* Using '''OctoPkg''' to Install Software as an older version of a graphical front-end for the [[pkg|pkg package manager]]. It is also in the GhostBSD repository, but is no longer standard.
+
* [[OctoPkg]] an older version of a graphical front-end for the [[pkg|pkg package manager]]. It is also in the GhostBSD repository, but is no longer standard.
  
 
===Repositories===
 
===Repositories===
  
 
The pkg mirrors are located in:   
 
The pkg mirrors are located in:   
* in France: <code>http://pkg.fr.ghostbsd.org/stable/FreeBSD:13:amd64/</code>
+
* in France: <code>http://pkg.fr.ghostbsd.org/stable/FreeBSD:12:amd64/</code>
* in Canada: <code>http://pkg.ghostbsd.org/stable/FreeBSD:13:amd64/</code>
+
* in Canada: <code>http://pkg.ghostbsd.org/stable/FreeBSD:12:amd64/</code>
* in US:  <code>http://pkg.us.ghostbsd.org/stable/FreeBSD:13:amd64/</code>
+
* in US:  <code>http://pkg.us.ghostbsd.org/stable/FreeBSD:12:amd64/</code>
  
 
For upgrading your system chose the nearest mirror to your location.
 
For upgrading your system chose the nearest mirror to your location.
  
Use the file: /etc/pkg/GhostBSD.conf
+
To change the mirror go to the file <code>/usr/local/etc/pkg/repos/GhostBSD.conf</code> and change the URL.
 
+
 
+
Eric Turgeon, [02.05.20 17:45]<br/>
+
Also if you run a old version of GhostBSD make sure you don't have 2 GhostBSD.conf 
+
* /usr/local/etc/pkg/repos/GhostBSD.conf and 
+
* /etc/pkg/GhostBSD.conf
+
* unless /usr/local/etc/pkg/repos/GhostBSD.conf contain this https://raw.githubusercontent.com/ghostbsd/ghostbsd-pkg-conf/master/usr/local/etc/pkg/repos/GhostBSD.conf
+
 
+
Eric Turgeon, [30.04.20 21:33]<br/>
+
It was not supposed the be release it is a duplicate of the /etc/pkg/GhostBSD.conf
+
 
+
The file /usr/local/etc/pkg/repos/GhostBSD.conf can sometimes course some trouble.
+
  
 
== Using Ports ==
 
== Using Ports ==
Line 92: Line 81:
 
Look this post on [https://forums.freebsd.org/threads/my-problems-with-freebsd.68202/ FreeBSD Forum].
 
Look this post on [https://forums.freebsd.org/threads/my-problems-with-freebsd.68202/ FreeBSD Forum].
  
Shelluser stated in addition  [https://forums.freebsd.org/threads/my-problems-with-freebsd.68202/]:
+
ShelLuser stated in addition  [https://forums.freebsd.org/threads/my-problems-with-freebsd.68202/]:
 
<q>But you need to understand 2 things: Binary packages aren't being maintained by the FreeBSD foundation but individual enthusiasts, who will obviously make sure that those packages support the latest supported version. They come with pre-determined settings which sometimes (most often for me) may not reflect your ideas of a working package. The solution is simple: the ports collection. THAT is the thing which makes those people rant about FreeBSD's flexibility & consistency because you're in control with the ports collection.</q>
 
<q>But you need to understand 2 things: Binary packages aren't being maintained by the FreeBSD foundation but individual enthusiasts, who will obviously make sure that those packages support the latest supported version. They come with pre-determined settings which sometimes (most often for me) may not reflect your ideas of a working package. The solution is simple: the ports collection. THAT is the thing which makes those people rant about FreeBSD's flexibility & consistency because you're in control with the ports collection.</q>
  
Line 126: Line 115:
 
|}
 
|}
  
 
+
[[Category:Application Management]]
 
[[Category:Central Station Application]]
 
[[Category:Central Station Application]]
 
[[Category:Central Station Sysutils]]
 
[[Category:Central Station Sysutils]]

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: