0% found this document useful (0 votes)
107 views1 page

Linux Commands

The document provides instructions for installing various software packages and tools in Ubuntu including finding packages, installing Quartus, iverilog and GTKWave, ZamiaCAD in Eclipse, tkgate, and Android Studio.

Uploaded by

surjansh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views1 page

Linux Commands

The document provides instructions for installing various software packages and tools in Ubuntu including finding packages, installing Quartus, iverilog and GTKWave, ZamiaCAD in Eclipse, tkgate, and Android Studio.

Uploaded by

surjansh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Find package name using terminal

apt-cache search pkg_similar_name

Error in maually installation of Packages:


configure: error: zlib not installed
> apt-get install zlib1g-dev

Installation of Altera Quartus:


> ./configure --prefix=/usr/local
> make
> sudo make install
> sudo ldconfig
... [done-above]
... http://www.bitsnbites.eu/installing-intelaltera-quartus-in-ubuntu-17-10/

These are the steps to install iverilog and GTKWave in Ubuntu.


> sudo add-apt-repository ppa:team-electronics/ppa
> sudo apt-get update
> sudo apt-get install verilog gtkwave

ZamiaCAD – Editor (in Eclipse)


You can install zamiaCAD plugin using Eclipse update-site. Simply open menu "Help"
-> "Install New Software..." and enter http://zamiacad.sourceforge.net/update-site
URL for both "Name" and "Location" in the "Add" window. Completed installation,
open "Window" -> "Open Perspective" -> "Others" -> "zamiaCAD ". Done. It might be
the most convenient way to integrate zamiaCAD into your instance of Eclipse.

apt-get install tkgate

ANDROID STUDIO

> sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make


> sudo apt update
> sudo apt install ubuntu-make
Then download the latest version of android studio. Unzip it.
Go to /android-studio/bin directory in the terminal and execute “./studio.sh”

Then follow the instructions in the GUI.

You might also like