Jump to content

Photo

ZC Linux


  • Please log in to reply
2 replies to this topic

#1 Astromeow

Astromeow

    RESPECT DA OBOE SOLO

  • Members

Posted 01 April 2018 - 10:07 PM

I'm a Linux noob.

How do I go about using and opening the programs on Ubuntu? What commands do I do?

#2 Saffith

Saffith

    IPv7 user

  • ZC Developers

Posted 02 April 2018 - 09:45 AM

You should just be able to double-click it. If it doesn't work, right-click it and check its properties. Somewhere in there should be an option like "allow executing as program" that might be unchecked.

If that's not it, it's most likely missing some libraries, especially if you've got a 64-bit system. 64-bit distributions don't always include 32-bit libraries. On Ubuntu, running these commands in a terminal should fix it:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libasound2:i386 libxxf86vm1:i386 libxcursor1:i386 libgdk-pixbuf2.0-0:i386 libgtk2.0-0:i386

Most things aren't so difficult; ZC's just kind of archaic.

#3 Timelord

Timelord

    The Timelord

  • Banned
  • Location:Prydon Academy

Posted 02 April 2018 - 01:44 PM

I'm not sure how to set perms in Nautilus...

In the terminal, it's:

sudo chmod u+x 'programme_name'


P.S. All of these extra deps... This, also, is why my build env is 32b. :(


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users