Page 1 of 1
Out of Linux going to BSD Unix
Posted: Thu Sep 24, 2015 8:06 pm
by lakesidepark
Hi folks, I'm migrating from linux platform for more powerful OS.
I have some little doubts.
1st: in linux we have console commands like apt-get, pacman for install applications, libs, etc. In GhostBSD have something like this.
2nd: How I can install Oracle JDK, MySQL database.
3th: Its possible install wine, how I can do that.
Thanks
Sorry If duplicated any post
Re: Out of Linux going to BSD Unix
Posted: Thu Sep 24, 2015 9:06 pm
by ericbsd
1st: in linux we have console commands like apt-get, pacman for install applications, libs, etc. In GhostBSD have something like this.
GhostBSD use to way to install software pkgng an ports, pkgng is similar to apt-get and ports is quit special, because it build software from source code.
pkg search firefox will give you all packages that is related to the word firefox.
pkg install firefox will install Firefox.
pkg update will update your repository.
pkg upgrade will upgrade all package installed that is not up to date.
pkg help for more option information.
2nd: How I can install Oracle JDK, MySQL database.
The only way is true ports licences reason.
Code: Select all
cd /usr/ports/java/linux-oracle-jdk18
make install
3th: Its possible install wine, how I can do that.
Yes
Code: Select all
pkg search wine
i386-wine-1.6.2_10,1
i386-wine-devel-1.7.51,1
i386-wine-staging-1.7.51,1
q4wine-1.1.r2_3
swine-1.0.4_1
wine-devel-1.7.51,1
wine-gecko-2.21
wine-gecko-devel-2.40
wine-mono-0.0.8
wine-mono-devel-4.5.6
wine-staging-1.7.51,1
winefish-1.3.3_15
Re: Out of Linux going to BSD Unix
Posted: Thu Sep 24, 2015 9:14 pm
by lakesidepark
Oh Thanks Very Much its will help me a lot.
Re: Out of Linux going to BSD Unix
Posted: Thu Sep 24, 2015 9:20 pm
by ericbsd
If you need more help this forum is here for that.