LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Where to download Qt Designer? (https://www.linuxquestions.org/questions/linux-software-2/where-to-download-qt-designer-444940/)

noware 05-15-2006 05:42 AM

Where to download Qt Designer?
 
Hi All!

I would like to use Trolltech's Qt Designer, but I can't find a place to download its source from. I only found .rpm packages for certain distros.

Does anyone know about such a page?

Any help would be appreciated.

Thanks.

khaleel5000 05-16-2006 01:54 AM

apt-get is a good command-line tool for packages
for its manual type man apt-get and learn abt it
if u know the name of package like its name is qt-designer or so u can use terminal then do the following
type:-
apt-get update <--- it would update the package list
when its done type:-
apt-get install qt-designer <--- wil download the package + dependencies and INSTALL them by it self
the packages which it downloads reside in /var/cache/apt/archives/
i am also lil newbie but 99.999% this lil install ur desired programme (with depencies) use man apt-get 2 learn abt it.I suggest u copy / backup the downloaded package ,I , a newbie tend 2 delete / format linux frequently so its handy 2 backem up rather than downloading them everytime

daihard 05-16-2006 02:52 AM

Quote:

Originally Posted by noware
Hi All!

I would like to use Trolltech's Qt Designer, but I can't find a place to download its source from. I only found .rpm packages for certain distros.

Does anyone know about such a page?

Any help would be appreciated.

Under Fedora, you can run "yum install qt-designer" to install Qt designer.


All times are GMT -5. The time now is 08:15 AM.