Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I notice you've tagged this post as "dpkg", which I guess means you're trying to use that to install the packages. You can make your life a whole lot easier by using apt-get.
Basically, to install a package, you run "apt-get install packagename", and this will automatically install all of the required libraries and things for you. Do you already have any kind of CD / DVD? This should already have everything you need on it.
If you're still getting problems then post again mentioning which version of Debian (as the title mentions it, I assume that's what you're using ) you've got, and what error messages you're getting.
I notice you've tagged this post as "dpkg", which I guess means you're trying to use that to install the packages. You can make your life a whole lot easier by using apt-get.
Basically, to install a package, you run "apt-get install packagename", and this will automatically install all of the required libraries and things for you. Do you already have any kind of CD / DVD? This should already have everything you need on it.
If you're still getting problems then post again mentioning which version of Debian (as the title mentions it, I assume that's what you're using ) you've got, and what error messages you're getting.
Then you need to see if Kubuntu has what Debian would call distribution cd/dvd disks available. These unlike an install cd/dvd have the .deb packages for the entire software collection that has been built for the release. Once you have these disks you use apt-cdrom to add them to your sources.list then you can use apt/aptitude to install software from the disks on to your system.
Then you need to see if Kubuntu has what Debian would call distribution cd/dvd disks available. These unlike an install cd/dvd have the .deb packages for the entire software collection that has been built for the release. Once you have these disks you use apt-cdrom to add them to your sources.list then you can use apt/aptitude to install software from the disks on to your system.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.