$ wget https://github.com/Thestars3/arkzip/releases/download/v2.4.4/arkzip_2.4.4_amd64.deb
$ sudo apt-get install libqt4-core
$ sudo dpkg --install arkzip_2.4.4_amd64.deb

$ unzip -O cp949 filename.zip

 

ํ”„๋กœํŒŒ์ผ์— ๋“ฑ๋กํ•˜๋ฉด ๋งค๋ฒˆ ์˜ต์…˜์„ ๋„ฃ์ง€ ์•Š์•„๋„ ๋œ๋‹ค.

export UNZIP="-O cp949"
export ZIPINFO="-O cp949"

์ „์ฒด ์‚ฌ์šฉ์ž ์ ์šฉ์€ ์•„๋ž˜ ์œ„์น˜์˜ profile์— ์ถ”๊ฐ€ํ•œ๋‹ค.

/etc/profile

 

** GUI์—์„œ ํ•œ๊ธ€ ๊นจ์ง€์ง€ ์•Š๊ณ  ์••์ถ•์„ ํ’€๋ ค๋ฉด ์•„๋ž˜ ์••์ถ•๊ด€๋ฆฌ์ž๋ฅผ ์„ค์น˜ํ•œ๋‹ค.

โ‘  Arkzip ํŒจํ‚ค์ง€๋ฅผ ๋‹ค์šด๋กœ๋“œ ํ•ฉ๋‹ˆ๋‹ค.
$ wget https://github.com/Thestars3/arkzip/releases/download/v2.4.4/arkzip_2.4.4_amd64.deb

โ‘ก Arkzip ์˜์กด์„ฑ ํŒจํ‚ค์ง€๋ฅผ ๋จผ์ € ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค.
$ sudo apt-get install libqt4-core

โ‘ข ๋‹ค์šด๋ฐ›์€ Arkzip ํŒจํ‚ค์ง€๋ฅผ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค.
$ sudo dpkg --install arkzip_2.4.4_amd64.deb

Installing a root/CA Certificate

Given a CA certificate file foo.crt, follow these steps to install it on Ubuntu:

  1. Create a directory for extra CA certificates in /usr/share/ca-certificates:

    sudo mkdir /usr/share/ca-certificates/extra
  2. Copy the CA .crt file to this directory:

    sudo cp foo.crt /usr/share/ca-certificates/extra/foo.crt
  3. Let Ubuntu add the .crt file's path relative to /usr/share/ca-certificates to /etc/ca-certificates.conf:

    sudo dpkg-reconfigure ca-certificates

    To do this non-interactively, run:

    sudo update-ca-certificates

In case of a .pem file on Ubuntu, it must first be converted to a .crt file:

openssl x509 -in foo.pem -inform PEM -out foo.crt

1. Download the 3 required dependencies from Launchpad (not providing direct links so you can check it's legit):

a. https://launchpad.net/ubuntu/bionic/amd64/libicu60/60.2-3ubuntu3 (libicu60_60.2-3ubuntu3_amd64.deb (7.7 MiB))

b. https://launchpad.net/ubuntu/bionic/amd64/libjavascriptcoregtk-1.0-0/2.4.11-3ubuntu3

(libjavascriptcoregtk-1.0-0_2.4.11-3ubuntu3_amd64.deb (1.8 MiB))

c. https://launchpad.net/ubuntu/cosmic/amd64/libwebkitgtk-1.0-0/2.4.11-3ubuntu3

(libwebkitgtk-1.0-0_2.4.11-3ubuntu3_amd64.deb (7.7 MiB))

 

2. Install the files in that order in the terminal

(assuming the files are in the Downloads folder)

cd ~/Downloads sudo dpkg -i libicu60_60.2-3ubuntu3_amd64.deb sudo dpkg -i libjavascriptcoregtk-1.0-0_2.4.11-3ubuntu3_amd64.deb sudo dpkg -i libwebkitgtk-1.0-0_2.4.11-3ubuntu3_amd64.deb sudo dpkg -i icaclient_19.3.0.5_amd64.deb

This correctly installs Citrix Workspace. If you then get connection errors when trying to set it up, also implement step 3.

 

3. Fix the certificate error.

sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/ sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/

 

 

$ git clone https://github.com/black7375/BlaCk-Void-Zsh.git ~/.zsh

$ bash ~/.zsh/BlaCk-Void-Zsh.sh

 

Powerline Font  ์„ค์ •

$ sudo apt-get install fonts-powerline

or

# clone
$ git clone https://github.com/powerline/fonts.git --depth=1

# install

$ cd fonts

$ ./install.sh

# clean-up a bit

$ cd ..

$ rm -rf fonts

 

[์ถœ์ฒ˜] ๋ฉ‹์ง„ ZSH ์„ค์ •!! (๋„ค์ด๋ฒ„ ๋ฆฌ๋ˆ…์Šค ์œ ์ € ๊ทธ๋ฃน) |์ž‘์„ฑ์ž BlaCk7375

+ Recent posts