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 2: Line 2:
 
{{:Navbar Application Management}}
 
{{:Navbar Application Management}}
  
 +
{{Maintenance}}
  
 
== Introduction ==
 
== Introduction ==
Line 7: Line 8:
 
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 26:
  
 
GhostBSD comes with a lot of preinstalled applications, for example:
 
GhostBSD comes with a lot of preinstalled applications, for example:
* Caja
+
* Libreoffice
 
* Firefox
 
* Firefox
* MATE Terminal
+
* Thunderbird
* Pluma
+
* Caja
 +
* Brasero
 
* Rhythmbox
 
* Rhythmbox
 
* VLC Mediaplayer
 
* VLC Mediaplayer
 
+
* MATE Terminal
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:
+
* Pluma
* [[System Administration Utilities]]
+
  
 
== How to find Applications ==
 
== How to find Applications ==
  
 
On GhostBSD are different ways to find an application:
 
On GhostBSD are different ways to find an application:
* A good overview you can get on the GhostBSD wiki page: [[Applications]].
+
* If you know the name of an application, try [[Software Station]] first.
* 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 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.]
+
* In the future there will be also an overview on the GhostBSD wiki page: [[Applications]].
 
+
==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 ==
  
 
=== Using the command line ===
 
=== Using the command line ===
If you know the package name, open a terminal, change with su and password to user root and use the new generation of '''pkg'''.  
+
If you know the package name, open a terminal, change with su and password to user root and use [[pkg]].  
  
 
'''pkg''' is already installed on GhostBSD.
 
'''pkg''' is already installed on GhostBSD.
 +
 +
There is no package '''pkgng''' in the GhostBSD repository.
 +
 +
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 61:
 
* 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.
+
  
===Repositories===
+
* [[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.
 
+
The pkg mirrors are located in: 
+
* in France: <code>http://pkg.fr.ghostbsd.org/stable/FreeBSD:13:amd64/</code>
+
* in Canada: <code>http://pkg.ghostbsd.org/stable/FreeBSD:13:amd64/</code>
+
* in US:  <code>http://pkg.us.ghostbsd.org/stable/FreeBSD:13:amd64/</code>
+
 
+
For upgrading your system chose the nearest mirror to your location.
+
 
+
Use the file: /etc/pkg/GhostBSD.conf
+
 
+
 
+
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 ==
  
Most of these applications can be built using the [[Ports|GhostBSD Ports Collection]].
+
Most of these applications can be built using the [[Ports|FreeBSD Ports Collection]].
 
+
 
+
'''Attention:''' There are a lot of suggestions on the web, not to mix ports and packages.
+
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/]:
+
<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>
+
 
+
There is an explanation why not to mix ports and packages:[https://forums.freebsd.org/threads/guide-about-ports-and-binary-packages.62126/  from Shelluser]
+
 
+
It is something to consider.
+
  
 
== Using other Ways ==
 
== Using other Ways ==
Line 113: Line 83:
 
* Test and install the software.
 
* Test and install the software.
  
A FreeBSD/GhostBSD [[ports]] are collections of files designed to automate the process of compiling an application from source code. The files that comprise a port contain all the necessary information to automatically download, extract, patch, compile, and install the application.
+
A FreeBSD/GhostBSD [[port]] is a collection of files designed to automate the process of compiling an application from source code. The files that comprise a port contain all the necessary information to automatically download, extract, patch, compile, and install the application.
  
 
If the software has not already been adapted and tested on FreeBSD, the source code might need editing in order for it to install and run properly.
 
If the software has not already been adapted and tested on FreeBSD, the source code might need editing in order for it to install and run properly.
Line 120: Line 90:
  
 
See source: [https://www.freebsd.org/doc/handbook/ports-overview.html FreeBSD Handbook] and learn more.
 
See source: [https://www.freebsd.org/doc/handbook/ports-overview.html FreeBSD Handbook] and learn more.
 
{|class="wikitable" style="width:95%;background:#FFFFFF; border:2px solid #008000;text-align:center;padding: 10px"
 
|'''Back to the''' [[image:Icon Disti GhostBSD.png|50px|link=GhostBSD Wiki]]'''Wiki'''
 
 
|}
 
  
  
[[Category:Central Station Application]]
+
[[Category:Application Management]]
[[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: