Out of Linux going to BSD Unix

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
lakesidepark
Posts: 5
Joined: Thu Jun 18, 2015 4:51 pm

Out of Linux going to BSD Unix

Post 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
User avatar
ericbsd
Developer
Posts: 2056
Joined: Mon Nov 19, 2012 7:54 pm

Re: Out of Linux going to BSD Unix

Post 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

portsnap fetch extract 

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
lakesidepark
Posts: 5
Joined: Thu Jun 18, 2015 4:51 pm

Re: Out of Linux going to BSD Unix

Post by lakesidepark »

Oh Thanks Very Much its will help me a lot.
User avatar
ericbsd
Developer
Posts: 2056
Joined: Mon Nov 19, 2012 7:54 pm

Re: Out of Linux going to BSD Unix

Post by ericbsd »

If you need more help this forum is here for that.
Post Reply