Author Topic: [SOLVED]Confuse about zentyal 64 bit and 32 bit  (Read 1986 times)

Wuffei

  • Zen Apprentice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
[SOLVED]Confuse about zentyal 64 bit and 32 bit
« on: September 24, 2014, 06:38:05 am »
Good day!

hello im just wondering about the zentyal if im using 64 bit or 32 bit,
i install zentyal 3.5 with an existing ubuntu server 14.04 64bit and i install zentyal using command line in linux ubuntu server and i use this step.

1st - i type this line on my /etc/apt/sources.list

deb http://archive.zentyal.org/zentyal 3.5 main

2nd - i type this line to get a key

wget -q http://keys.zentyal.org/zentyal-3.5-archive.asc -O- | sudo apt-key add -

3rd - sudo apt-get update

4th- sudo apt-get install zentyal

thats the way how i install zentyal 3.5 on my existing ubuntu server 14.04 64bit

im just wondering if i install zentyal 3.5 64bit or 32bit is there any posible way how may i know if im using zentyal 3.5 64bit or 32bit

Thanks in Advance!
« Last Edit: September 26, 2014, 09:10:24 am by Wuffei »

mburillo

  • Zentyal Staff
  • Zen Apprentice
  • *****
  • Posts: 43
  • Karma: +4/-0
    • View Profile
Re: Confuse about zentyal 64 bit and 32 bit
« Reply #1 on: September 24, 2014, 11:34:41 am »
Just type

$ arch

x86_64 is 64 bits.
Zentyal Staff - Product Manager

jbahillo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1444
  • Karma: +77/-2
    • View Profile
Re: Confuse about zentyal 64 bit and 32 bit
« Reply #2 on: September 25, 2014, 07:24:34 pm »
Or dpkg --print-architecture as well

Wuffei

  • Zen Apprentice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Re: Confuse about zentyal 64 bit and 32 bit
« Reply #3 on: September 26, 2014, 09:10:01 am »
Thanks Guys for your help and effort.  ;)